Skip to content

Commit b6e04be

Browse files
committed
Update 5429 stroke.js
1 parent d2f5de2 commit b6e04be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

public/src/bugs/5429 stroke.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,12 @@ function strokeRoundedRect (g, x, y, width, height, radius)
7474

7575
function create ()
7676
{
77-
this.add.text(500, 32, 'v15');
77+
this.add.text(500, 32, 'v16');
7878

7979
var graphics = this.add.graphics();
8080

8181
graphics.lineStyle(6, 0xffff00, 1);
82-
strokeRoundedRect(graphics, 200, 140, 300, 100);
82+
graphics.strokeRoundedRect(200, 140, 300, 100);
83+
84+
// strokeRoundedRect(graphics, 200, 140, 300, 100);
8385
}

0 commit comments

Comments
 (0)