Releases: zenozeng/p5.js-svg
Releases · zenozeng/p5.js-svg
v1.6.0
- test: p5.js v1.11.3
- fix: compatibility with p5.js 1.11.x (roundRect issue) (zenozeng/svgcanvas@ee742e0)
- fix: compatibility with p5.js 1.7.0+ (BL451) (#258)
- fix: compatibility with p5.js 1.7.0+ & Examples and Tests (nkymut) (#260)
- fix: examples (spencerflem) (#264)
- feat: public interface for groups (immjs) (#256)
v1.5.1
v1.5.0: refactor: typescript (#244)
- feat: TypeScript type declarations
- refactor: rewrite using TypeScript
- fix: clear after resizing should not have unwanted white background, fixes #235
v1.4.0
- test: [email protected]
- chore(deps): upgrade deps
- fix: make .image() use the transformation matrix
(Michael Elsdörfer)
(#227)
v1.3.3
v1.3.2
v1.3.1
v1.3.0
- feat: loadPixels() for #203
- fix(graphics): call RendererSVG with this instead of pInst
- fix: _pixelDensity for drawing image created by createGraphics
- refactor: RendererTester
- refactor: use Renderer2D.prototype.line instead of RendererSVG.prototype.line
- refactor: use Proxy instead of _withPixelDensity
v1.2.0
- test: [email protected]