Designing entire webpages as SVG files
Posted
by
user1311390
on Stack Overflow
See other posts from Stack Overflow
or by user1311390
Published on 2012-06-05T06:28:51Z
Indexed on
2012/06/05
22:40 UTC
Read the original article
Hit count: 192
Disclaimer
I realize that given the absurdity of the title, this sounds like a troll. However, it's a genuine question. My background involves OpenGL / x86 assembly. I've recently started learning web programming. I really like SVG + CSS, and was wondering -- why do people not design entire webpages in SVG?
Context
- SVG provides beautiful primitive: quadratic + cubic bezier curves; lines + filling -- all as vector graphics
- SVG provides text
- SVG provides affine transformations
Questions
- Are there examples of people designing entire websites as a giant SVG file?
- If not, what the limitations?
- Are there performance hits when using SVG primitives as opposed to divs/tables?
© Stack Overflow or respective owner