Merge pull request #401 from guzba/master

4.0.5 restore pop
This commit is contained in:
treeform 2022-03-19 14:02:53 -07:00 committed by GitHub
commit fa6d9ec6bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
version = "4.0.4"
version = "4.0.5"
author = "Andre von Houck and Ryan Oldenburg"
description = "Full-featured 2d graphics library for Nim."
license = "MIT"

View file

@ -2105,3 +2105,6 @@ proc strokeOverlaps*(
)
strokeShapes.transform(transform)
strokeShapes.overlaps(test, NonZero)
when defined(release):
{.pop.}