Skip to content

Commit 1b5f084

Browse files
committed
Added jsdoc
1 parent eff01ad commit 1b5f084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/graphics/GraphicsCanvasRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var Commands = require('./Commands');
2121
* @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera that is rendering the Game Object.
2222
* @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - This transform matrix is defined if the game object is nested
2323
* @param {CanvasRenderingContext2D} [renderTargetCtx] - The target rendering context.
24-
* @param {boolean} allowClip - [description]
24+
* @param {boolean} allowClip - If `true` then path operations will be used instead of fill operations.
2525
*/
2626
var GraphicsCanvasRenderer = function (renderer, src, interpolationPercentage, camera, parentMatrix, renderTargetCtx, allowClip)
2727
{

0 commit comments

Comments
 (0)