Repository: flex-asjs Updated Branches: refs/heads/develop 4cfde5b26 -> c2eebc8b1
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/develop Commit: c2eebc8b19c392a234e9c61284ca272bf8be645e Parents: 4cfde5b Author: yishayw <yishayj...@hotmail.com> Authored: Sun Jul 31 10:59:09 2016 +0300 Committer: yishayw <yishayj...@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;