commit
fa6d9ec6bb
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
version = "4.0.4"
|
version = "4.0.5"
|
||||||
author = "Andre von Houck and Ryan Oldenburg"
|
author = "Andre von Houck and Ryan Oldenburg"
|
||||||
description = "Full-featured 2d graphics library for Nim."
|
description = "Full-featured 2d graphics library for Nim."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -2105,3 +2105,6 @@ proc strokeOverlaps*(
|
||||||
)
|
)
|
||||||
strokeShapes.transform(transform)
|
strokeShapes.transform(transform)
|
||||||
strokeShapes.overlaps(test, NonZero)
|
strokeShapes.overlaps(test, NonZero)
|
||||||
|
|
||||||
|
when defined(release):
|
||||||
|
{.pop.}
|
||||||
|
|
Loading…
Reference in a new issue