Skip to content

Releases: tfriedel6/canvas

v0.12.1

02 Jun 09:10
Compare
Choose a tag to compare
  • Fixed a rendering bug on macOS

v0.12.0

28 May 09:25
Compare
Choose a tag to compare
  • Better caching of images and fonts
  • New vector based text rendering for large or transformed text rendering
  • Path2D fill cache
  • Bugfixes

v0.11.1

17 Mar 14:27
Compare
Choose a tag to compare
  • Bugfix on self intersecting polygons
  • Faster text rendering

v0.11.0

28 Feb 07:58
Compare
Choose a tag to compare
  • Limited the image cache size
  • Shadow bugfix and better shadow performance
  • Gradients can are now updated correctly after changing them

v0.10.0

11 Feb 10:41
Compare
Choose a tag to compare
  • High DPI scaling now works in the sdlcanvas and glfwcanvas packages. If the window is scaled by some factor, the canvas size will be different, and the actual content scaling is left up to the application.
  • Updated SDL and GLFW versions
  • Fixed polygon triangulation in some cases
  • Fixed Arc and ArcTo scaling

v0.9.3

18 Dec 16:01
79fde3e
Compare
Choose a tag to compare
  • Fix a panic issue of loading an image from cache

Thanks to @kanle-hotstar for this fix!

v0.9.2

04 Dec 11:24
Compare
Choose a tag to compare
  • Fixed a bug in GetImageData
  • LoadImage now also uses the image cache

v0.9.1

01 Oct 10:07
Compare
Choose a tag to compare
  • Fixed bugs with anticlockwise arcs
  • Fixed shift key name
  • Updated dependency versions
  • Added ellipse function

v0.9.0

13 May 10:11
Compare
Choose a tag to compare
  • Added a software backend for software rendering
  • Renamed the backend package names so the folders correspond to the package names

v0.8.5

12 May 11:08
Compare
Choose a tag to compare

Fixed a bug with self intersecting polygons when a polygon is closed