Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 890 Bytes

File metadata and controls

28 lines (21 loc) · 890 Bytes

Unreleased

  • Add --version opiton to CLI (#1).

0.3.0

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

0.2.0

  • 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

  • Add support for simple commands.
  • Add JavaScript parser and viewer.