DEV Community

Discussion on: What are the most interesting uses of SVGs you've seen?

Collapse
 
belhassen07 profile image
Belhassen Chelbi • Edited

well for everyday's tasks when you're making a new website , sometimes you want to make a complicated shape, so you try to do it with css (:after , :before and tricks here and there) which can be easily implemented with svg which will be responsive as well and it won't ruin the whole page on a different viewport.

Data visualization is something really interesting that you can do with svg and javascript, D3.js is a javascript library for data visualization using SVG and canvas as well, it's super cool even when you combine javascript and svg even without d3.

you can watch these awesome talks about svg by the amazing Sarah Drasner , Sarah Soueidan and others