v0.4.0
What's Changed
- fix:
ctx.direction
was not working correctly - feat: Add some non-standard methods to
Path2D
object likesimplify
,toSVGString
, etc. - feat: Add
Canvas#toDataURL
- fix:
Canvas#encode
returning 0 length buffer - feat: Make
Image
more Web-compatible. Now it supports loading usingsrc
. Data URLs are also supported now.
Full Changelog: 0.3.1...0.4.0