gun-ctrl
Results
2
comments of
gun-ctrl
I advise that you should set width and height after the canvas is initialized,I have encountered similar problems before
I have tried to test `isPointInStroke `,but the result still is "false". ``` cxt.beginPath(); cxt.lineWidth = arcRadio + 50; let path = new Path2D(canvas); // path.arc(center, center, radius, Math.PI *...