vg.js icon indicating copy to clipboard operation
vg.js copied to clipboard

Should we support fill-rules?

Open stebanos opened this issue 10 years ago • 0 comments

In SVG, a fill-rule can be specified. The default is non-zero. This is good because this is also the default in <canvas> so whenever a fill-rule is not specified we don't have to consider it. However currently, when the fill-rule in SVG is set to evenodd, we have no way to ensure that it displays correctly. I think this is mostly an issue with SVG's.

stebanos avatar Oct 27 '15 15:10 stebanos