Releases: SVGAPlus/SVGAPlus
Releases · SVGAPlus/SVGAPlus
v2.0.1
- Replace zlib.js with pako for parsing SVGA file.
renderer.pixi-2.0.1
- Fix incorrect type.
v2.0.0: Feature/pixi 7 (#9)
Core
- Remove Web Worker SVGA file parsing.
Renderer.Pixi
- Update to Pixi.7.
- Use rollup instead of Webpack.
Other
- Remove some legacy polyfills.
- Replace TSLint with ESLint.
- Update Github Action.
v1.0.1
v1.0.1
- Add missing LineDash implementation.
- Fix slow ticker.
- Update ellipse drawing logic.
- Abstract drawing logical to independent module.