Y
Hacker News
new
|
ask
|
show
|
jobs
by
Oras
375 days ago
What is the added benefit of using SVG (larger text) compared to just loading the font and using text?
1 comments
scyda
374 days ago
SVG is vector-based, so the text stays crisp no matter how much you zoom in. With regular fonts or Canvas, it can get blurry or pixelated when scaled up.
link