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

`SVGDocument.strokeRect` ignores `lineWidth` #29

Closed a-ludi closed 3 years ago

a-ludi commented 3 years ago

SVGDocument.strokeRect ignores the lineWidth but it should set the stroke-width attribute of the <rect> element accordingly.

p0nce commented 3 years ago

Fixed in v1.0.2