Skip to content

Releases: jzbrooks/vat

0.0.5

26 Jan 14:00
bfe1ec6
Compare
Choose a tag to compare

Fixed

  • Avoid translating coodinates for smooth bézier curves
  • Track path fill rules when drawing
  • Correctly parse floating point dimensions

0.0.4

20 Jan 04:10
Compare
Choose a tag to compare

Fixed

  • Images appear blank or partially drawn if the viewport coordinate system differs from its specified height and width
  • --background-color arguments can be prefixed with '#' or '0x'

0.0.3

14 Jan 02:10
Compare
Choose a tag to compare

Added

  • Build targets for windows and linux systems
  • Handle very simple SVGs supported by vgo
    • style tags aren't handled
    • nested clip paths aren't handled
  • --background-color option (hexadecimal RGBA format)

Fixed

  • Handle group transformations

Changed

  • Default to transparent background

0.0.2

09 Jan 02:08
Compare
Choose a tag to compare

Added

  • --scale option

Fixed

  • v commands were interpreted incorrectly
  • smooth bezier curve handling

0.0.1

08 Jan 02:52
Compare
Choose a tag to compare

Initial release supports only macOS