Releases: zenozeng/p5.js-svg
Releases · zenozeng/p5.js-svg
v1.1.0
- test: [email protected]
v1.0.8
v1.0.7
v1.0.6
v1.0.5
- feat: implement CanvasTransform Interface, see gliffy/canvas2svg#83, fixes #170
- refactor: support [email protected], see #182
- refactor: ESM
- refactor: remove loadGraphics
- fix: keep svgcanvas's root when applying filter
- fix: call _incrementPreload & _decrementPreload in p5.prototype.loadSVG, fixes #168
- test: add test for resetMatrix, for #170
- test: diff without converting to png
- test: update IO/saveFrames tests
v0.5.2
[email protected] (requires [email protected])
- Remove String.prototype.repeat polyfill
- Replace
this._graphics
withthis._renderer
(for [email protected]) - Add RendererSVG.prototype.line, fixes #159
v0.5.1
[email protected] (requires [email protected])
- Fix issues with unit tests
v0.5.0
[email protected] (requires [email protected])
- Fix loadSVG in [email protected]
- RendererSVG.prototype.appendChild(SVGElement)
- Configure ESLint and make it happy
- Allow save SVGElement in save() and saveSVG()
- add p5.prototype.registerSVGFilter
- add p5.prototype.getDataURL
v0.4.3
[email protected] (requires [email protected] with patch#850)
- Write filter attribute every time filter applied, fixes #137
- Fix SVGElement.unfilter not work when arg not defined
- Update documentation
- Add examples for using p5.SVG
- Use jsdoc3
v0.4.2
[email protected] (built on top of [email protected], with patch#850)