- Take a vector rectangle with coordinates from 0,0 to 10,10.
- Add a line-width of 2 units, centered to the vector-line: 1 unit of the width expands to the inside of the rectangle, 1 unit expands to the outside.
- A correct display would display the full line-width from coordinates -1,-1 to 11,11.
-
BUT: It does not. It displays from 0,0 to 10,10 and cuts the outside of the line-width.
Regards
Peter