jaquadro / LilyPath

A 2D path and shape drawing library for MonoGame and XNA.
MIT License
93 stars 12 forks source link

Add support for rounded rectangles #1

Open jaquadro opened 11 years ago

jaquadro commented 11 years ago

Rounded rectangles are common in scenarios like user interfaces, and natively supported by vector formats like SVG. They are also difficult to assemble by hand.