Releases: emilefokkema/infinite-canvas
Releases · emilefokkema/infinite-canvas
v0.5.5-alpha
- fix a bug in the handling of touches outside the
<canvas>
v0.5.4-alpha
- fix bug in drawing when canvas has resized
v0.5.3-alpha
- add support for
bezierCurveTo
v0.5.2-alpha
- fix a bug in the drawing of rectangles
- reduce the number of declaration files in
dist/types
quadraticCurveTo
- add support for
quadraticCurveTo
0.5.0-alpha
- No longer ignores the difference between the canvas element's
width
andheight
attributes on the one hand and its CSS width and height on the other. - the
draw
event now contains information about the current transformation between theInfiniteCanvas
context's coordinate system and the css coordinate system.
bugfix
- fixes a bug in the rendering of line dashes
v0.1-alpha
ignore .vscode folder