From Datalog to SVG

by grzmon 8/25/24, 3:12 PMwith 2 comments
by nabla9on 8/25/24, 6:29 PM

That whole site is a interesting read.

by tracker1on 8/26/24, 8:14 PM

Nice... a few years ago I worked on a project that needed overlays on a scanned image. There was a huge effort to edit images via server-client calls. I didn't like the approach and when I had some time was able to replace this with SVG in about a day. The scaling to fit the viewport was effectively "free" and so much easier in the end.

This was a React front end, and can't speak highly enough of how well it works with relatively simple dynamic svg rendering.