Skip to content

Commit 7ae9e38

Browse files
committed
Update 5429 stroke.js
1 parent 082ca84 commit 7ae9e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/src/bugs/5429 stroke.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function strokeRoundedRect (g, x, y, width, height, radius)
4848
g.beginPath();
4949
// g.moveTo(x + tl, y);
5050
// g.lineTo(x + width - tr, y);
51-
g.moveTo(480, y);
51+
g.moveTo(479, y);
5252
// g.moveTo(x + width - tr, y);
5353

5454
// g.arc(x + width - tr, y + tr, tr, -Phaser.Math.TAU, 0);
@@ -77,7 +77,7 @@ function strokeRoundedRect (g, x, y, width, height, radius)
7777

7878
function create ()
7979
{
80-
this.add.text(500, 32, 'v9');
80+
this.add.text(500, 32, 'v10');
8181

8282
var graphics = this.add.graphics();
8383

0 commit comments

Comments
 (0)