rough-stuff / rough

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

SVG path fill-hature instead of fill-pattern. #118

Closed wolfiex closed 4 years ago

wolfiex commented 4 years ago

Is it possible to output an individual path to represent the hature pattern, as opposed to the pattern fill that currently exists. The current form causes problems for SVG parsing and plotting software.

pshihn commented 4 years ago

Yes i am planning to add that in a future release. It was a bit complicated and I went for an easy way out :/

pshihn commented 4 years ago

v4.2.0 does not have any pattern fills anymore, and paths are privided. This should solve this.