Skip to content

Commit

Permalink
Merge branch 'main' into pdf-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
momijizukamori authored Jun 17, 2024
2 parents 2ddc276 + c25fc05 commit 9ee69d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* @momijizukamori @sithel @cass-kazumori
* @momijizukamori @sithel @cass-kazumori @acestronautical
/.github @momijizukamori @sithel
/.github/CODEOWNERS @momijizukamori
2 changes: 1 addition & 1 deletion src/utils/drawing.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export function drawSpineMark(draw_top_mark, position, w) {
[endX, endY] = position.spineMarkBottom;
}

if (position.rotation == 0) {
if (position.rotation == 0 || position.rotation == 180) {
startX -= w / 2;
endX += w / 2;
} else {
Expand Down

0 comments on commit 9ee69d3

Please sign in to comment.