Merge branch 'svg-rename' into refactor-sprite

* svg-rename:
  Add scale transform and fix default prop for compound transform.
  Added compound transforms along with translate facades.
  Listen to strand events instead of model events and avoid initialization 
order problems.


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

Branch: refs/heads/refactor-sprite
Commit: 726775219086ae65a22e3293a8ea04584210b2cc
Parents: 7208812 766c76a
Author: Harbs <ha...@in-tools.com>
Authored: Thu Jul 28 23:57:35 2016 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Thu Jul 28 23:57:35 2016 +0300

----------------------------------------------------------------------
 .../projects/Core/src/main/flex/CoreClasses.as  |  4 +++
 .../flex/org/apache/flex/core/ITransformHost.as |  3 +-
 .../apache/flex/core/TransformCompoundModel.as  | 35 ++++++++++++++++++++
 .../flex/org/apache/flex/core/TransformModel.as | 25 ++++++++++++--
 .../org/apache/flex/core/TransformMoveXModel.as | 25 ++++++++++++++
 .../org/apache/flex/core/TransformMoveYModel.as | 25 ++++++++++++++
 .../org/apache/flex/core/TransformScaleModel.as | 24 ++++++++++++++
 .../Core/src/main/resources/basic-manifest.xml  |  4 +++
 .../flex/org/apache/flex/svg/TransformBead.as   | 28 ++++++----------
 9 files changed, 153 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/72677521/frameworks/projects/Core/src/main/flex/CoreClasses.as
----------------------------------------------------------------------

Reply via email to