0.1.5 (2021-08-13)
- default value of FilterQuality in SamplingOptions should be high (389aa26)
- add resize SVG demo (bf8388d)
0.1.4 (2021-08-11)
- scale svg image if need (72c404c)
0.1.3 (2021-08-06)
- icudtl.dat download logic in publish job (f2bb048)
0.1.2 (2021-08-05)
- Windows icudtl.data version and path (5c81eb7)
- implement convertSVGTextToPath function (9c7ca98)
0.1.1 (2021-08-02)
- use viewbox as svg_container_size if width & height is empty (406a298)
- upgrade to skia/chrome/m93 latest (6ca9526)
0.1.0 (2021-07-30)
- canvas.png() to canvas.encode('png') (b2d5afe)
- multi font families (2e934a5)
- sample image size update (8b0b147)
- add .asWinding() to convert the sample image of SVG filltype (f9f0d2b)
- add basic measureText setup (e1fc0bf)
- measureText with all textAlign and textBaseline (1891d76)
- support register font with family name alias (4860c80)
- support woff/woff2 fonts (70b7aa2)
- svg canvas backend (f95f67a)
0.0.12 (2021-07-14)
- support raw pixels output (f502548)
- support toDataURL and toDataURLAsync on canvas element (1d8c790)
0.0.11 (2021-07-13)
- support maxWidth in fillText and strokeText (ccf33f3)
0.0.10 (2021-07-12)
- missing registerFromPath implementation (8bac515)
0.0.9 (2021-07-11)
- upgrade skia to chrome/m92 latest (584a02a)
0.0.8 (2021-06-23)
0.0.7 (2021-06-21)
- deps: update rust crate once_cell to 1.8 (c859162)
- deps: update rust crate regex to 1.5 (1915c60)
- JsArrayBuffer usage (b58e987)
0.0.6 (2021-05-06)
- windows setAssetFontManager crash (54861e9)
- add .editorconfig file (62dcf35)
- add font collection singleton scaffold (9b7a00a)
- support GlobalFonts.families (00be237)
- support GlobalFonts.has (0461afc)
- support GlobalFonts.register (295d507)
0.0.5 (2021-05-04)
- path: wrong Stroke type cast and miterLimit default value (5f1761b)
- add stroke to trim test to make it more visually recognizable (bddb3c6)
0.0.4 (2021-04-19)
- parse error for single font size rules (aa80fb7)
0.0.3 (2021-03-27)
- wrong package name in index.js (e3c35bb)
0.0.2 (2021-03-27)
- bitmap destructor (b138da2)
- build on windows (b731ea8)
- compat with Node.js readonly error messages (c7e1764)
- eslint & vscode config ignore (f7dd018)
- image shadow (8396b93)
- image src getter (336549d)
- setters on readonly properties (adac797)
- sync lock file (340bfb5)
- transform matrix config (9dcddf2)
- add drawImage poc (a5e5ddf)
- add image class poc (11e04a5)
- add image SkData field poc (bb0c108)
- ImageData relates API and tests (24c7990)
- implement image pattern (2efbb18)
- scale and rotate (f6c761f)
- skia m89 (e9c1cc9)
- support all drawImage variants (8d5ded6)
- support context alpha (929bdc0)
- support creating SkImage (3945321)
- support getContextAttributes (4c0586b)
- support isPointInPath (2150788)
- support isPointInStroke (2a14513)
- support naturalWidth/naturalHeight/complete/alt (1bb1042)
- sync skia m89 (9748c44)
- text states and font styles (a175cf7)
- disable image data copy (ccc8630)
0.0.1-alpha.3 (2021-01-06)
0.0.1-alpha.2 (2020-12-26)
0.0.1-alpha.1 (2020-12-24)
- async/sync get png data from Canvas (f6d8cd6)