rough-stuff / rough

Create graphics with a hand-drawn, sketchy, appearance
http://roughjs.com
MIT License
19.73k stars 611 forks source link

Is there a way to use other attributes of the the SVG rectangle, such as "rx?" #196

Open abalter opened 2 years ago

abalter commented 2 years ago

Are the other attributes listed here possible? For instance, rounded corners?

https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect

pshihn commented 2 years ago

No rounded corner support as such but one can create any custom path to draw rounded rectangle. That's what excalidraw.com does for it's rounded rectangles

abalter commented 2 years ago

Ok. gotcha.

pshihn commented 2 years ago

I'm reopening the issue - to consider adding this feature.

abalter commented 2 years ago

Awesome! Love rough.js. I made a small donation :)