Question
[svn] 3130: Fix SDK-16700: Applying a matrix to a GraphicElement does not get applied immediately.
Revision: 3130
Author: gruehle@adobe.com
Date: 2008-09-05 15:32:13 -0700 (Fri, 05 Sep 2008)
Log Message:
-----------
Fix SDK-16700: Applying a matrix to a GraphicElement does not get applied immediately.
Added explicit matrixChanged and displayObjectChanged flags to GraphicElement so we can reliably track changes to those items. Changed commitXY() to set the x and y properties directly on the display object rather than indirectly through the matrix. Setting through the matrix caused any non-rotation or scale transform to be lost.
Reviewer: Deepa
Checkintests: pass
Ticket Links:
------------
http://bugs.adobe.com/jira/browse/SDK-16700
Modified Paths:
--------------
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement.as
Author: gruehle@adobe.com
Date: 2008-09-05 15:32:13 -0700 (Fri, 05 Sep 2008)
Log Message:
-----------
Fix SDK-16700: Applying a matrix to a GraphicElement does not get applied immediately.
Added explicit matrixChanged and displayObjectChanged flags to GraphicElement so we can reliably track changes to those items. Changed commitXY() to set the x and y properties directly on the display object rather than indirectly through the matrix. Setting through the matrix caused any non-rotation or scale transform to be lost.
Reviewer: Deepa
Checkintests: pass
Ticket Links:
------------
http://bugs.adobe.com/jira/browse/SDK-16700
Modified Paths:
--------------
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement.as
