Author: aharui
Date: Thu Feb 14 23:04:31 2013
New Revision: 1446383

URL: http://svn.apache.org/r1446383
Log:
Fix SVG Transcoding: FLEX-33390

Modified:
    
flex/sdk/branches/release4.9/modules/swfutils/src/java/flash/graphics/g2d/SpriteGraphics2D.java

Modified: 
flex/sdk/branches/release4.9/modules/swfutils/src/java/flash/graphics/g2d/SpriteGraphics2D.java
URL: 
http://svn.apache.org/viewvc/flex/sdk/branches/release4.9/modules/swfutils/src/java/flash/graphics/g2d/SpriteGraphics2D.java?rev=1446383&r1=1446382&r2=1446383&view=diff
==============================================================================
--- 
flex/sdk/branches/release4.9/modules/swfutils/src/java/flash/graphics/g2d/SpriteGraphics2D.java
 (original)
+++ 
flex/sdk/branches/release4.9/modules/swfutils/src/java/flash/graphics/g2d/SpriteGraphics2D.java
 Thu Feb 14 23:04:31 2013
@@ -97,7 +97,8 @@ public class SpriteGraphics2D extends Ab
        private SpriteGraphics2D(SpriteGraphics2D swf2d)
        {
                super((GraphicContext)swf2d.graphicContext.clone());
-               defineTags = new TagList();
+               bounds = new Rect();
+               defineTags = swf2d.getTags();
        }
 
        /**


Reply via email to