pocketsvg/PocketSVG

Lines of width 1 are not scaled

sebastianludwig opened this issue · 0 comments

Steps to reproduce the issue

  1. Create a SVG with line width 1
  2. Set .scaleLineWidth to true
  3. Display the SVG 3x it's natural size

Expected: The line width is 3pt
Actual: The line width is 1pt

Reason