AuburnSounds / printed

Generate PDF/SVG/HTML with D, with a Canvas-style API. Now with a flow document emitter.
36 stars 7 forks source link

remove implicit fill from strokeRect #21

Closed AndreaBressan closed 5 years ago

AndreaBressan commented 5 years ago

The fill property defaults to black. To stroke without filling it is necessary to specify fill="none". Possibly this applies to other functions.

p0nce commented 5 years ago

Good catch. Thanks!