Skip to content

v0.1.3

Compare
Choose a tag to compare
@alexjlockwood alexjlockwood released this 13 Mar 05:49

Changelog (released on 2017-03-13)

Features

  • Exported AnimatedVectorDrawables will now automatically animate differences
    in the <vector> tag's alpha property. (#68) (82281e0)

Bug fixes

  • SVG import is now much better at understanding <defs> and <use> tags. (#13) (0a94a0b)
  • SVG import now strips away invisible paths with no fill or stroke colors. (5d4fc31)
  • SVG import now correctly parses <rect> shapes containing rx and/or
    ry attributes. (#3) (96d0f1d)
  • Added a README.txt file to exported zip files with details on
    the archive's contents. (#73) (7a27f90)
  • Switched over to Angular 2's OnPush change detection strategy, which should
    increase overall application performance. (#74) (281e6e4)
  • Fixed a couple of miscellaneous bugs that occurred when switching between
    different SVG paths. (#75) (#76) (6560b60) (7a4e49f)