Skip to content

Releases: dmester/canvas-renderer

2.2.1

07 Aug 19:50
9f5fa95
Compare
Choose a tag to compare

Bug fix:

  • Width and height were interchanged in fillRect (#4)

2.2.0

14 Sep 15:13
Compare
Choose a tag to compare

Improvement:

  • TypeScript typings are now bundled with the NPM package.

Bug fix:

  • If a keywords object was passed to toPng, any extended property for the Object prototype leaked into the PNG.

2.1.1

22 Dec 09:50
Compare
Choose a tag to compare

Bug fix:

  • An exception was thrown when generating truecolor PNGs on Node 10.x.

2.1.0

27 Jul 18:46
Compare
Choose a tag to compare

Improvement:

  • Implemented method HTMLCanvasElement.toDataURL()

2.0.1

14 Apr 15:01
Compare
Choose a tag to compare

Improvements:

  • Improved rendering quality of small arcs.

2.0.0

12 Mar 19:07
Compare
Choose a tag to compare

Breaking changes:

  • Now licensed under the MIT license. This change was done to simplify using canvas-renderer or libraries depending on canvas-renderer in businesses utilizing list of allowed open source licenses.

Improvements:

  • Improved performance. During benchmarks while rendering identicons, performance boosts up to 30% have been measured.
  • Support for colors on the format rgb(), rgba(), hsl(), hsla(), and hwb().

Fixed bugs:

  • Removed artifact when a partially covered pixel color was extrapolated between two supersample ranges.

1.0.1

07 Mar 18:48
Compare
Choose a tag to compare

Fixed bugs:

  • Color of antialiased pixels were incorrect in images with multiple semitransparent layers.