linebender / kurbo

A Rust library for manipulating curves
Apache License 2.0
697 stars 67 forks source link

Polygons support #335

Open musjj opened 7 months ago

musjj commented 7 months ago

It would be nice if regular and irregular polygons are supported, just like in lyon_geom. Along with a rounded version if possible, just like RoundedRect.

image