Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Releases: maltaisn/svg-equations

v1.1.0

18 Dec 00:09
v1.1.0
6b983f5
Compare
Choose a tag to compare
  • Added support for stroke styling via Desmos API. The following attributes are supported from now on:
    stroke-opacity, opacity, stroke, stroke-width.
  • Added the -s (generate style script) and --width-mult (width multiplier) options to the CLI.
  • Added a -v option to the CLI to output the version number.

v1.0.0

08 Dec 21:13
49fdefc
Compare
Choose a tag to compare
  • Initial release
  • Complete path support for parametric equations.
  • Cartesian only supports lines.
  • Arcs are converted to cubic bezier curves.
  • Complete support for transform attribute.
  • Convert to latex option.