Skip to content

Commit 299dc81

Browse files
hfutrellmiguelangel-dev
authored andcommitted
revert change.
1 parent 2c470c1 commit 299dc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BezierKit/BezierKitTests/PathTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ class PathTests: XCTestCase {
845845
let path = Path(cgPath: {
846846
let cgPath = CGMutablePath()
847847
cgPath.addRect(CGRect(x: 0, y: 0, width: 5, height: 5))
848-
cgPath.addRect(CGRect(x: 4, y: 4, width: -3, height: -3))
848+
cgPath.addRect(CGRect(x: 1, y: 1, width: 3, height: 3))
849849
return cgPath
850850
}())
851851
let subtractionPath = Path(cgPath: CGPath(rect: CGRect(x: 2, y: 2, width: 1, height: 1), transform: nil))

0 commit comments

Comments
 (0)