[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/ksvg2/impl
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2005-04-20 13:53:29
Message-ID: 20050420135329.4538E651 () office ! kde ! org
[Download RAW message or body]

CVS commit by wildfox: 

'fill' (freeze/remove) support for <set>


  M +1 -1      SVGAnimateColorElementImpl.cc   1.12
  M +2 -1      SVGSetElementImpl.cc   1.5


--- kdenonbeta/ksvg2/impl/SVGSetElementImpl.cc  #1.4:1.5
@@ -76,4 +76,5 @@ void SVGSetElementImpl::handleTimerEvent
                 }
 
+                if(!isFrozen())
                 setTargetAttribute(m_savedTo);
         }

--- kdenonbeta/ksvg2/impl/SVGAnimateColorElementImpl.cc  #1.11:1.12
@@ -213,5 +213,5 @@ void SVGAnimateColorElementImpl::handleT
         }
         
-        if(m_fill == FILL_REMOVE && timePercentage == 1.0)
+        if(!isFrozen() && timePercentage == 1.0)
         {
                 r = m_initialColor.red();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic