equal
deleted
inserted
replaced
1404 SetSVGEngineState(ESVGEngineRunning); |
1404 SetSVGEngineState(ESVGEngineRunning); |
1405 |
1405 |
1406 // Document is an animation |
1406 // Document is an animation |
1407 if( iSvgDocument->IsAnimationFile() ) |
1407 if( iSvgDocument->IsAnimationFile() ) |
1408 { |
1408 { |
1409 { // Mahesh: Atleast first frame should get drawn |
1409 { // Atleast first frame should get drawn |
1410 TRAPD(error, RedrawL() ); |
1410 TRAPD(error, RedrawL() ); |
1411 { |
1411 { |
1412 if ( error != KErrNone && aError != NULL ) |
1412 if ( error != KErrNone && aError != NULL ) |
1413 { |
1413 { |
1414 if( error == KErrNoMemory ) |
1414 if( error == KErrNoMemory ) |