Releases: razztyfication/vue-drawing-canvas
Releases · razztyfication/vue-drawing-canvas
v1.0.14
v1.0.13
- Bug fix missing line guide when background image exist
v1.0.12
v1.0.11
- Added new prop outputWidth and outputHeight
- Bug fixes
v1.0.10
- Eraser no longer erase background image.
- Added new prop lineCap and lineJoin
- Added new value
"line"
on strokeStyle to draw straight line
v.1.0.9
- BUG FIX redraw function with wrong stroke type
- BUG FIX typescript type declaration not compatible with
noImplicitAny
- Added new prop additionalImages will accept Array of
watermark
Object to draw either text or insert multiple image on canvas - Remove build for
ssr
andunpkg
v1.0.8
- BUG FIX not working on drawing tablet and stylus
v1.0.7
- Added new method getAllStrokes() to get all strokes and shapes from canvas.
- Added new prop initialImage to draw all strokes and shapes from previously worked canvas.
v.1.0.6
v1.0.5
- BUG FIX missing side when drawing shapes
- BUG FIX add missing return on null background image