Skip to content

Commit c1366c2

Browse files
committed
Arc comment.
1 parent 93dc67b commit c1366c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pixi/primitives/Graphics.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ PIXI.Graphics.prototype.arcTo = function(x1, y1, x2, y2, radius)
402402
*/
403403
PIXI.Graphics.prototype.arc = function(cx, cy, radius, startAngle, endAngle, anticlockwise)
404404
{
405+
// If we do this we can never draw a full circle
405406
if (startAngle === endAngle)
406407
{
407408
return this;

0 commit comments

Comments
 (0)