Skip to content

Latest commit

 

History

History
215 lines (129 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

215 lines (129 loc) · 12.5 KB

0.1.5 (2021-08-13)

Bug Fixes

  • default value of FilterQuality in SamplingOptions should be high (389aa26)

Features

0.1.4 (2021-08-11)

Features

  • scale svg image if need (72c404c)

0.1.3 (2021-08-06)

Bug Fixes

  • icudtl.dat download logic in publish job (f2bb048)

0.1.2 (2021-08-05)

Bug Fixes

  • Windows icudtl.data version and path (5c81eb7)

Features

  • implement convertSVGTextToPath function (9c7ca98)

0.1.1 (2021-08-02)

Bug Fixes

  • use viewbox as svg_container_size if width & height is empty (406a298)

Features

  • upgrade to skia/chrome/m93 latest (6ca9526)

0.1.0 (2021-07-30)

Bug Fixes

  • canvas.png() to canvas.encode('png') (b2d5afe)
  • multi font families (2e934a5)
  • sample image size update (8b0b147)

Features

  • 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)

Features

  • support raw pixels output (f502548)
  • support toDataURL and toDataURLAsync on canvas element (1d8c790)

0.0.11 (2021-07-13)

Features

  • support maxWidth in fillText and strokeText (ccf33f3)

0.0.10 (2021-07-12)

Bug Fixes

  • missing registerFromPath implementation (8bac515)

0.0.9 (2021-07-11)

Features

  • upgrade skia to chrome/m92 latest (584a02a)

0.0.8 (2021-06-23)

Features

0.0.7 (2021-06-21)

Bug Fixes

  • deps: update rust crate once_cell to 1.8 (c859162)
  • deps: update rust crate regex to 1.5 (1915c60)
  • JsArrayBuffer usage (b58e987)

Features

0.0.6 (2021-05-06)

Bug Fixes

  • windows setAssetFontManager crash (54861e9)

Features

  • 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)

Bug Fixes

  • path: wrong Stroke type cast and miterLimit default value (5f1761b)
  • add stroke to trim test to make it more visually recognizable (bddb3c6)

Features

0.0.4 (2021-04-19)

Bug Fixes

  • parse error for single font size rules (aa80fb7)

Features

  • path2d: implement pathkit functions (eea95bf)
  • skia chrome/m91, add back mimalloc (0420c14)

0.0.3 (2021-03-27)

Bug Fixes

  • wrong package name in index.js (e3c35bb)

0.0.2 (2021-03-27)

Bug Fixes

Features

Performance Improvements

  • disable image data copy (ccc8630)

0.0.1-alpha.3 (2021-01-06)

Features

  • properties in CanvasRenderContext2D (12727a7)
  • testing for context2d functions (107a650)

0.0.1-alpha.2 (2020-12-26)

Features

  • implement Path2D (91124d6)
  • support gradient in fill/stroke style (12e061c)

0.0.1-alpha.1 (2020-12-24)

Features

  • async/sync get png data from Canvas (f6d8cd6)

0.0.1-alpha.0 (2020-12-17)

Features