Releases: tfriedel6/canvas
Releases · tfriedel6/canvas
v0.12.1
02 Jun 09:10
Compare
Sorry, something went wrong.
No results found
Fixed a rendering bug on macOS
v0.12.0
28 May 09:25
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bugfix on self intersecting polygons
Faster text rendering
v0.11.0
28 Feb 07:58
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed a bug in GetImageData
LoadImage now also uses the image cache
v0.9.1
01 Oct 10:07
Compare
Sorry, something went wrong.
No results found
Fixed bugs with anticlockwise arcs
Fixed shift key name
Updated dependency versions
Added ellipse function
v0.9.0
13 May 10:11
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed a bug with self intersecting polygons when a polygon is closed