--- 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