Graph edges are visible through the nodes in the background #2431
Labels
bug
Broken end user or developer functionality; not working as the developers intended it
component/ui
Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Two solutions that came to my mind so far:
a. SVG outward clipping is not that straightforward and it would require us to express
rect
andcircle
elements as paths.b. It also sounds like a render-heavy thing to do, clipping every edge with (at least) two different paths.
c. For this to work perferctly, we'd actually also need to clip the edge with all the nodes that intersect its path, or potentially all the nodes, since it's not easy to say which ones are on its path :/
The text was updated successfully, but these errors were encountered: