rough-stuff / rough

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

changed path.style.x = y to path.setAttribute(x,y) #155

Closed Oreilles closed 4 years ago

Oreilles commented 4 years ago

Instead of using svg path inline style attribute to set stroke, fill and stroke-width, use the corresponding presentation attributes.

pshihn commented 4 years ago

Thanks