Browse Source
The polygon conversion algorithm mistakenly stored the stroke width of filled polygons in an integer variable. As a result, all stroke widths were rounded down to the next smaller integer mm size. This commit changes the types in the relevant functions and variables from int to double.7.0
committed by
Seth Hillbrand
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue