Is it normal that svg has smoother edges than using canvas? #24
mirabledictu
started this conversation in
General
Replies: 1 comment 3 replies
-
Hey, my guess from that screenshot is that the canvas is at a lower dpi than your screen. Google around for “hi dpi html canvas” and you should be able to solve the issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this sample output from SVG rendering
It looks really good, smooth, but when I tried Canvas instead:
Same implementation but instead passing the path to 2d constructor:
It's using default options btw
Beta Was this translation helpful? Give feedback.
All reactions