openrca / orca-ui

Web UI for OpenRCA
https://openrca.io
Apache License 2.0
33 stars 4 forks source link

Switch from SVG to Canvas #124

Open bzurkowski opened 4 years ago

bzurkowski commented 4 years ago

Canvas as a light format could provide better visualization performance than SVG. It is supported by the D3.js library (example).

The idea to switch from SVG to Canvas emerged based on the research in https://github.com/openrca/orca-ui/issues/4#issuecomment-708234366.