reanimate / reanimate-svg

BSD 3-Clause "New" or "Revised" License
4 stars 8 forks source link

Building a tool for creating shapes with boolean operators #19

Open joseedil opened 3 years ago

joseedil commented 3 years ago

Building a tool for creating shapes with boolean operators (eg. union, intersection, exclusion, difference). The core operations are defined here: https://hackage.haskell.org/package/cubicbezier-0.6.0.6/docs/Geom2D-CubicBezier-Overlap.html. Right now it's quite a chore to define shapes that could easily be described by boolean operations over rectangles, circles and ellipses.