creativescala / doodle

Compositional vector graphics in Scala / Scala.JS
https://creativescala.org/doodle/
Apache License 2.0
327 stars 75 forks source link

SVG must not fill open paths #136

Closed noelwelsh closed 9 months ago

noelwelsh commented 1 year ago

As per the SVG spec, an open path that is filled in SVG will be converted to a closed path. This ain't what we want, so make open paths ignore all fills in the SVG backend.

noelwelsh commented 1 year ago

Actually, I think the current semantics might be correct. Need to think about this a bit more.

noelwelsh commented 9 months ago

Current semantics are correct.