Skip to content

Commit fd49786

Browse files
author
Spongman
committed
fix arc doc comment
1 parent ffbb1a6 commit fd49786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/2d_primitives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var canvas = require('./canvas');
1414
require('./error_helpers');
1515

1616
/**
17-
* Draw an arc to the screen. If called with only a, b, c, d, start, and
17+
* Draw an arc to the screen. If called with only x, y, w, h, start, and
1818
* stop, the arc will be drawn and filled as an open pie segment. If a mode parameter is provided, the arc
1919
* will be filled like an open semi-circle (OPEN) , a closed semi-circle (CHORD), or as a closed pie segment (PIE). The
2020
* origin may be changed with the ellipseMode() function.<br><br>

0 commit comments

Comments
 (0)