Skip to content

Commit

Permalink
Added missing 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Apr 2, 2024
1 parent e2f8879 commit 23643d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/canvas-renderer/canvas-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ export class CanvasRenderer implements Renderer {
paint.display.points[index * 5 + 4] - paint.display.points[index * 5 + 2],
x,
y,
width + Number.MIN_VALUE,
height + Number.MIN_VALUE
width + Number.MIN_VALUE + 0.5,
height + Number.MIN_VALUE + 0.5
);
}
}
Expand Down

0 comments on commit 23643d7

Please sign in to comment.