ng2-canvas-whiteboard
ng2-canvas-whiteboard copied to clipboard
Canvas whiteboard
``` const historyUpdates: Array = this.CanvasWhiteboardComponent.getDrawingHistory(); ``` Getting the above error while getting the array of string from the drawingHistory. on this line of code: ** this.historyUpdates.map(update => update.stringify()) ;**...
Loading an image as background from another domain is possible, but when saving the image an error is thrown (Firefox). `ERROR DOMException: The operation is insecure.` This happens when calling...
Hey, **awesome** lib, congrats! I was wondering if it's possible to change the stroke and fill texts like with the other buttons. I couldn't find a property for that following...
The canvas currently has FreeHand, Line, Rect, Circle, Star (5 spikes), Smile shapes. It will be good if more shapes are inserted and are available out of the box, and...
`core.js:6228 ERROR TypeError: Cannot read property 'isVisible' of undefined at CanvasWhiteboardComponent._swapCompletedShapeToActualCanvas (ng2-canvas-whiteboard.js:1570) at CanvasWhiteboardComponent._draw (ng2-canvas-whiteboard.js:1544) at ng2-canvas-whiteboard.js:1667 at Array.forEach () at CanvasWhiteboardComponent.drawUpdates (ng2-canvas-whiteboard.js:1662) at SafeSubscriber._next (ng2-canvas-whiteboard.js:1036) at SafeSubscriber.__tryOrUnsub (Subscriber.js:183) at...
is there any functionality implemented in this library to upload image on the canvas. need help ASAP thanks.
hello, When I draw something on my canvas, the drawn thing move +/-2 pixel to the bottom when I release the click, is it normal or did I do something...
Hello, i'm using a simple canva.  My only css on the canva's parent is : `#canvaContainer { height: 100px; max-width: 240px; }` Everything works ok on firefox but when...
Hi! When the drawing is started, the shape FreeHandShape is selected by default. How to make a different shape by default?