You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
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 wrong with my setting?
here is a gif :
It could be a problem if anyone need to draw something precise, is there is a solution to fix it ?
my config: Angular 9, used npm to install ng2-canvas-whiteboard
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 wrong with my setting?
here is a gif :
It could be a problem if anyone need to draw something precise, is there is a solution to fix it ?
my config: Angular 9, used npm to install ng2-canvas-whiteboard
Code :
My canvas is really basic.
Parent component :
The options :
The canvas's container CSS contain only a height :
Not sure if that CSS is the good practice to give a size to the canvas, without it, the canvas was just a lane :
The text was updated successfully, but these errors were encountered: