Skip to content

0.2.0

Choose a tag to compare

@enzet enzet released this 15 Jan 19:20
· 30 commits to main since this release
  • 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).