jonobr1 / two.js

A renderer agnostic two-dimensional drawing api for the web.
https://two.js.org
MIT License
8.27k stars 454 forks source link

710 noFill & noStroke yield "none" #713

Closed jonobr1 closed 10 months ago

jonobr1 commented 10 months ago

Based on findings in issue https://github.com/jonobr1/two.js/issues/710 the following commands make their corresponding property "none" instead of "transparent" for better compatibility with offline SVG editors like Inkscape.

  1. Two.Path.noFill
  2. Two.Path.noStroke
  3. Two.Text.noFill
  4. Two.Text.noStroke
  5. Two.Points.noFill
  6. Two.Points.noStroke