Skip to content

Icon Point v1.2.0

Latest
Compare
Choose a tag to compare
@doubleactii doubleactii released this 03 Dec 03:27

What's Changed

New API

  • Adds the resetPoint API. This API resets the point back to its original position it was originated in.
  • Adds the transform API. This API moves the point based on a transformation value. This is helpful when mirroring a point, or when an icon is transformed (flipped), you can get the new icon point on that flipped icon, by transforming the point by the same value of the transformation of the icon.

This API is extended via separated axis calls for the transform API via transformX and transformY for instances when only one axis needs to be mirror.

Full Changelog: v1.1.0...v1.2.0