Skip to content

Commit

Permalink
Fix filled / not filled forms for compare tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroschke committed May 31, 2022
1 parent d283b36 commit 2d649c7
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 17 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
testing
testCompareGeometricEllipseFilled
self
contextFillGeometricModeWithForm: #ellipse;
drawFrom: (40 @ 10) to: (80 @ 90);
compareBackendFormWith: #filledEllipse
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
testing
testCompareGeometricEllipseNotFilled
self
contextFillGeometricModeWithForm: #ellipse;
contextGeometricModeWithForm: #ellipse;
drawFrom: (40 @ 10) to: (80 @ 90);
compareBackendFormWith: #notFilledEllipse
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
testing
testCompareGeometricEquilateralTriangleFilled
self
contextFillGeometricModeWithForm: #triangle;
holdShift;
drawFrom: (40 @ 10) to: (80 @ 90);
compareBackendFormWith: #filledEquilateralTriangle;
releaseShift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
testing
testCompareGeometricEquilateralTriangleNotFilled
self
contextFillGeometricModeWithForm: #triangle;
contextGeometricModeWithForm: #triangle;
holdShift;
drawFrom: (40 @ 10) to: (80 @ 90);
compareBackendFormWith: #notFilledEquilateralTriangle;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
testing
testCompareGeometricTriangleNotFilled
self
contextFillGeometricModeWithForm: #triangle;
contextGeometricModeWithForm: #triangle;
drawFrom: (40 @ 10) to: (80 @ 90);
compareBackendFormWith: #notFilledTriangle
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@
"diagonalPencilLine" : "md 5/26/2022 19:06",
"filledCircle" : "md 5/26/2022 19:06",
"filledCircleNarrow" : "md 5/26/2022 19:06",
"filledEllipse" : "kbr 5/31/2022 09:57",
"filledEquilateralTriangle" : "kbr 5/31/2022 09:53",
"filledRectangle" : "md 5/26/2022 19:06",
"filledTriangle" : "SW 5/21/2022 18:10",
"filledTriangle" : "kbr 5/31/2022 09:49",
"importTestJPEG" : "CS 6/29/2021 11:31",
"importTestPNG" : "wr 6/18/2020 16:44",
"notFilledCircle" : "md 5/26/2022 19:06",
"notFilledEllipse" : "ms 5/27/2022 17:00",
"notFilledEquilateralTriangle" : "ms 5/30/2022 23:06",
"notFilledEllipse" : "kbr 5/31/2022 10:01",
"notFilledEquilateralTriangle" : "kbr 5/31/2022 10:08",
"notFilledRectangle" : "md 5/26/2022 19:06",
"notFilledTriangle" : "ms 5/27/2022 17:02",
"notFilledTriangle" : "kbr 5/31/2022 10:12",
"overlappingCircles" : "md 5/26/2022 19:06",
"simpleColouredText" : "kbr 5/30/2022 22:14",
"simpleText" : "md 5/26/2022 19:06",
Expand Down Expand Up @@ -72,12 +74,14 @@
"testCompareGeometricCircleFilledNarrow" : "ms 5/27/2022 16:44",
"testCompareGeometricCircleNotFilled" : "ms 5/27/2022 16:44",
"testCompareGeometricCircleOverlapping" : "ms 5/27/2022 16:44",
"testCompareGeometricEllipseNotFilled" : "ms 5/27/2022 17:00",
"testCompareGeometricEquilateralTriangleNotFilled" : "ms 5/27/2022 17:04",
"testCompareGeometricEllipseFilled" : "kbr 5/31/2022 09:58",
"testCompareGeometricEllipseNotFilled" : "kbr 5/31/2022 10:01",
"testCompareGeometricEquilateralTriangleFilled" : "kbr 5/31/2022 09:53",
"testCompareGeometricEquilateralTriangleNotFilled" : "kbr 5/31/2022 10:08",
"testCompareGeometricRectangleFilled" : "CS 8/5/2021 22:59",
"testCompareGeometricRectangleNotFilled" : "CS 8/5/2021 22:59",
"testCompareGeometricTriangleFilled" : "SW 5/21/2022 18:00",
"testCompareGeometricTriangleNotFilled" : "ms 5/27/2022 17:03",
"testCompareGeometricTriangleFilled" : "SW 5/21/2022 18:00",
"testCompareGeometricTriangleNotFilled" : "kbr 5/31/2022 10:12",
"testCompareSelectionLasso" : "md 5/27/2022 23:45",
"testCompareSelectionRectangle" : "md 5/27/2022 23:38",
"testDoesExportPNGSavesFile" : "K.P. 6/26/2021 16:29",
Expand Down

0 comments on commit 2d649c7

Please sign in to comment.