Revision: 201013 RCL_3
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 14 Apr 2010 16:53:18 +0300
branchRCL_3
changeset 15 d240fe32a15c
parent 13 95afc90a94ae
child 18 b52e29b42806
Revision: 201013 Kit: 201015
svgtopt/SVG/SVGEngine/src/SVGEngineImpl.cpp
svgtopt/VGRenderer/PseudoVG/src/PseodoVGRendererImpl.cpp
svgtopt/gfx2d/src/GfxGc/Gfx2dGcOpenVG.cpp
--- a/svgtopt/SVG/SVGEngine/src/SVGEngineImpl.cpp	Wed Mar 31 23:03:24 2010 +0300
+++ b/svgtopt/SVG/SVGEngine/src/SVGEngineImpl.cpp	Wed Apr 14 16:53:18 2010 +0300
@@ -1406,7 +1406,7 @@
     // Document is an animation
     if( iSvgDocument->IsAnimationFile() )
         {
-            { // Mahesh: Atleast first frame should get drawn
+            { // Atleast first frame should get drawn
                 TRAPD(error, RedrawL() );
                 {
                     if ( error != KErrNone && aError != NULL )
--- a/svgtopt/VGRenderer/PseudoVG/src/PseodoVGRendererImpl.cpp	Wed Mar 31 23:03:24 2010 +0300
+++ b/svgtopt/VGRenderer/PseudoVG/src/PseodoVGRendererImpl.cpp	Wed Apr 14 16:53:18 2010 +0300
@@ -801,7 +801,7 @@
     {
 #ifdef VGRENDERER_LOG
     TInt err = iLog.Connect();
-    TRAPD(logerror,iLog.CreateLog(_L("ranjithencoder"),_L("ranjithencoder.txt"),EFileLoggingModeOverwrite));
+    TRAPD(logerror,iLog.CreateLog(_L("PseodoEncoder"),_L("PseodoEncoder.txt"),EFileLoggingModeOverwrite));
 #endif    
     }
 
--- a/svgtopt/gfx2d/src/GfxGc/Gfx2dGcOpenVG.cpp	Wed Mar 31 23:03:24 2010 +0300
+++ b/svgtopt/gfx2d/src/GfxGc/Gfx2dGcOpenVG.cpp	Wed Apr 14 16:53:18 2010 +0300
@@ -2874,7 +2874,7 @@
 {
     // Ensure OpenVG is initialized: could have been terminated by another Svg engine
     // Returns immediately if already initialized
-         TInt err = iVgSurface->InitializeSurface( iColorBufferSize, VGI_COLORSPACE_SRGB );//NGA    --- testing purpose//srikanth
+         TInt err = iVgSurface->InitializeSurface( iColorBufferSize, VGI_COLORSPACE_SRGB );
         if (!((err == KErrNone) || (err == KErrAlreadyExists)))
             {
             #ifdef _DEBUG