This commit is contained in:
Ryan Oldenburg 2021-11-26 21:06:51 -06:00
parent be525814b0
commit 6d71b2f96c
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -605,7 +605,7 @@ block:
doAssert not path.strokeOverlaps(vec2(0, 0)) doAssert not path.strokeOverlaps(vec2(0, 0))
doAssert not path.strokeOverlaps(vec2(20, 20)) doAssert not path.strokeOverlaps(vec2(20, 20))
doAssert path.strokeOverlaps(vec2(0, 20)) doAssert path.strokeOverlaps(vec2(0, 20))
doAssert path.strokeOverlaps(vec2(40, 20)) doAssert path.strokeOverlaps(vec2(39.9, 19.9))
doAssert path.strokeOverlaps(vec2(19.8, 30.2)) doAssert path.strokeOverlaps(vec2(19.8, 30.2))
doAssert not path.strokeOverlaps(vec2(19.4, 30.6)) doAssert not path.strokeOverlaps(vec2(19.4, 30.6))