Releases: emilefokkema/infinite-canvas
Releases · emilefokkema/infinite-canvas
v0.6.7
v0.6.6
- implement
fontKerning
,reset()
androundRect()
v0.6.5
- fix bugs in the rendering of paths through infinity
v0.6.4
v0.6.3
v0.6.2
v0.6.1
- add support for
lineCap
,lineJoin
,miterLimit
,globalAlpha
,globalCompositeOperation
,filter
,imageSmoothingEnabled
andimageSmoothingQuality
- fix a bug in the handling of a saved state
- fix three bugs related to the rendering of shadows
- fix a bug in
putImageData()
- fix bug related to stroked paths
- fix a bug related to drawing lines to infinity with shadows
v0.6.0-alpha
- Implement
addEventListener()
and emit actualEvent
s just like a<canvas>
element - breaking-ish: the
transformationStart
,transformationChange
andtransformationEnd
events are now calledtransformationstart
,transformationchange
andtransformationend
, respectively.
v0.5.7-alpha
- support
createConicGradient()
- export more types from type declaration
v0.5.6-alpha
- fix the typescript declaration:
InfiniteCanvas
is now the default export, just as it is indist/infinite-canvas.js