You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/09/07 22:33:49 UTC

[14/50] git commit: [flex-asjs] [refs/heads/master] - Add transform bead to GraphicClasses

Add transform bead to GraphicClasses


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c2eebc8b
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c2eebc8b
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c2eebc8b

Branch: refs/heads/master
Commit: c2eebc8b19c392a234e9c61284ca272bf8be645e
Parents: 4cfde5b
Author: yishayw <yi...@hotmail.com>
Authored: Sun Jul 31 10:59:09 2016 +0300
Committer: yishayw <yi...@hotmail.com>
Committed: Sun Jul 31 10:59:09 2016 +0300

----------------------------------------------------------------------
 frameworks/projects/Graphics/src/main/flex/GraphicsClasses.as | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c2eebc8b/frameworks/projects/Graphics/src/main/flex/GraphicsClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Graphics/src/main/flex/GraphicsClasses.as b/frameworks/projects/Graphics/src/main/flex/GraphicsClasses.as
index 916d6b4..ae4f401 100644
--- a/frameworks/projects/Graphics/src/main/flex/GraphicsClasses.as
+++ b/frameworks/projects/Graphics/src/main/flex/GraphicsClasses.as
@@ -38,6 +38,7 @@ internal class GraphicsClasses
 	import org.apache.flex.graphics.SolidColorStroke; SolidColorStroke;
 	import org.apache.flex.svg.Text; Text;
 	import org.apache.flex.svg.CompoundGraphic; CompoundGraphic;
+	import org.apache.flex.svg.TransformBead; TransformBead;
 	import org.apache.flex.svg.LinearGradient; LinearGradient;
 	import org.apache.flex.graphics.CubicCurve; CubicCurve;
 	import org.apache.flex.graphics.LineStyle; LineStyle;