←back to thread

518 points cantdutchthis | 1 comments | | HN request time: 0.239s | source
Show context
unleaded ◴[] No.44501635[source]
You can do a lot of impressive things with SVGs. Some examples from Wikipedia (no JS in any)

https://upload.wikimedia.org/wikipedia/commons/9/9b/SMIL_mis... missile command clone

https://upload.wikimedia.org/wikipedia/commons/1/13/London_U... tube map

https://upload.wikimedia.org/wikipedia/commons/4/49/Rolling_... rolling shutter animation

replies(6): >>44501711 #>>44501713 #>>44502029 #>>44503152 #>>44503500 #>>44518683 #
leonidasv ◴[] No.44501713[source]
SVG started as an open competitor to Shockwave/Flash Player and also an application format for PDAs. It almost got networking support once.
replies(4): >>44501865 #>>44502636 #>>44503050 #>>44503397 #
koakuma-chan ◴[] No.44502636[source]
Huh? SVG stands for scalable vector graphics.
replies(2): >>44502687 #>>44504103 #
1. FateOfNations ◴[] No.44502687[source]
Functionally, it can do a lot of the same things as SWF/Flash. Can do animations (see article) and it's scriptable using JavaScript for interactivity.