Questions tagged [svg]
SVG (Scalable Vector Graphics), is an XML-based two-dimensional vector graphics format.
5 questions
1 vote
0 answers
425 views
Canvas-like drawing interface for SVG?
There's lots of stuff out there comparing the HTML elements SVG and Canvas, but I'm still a little confused. I'm looking for a way to draw an arbitrary shape (like, I have a description of a shape, ...
0 votes
1 answer
977 views
How should I prepare my SVG for production? [closed]
I have a project in Angular1.x using a lot of SVG files. I have no idea what to do to SVG files to prepare them for production. I don't want my page to invoke 50 calls to different SVG files. So ...
0 votes
2 answers
2k views
HTML 5 Double-Helix/DNA
What would be the most cross browser friendly (IE9, Chrome, FF, Safari, Opera) way to code an animated, interactive double-helix? HTML 5/JavaScript is fine. Flash or Java is not. I am unsure if ...