fskpf / svg2roughjs

Create sketchy, hand-drawn-like images from SVGs
https://fskpf.github.io/
MIT License
158 stars 13 forks source link

Support hidden shapes #22

Closed jroessel closed 4 years ago

jroessel commented 4 years ago

display: none in a style attribute. Happens, e.g. in Inkscape SVGs with hidden layers or shapes.

fskpf commented 4 years ago

Maybe we can incorporate into getEffectiveElementOpacity. Along the way, we should make the element-opacity also consider CSS opacity as well.