Open nhonnh2 opened 9 months ago
Same issue in Svelte as well
try to use high DPI canvas
const width = 500;
const height = 500;
const scale = 2;
<canvas width={width * scale} height={height * scale} style={{ width: width, height: height }}></canvas>
I have an option for getStroke but the resulting stroke doesn't feel smooth.
My canvas have width={440} ; height={220}
Can you help me make it more beautiful?