svgtopt/SVG/SVGImpl/src/SVGAnimationBase.cpp
branchRCL_3
changeset 38 db5c883ad1c5
parent 0 d46562c3d99d
child 39 1902ade171ab
equal deleted inserted replaced
22:9be6eed35a80 38:db5c883ad1c5
   677 				        CleanupStack::PopAndDestroy( 1 );     // atParser
   677 				        CleanupStack::PopAndDestroy( 1 );     // atParser
   678 				        }
   678 				        }
   679 				        iAnimTime->SaveBeginTime();
   679 				        iAnimTime->SaveBeginTime();
   680             }
   680             }
   681 
   681 
   682             if ( ( ((CSvgDocumentImpl*)iOwnerDocument)->Engine() && iAnimTime && ((CSvgDocumentImpl*)iOwnerDocument)->Engine()->CurrentTIme() >= iAnimTime->BeginTime() )
   682             if ( ( ((CSvgDocumentImpl*)iOwnerDocument)->Engine() && ((CSvgDocumentImpl*)iOwnerDocument)->Engine()->CurrentTIme() >= iAnimTime->BeginTime() )
   683              || ( iAnimTime && ((CSvgDocumentImpl*)iOwnerDocument)->iTimeForJSR226 >= iAnimTime->BeginTime() ) )
   683              || ( ((CSvgDocumentImpl*)iOwnerDocument)->iTimeForJSR226 >= iAnimTime->BeginTime() ) )
   684 				{
   684 				{
   685         	iTargetElement->SetIsAnimating( ETrue );
   685                 if (iTargetElement)
   686         	SetIsAnimating( ETrue );
   686                     iTargetElement->SetIsAnimating( ETrue );
       
   687                 
       
   688                 SetIsAnimating( ETrue );
   687 				}
   689 				}
   688 
   690 
   689         }
   691         }
   690     else if ( aName == KTmpDur )
   692     else if ( aName == KTmpDur )
   691         {
   693         {