|
|
|
|
|
by BoorishBears
1073 days ago
|
|
Funny you say this, I spent a good 5+ hours yesterday trying to get an SVG of a UI mockup to render properly on Safari before giving up and implementing it in HTML. What was especially annoying was that different representations of the exact same SVG would behave differently (inline-svg vs img+src vs object) |
|
Most of drawing works fine as markup. However, animations and simple state changes are awful. CSS is much easier to use for some of those purposes.
I’d very much forgive SVG for its clunkiness, after all it’s old yet very powerful today. It’s a prime candidate for a revamp.