Hacker News new | ask | show | jobs
by DaiPlusPlus 1929 days ago
You should be able to use CSS (incl. grid, flex, etc) within an SVG context though.
1 comments

ideally, an SVG layout optimised for web app design would be somewhat more flexible than just grid and flex - such as anchoring an element to 2 other separate parents (or in other words, supporting a directed graph rather than a tree). A pure constraint system would be nice, but is probably not viable if fast rendering is important (which, it is).