←back to thread

Nice things with SVG

(fuma-nama.vercel.app)
571 points fmerian | 1 comments | | HN request time: 0.428s | source
Show context
gocsjess ◴[] No.43670765[source]
One nice thing about SVGs is that they can be connected to the dom, you can do css, and easier to debug than canvas. Performance is the only thing holding it back from making declarative code for plotting and mapping charts.
replies(1): >>43673868 #
notnullorvoid ◴[] No.43673868[source]
What performance issues have you encountered? Perf was decent 10 years ago so long as you avoided filters, but even that has improved.
replies(2): >>43727092 #>>43727113 #
1. gocsjess ◴[] No.43727092[source]
I figured at that time that svgs with a lot of path slows the app. It was about the time where I toyed with d3 and geojson too.