I would like to be able to automatically generate smooth curves between two (flat) surfaces of DOM elements in JS, similar to the Curved Connector in Google Slides: In GS, you can add a Curved Connector and then plug each end into any other anchor point. If the target anchor point belongs to a surface, the connector line will be
Tag: drawing
SVG: how to draw multiple semicircles (arcs) path
Using the answer from this thread I was able to draw a semicircle (arc): What I’m trying to achieve is to be able to draw an SVG as a path consistent with many arcs (semicircles) and be able to set fill on them. Something like this: Is there a better way to achieve a simpler path? For now, it looks