Avocado Versions Save

🥑 Vector Drawable optimization tool 🥑

v1.0.0

6 years ago
  • Republished tool under the name avocado.

v0.1.5

6 years ago
  • Avoid converting cubic bezier curves to elliptical arcs (since there is an annoying elliptical arc related bug in the framework VectorDrawable implementation that wasn't fixed until API 24). Fixes #24.

v0.1.2

6 years ago
  • Remove attributes with default values. Fixes #16.

v0.1.1

6 years ago
  • Don't optimize paths with names (in case they are being used by a path morphing animation). Fixes #10.
  • Don't remove empty groups if they have a name (in case it breaks an AVD). Fixes #11

v0.1.0

6 years ago

v0.1.0-alpha.8

6 years ago
  • Don't remove XML processing instruction by default. Fixes #13.

v0.1.0-alpha.7

6 years ago
  • Don't bake group transforms into children if a child has a name and/or is a clip-path. Fixes #9.
  • Disable 'remove comments' since they have no impact on rendering performance. Fixes #7.
  • Remove paths and clip-paths with no path data strings. Fixes #6.
  • Don't merge paths if one of the two path has a name. Fixes #2.

v0.1.0-alpha.6

6 years ago
  • Avoid crash when rounding path data that contains a closepath command. Fixes #5.

v0.1.0-alpha.5

6 years ago
  • Don't remove leading zeros for decimals less than 1. Fixes #1.

v0.1.0-alpha.4

6 years ago

Initial release.