Releases: Amphiluke/lindsvg
Releases · Amphiluke/lindsvg
v1.5.0
Add support for the “swap angle sign” command (!
).
v1.4.0
Add support for the “turn around” command (|
).
v1.3.3
- Allow to skip adding an attribute by specifying
"n/a"
as a value.
- Improve ESM support in Node.js environment.
v1.3.2
No significant changes in this patch.
- Update developer dependencies.
- Provide a link to the project’s new web page.
- Minor fixes in README.
v1.3.1
Introduce a few improvements to produce cleaner and smaller SVG code.
v1.3.0
- Introduce “multi-path” SVG generation methods allowing for advanced stylisation of branched L-systems.
- Bug fixing and refactoring.
v1.2.1
Improve methods for path data generation to produce smaller SVG output.
v1.2.0
Introduce the pathAttributes
option. The options fill
and stroke
are deprecated, use pathAttributes.fill
and pathAttributes.stroke
instead.
v1.1.0
Throw custom exception providing the toJSON
functionality (in case of invalid input L-system parameters).
v1.0.0
The first stable release.