Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

Releases: alexjlockwood/avocado

v1.0.0

Choose a tag to compare

@alexjlockwood alexjlockwood released this 22 Jan 01:02
  • Republished tool under the name avocado.

v0.1.5

Choose a tag to compare

@alexjlockwood alexjlockwood released this 10 Jan 20:55
  • 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

Choose a tag to compare

@alexjlockwood alexjlockwood released this 10 Dec 17:49
  • Remove attributes with default values. Fixes #16.

v0.1.1

Choose a tag to compare

@alexjlockwood alexjlockwood released this 08 Dec 06:26
  • 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

Choose a tag to compare

@alexjlockwood alexjlockwood released this 05 Dec 04:34
91964cb
update vector drawable file names in readme

v0.1.0-alpha.8

v0.1.0-alpha.8 Pre-release
Pre-release

Choose a tag to compare

@alexjlockwood alexjlockwood released this 01 Dec 22:00
  • Don't remove XML processing instruction by default. Fixes #13.

v0.1.0-alpha.7

v0.1.0-alpha.7 Pre-release
Pre-release

Choose a tag to compare

@alexjlockwood alexjlockwood released this 01 Dec 06:19
  • 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

v0.1.0-alpha.6 Pre-release
Pre-release

Choose a tag to compare

@alexjlockwood alexjlockwood released this 01 Dec 00:56
  • Avoid crash when rounding path data that contains a closepath command. Fixes #5.

v0.1.0-alpha.5

v0.1.0-alpha.5 Pre-release
Pre-release

Choose a tag to compare

@alexjlockwood alexjlockwood released this 01 Dec 00:33
  • Don't remove leading zeros for decimals less than 1. Fixes #1.

v0.1.0-alpha.4

v0.1.0-alpha.4 Pre-release
Pre-release

Choose a tag to compare

@alexjlockwood alexjlockwood released this 01 Dec 00:28
8f9f521

Initial release.