Skip to content

Commit

Permalink
tests: Update tests (rotation is now CCW)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Nov 12, 2023
1 parent d086694 commit 3462a04
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file modified tests/anchor/element-anchors/ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/arrows/test.typ
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

set-style(fill: blue, mark: (fill: auto))
rotate(-90deg)
rotate(90deg)

let marks = (">", "<", "|", "<>", "o")
for m in marks {
Expand Down
2 changes: 1 addition & 1 deletion tests/bounds/test.typ
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

group(name: "g", {
scale(.25)
rotate(37deg)
rotate(-37deg)
bezier((0,0), (0, 10), (1,-10), (-5,20))
})
on-layer(-1, {
Expand Down
Binary file modified tests/circle/ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/group/transform/ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/intersection/test.typ
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
})
test({
rect((0,0), (2,2))
rotate(-45deg)
rotate(45deg)
line((0,0), (calc.sqrt(2*calc.pow(2,2)),0))
})
})
Expand Down
Binary file modified tests/viewport/ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3462a04

Please sign in to comment.