Skip to content

Releases: enzet/iconscript

0.3.0

23 Jan 21:19

Choose a tag to compare

  • Breaking change: unify syntax (#9).
    • Add fill command.
    • Remove lf command.
    • Make r and e respect fill and width scope parameters.

0.2.0

15 Jan 19:20

Choose a tag to compare

  • Breaking change: use SVG path commands format (#2).
    • Use e for circle (ellipse) instead of c.
    • Use m for position (move) instead of p.
    • Use r for rectangle insted of s (square).
    • Use subtract for subtraction insted of r (remove).
  • Fix arc drawing — now it isn't approximated by segmented line (#4).

0.1.0

12 Dec 19:42

Choose a tag to compare

Initial release.

  • SVG icon generation.
  • Command-line interface.
  • Suppport for lines, circles, and rectangles.