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

Latest commit

 

History

History
13 lines (12 loc) · 564 Bytes

CHANGELOG.md

File metadata and controls

13 lines (12 loc) · 564 Bytes

v1.1.0

  • 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

  • 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.