mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
JSCS fixes
This commit is contained in:
@@ -50,9 +50,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Render a line of a single color in a given canvas 2D context.
|
* Render a line of a single color in a given canvas 2D context.
|
||||||
*
|
*
|
||||||
* @param color {String} color to draw
|
* @param color {String} color to draw
|
||||||
* @param x {Number} x coordinate
|
* @param x {Number} x coordinate
|
||||||
* @param y {Number} y coordinate
|
* @param y {Number} y coordinate
|
||||||
* @param width {Number} width of the line to draw, in pixels
|
* @param width {Number} width of the line to draw, in pixels
|
||||||
* @param context {CanvasRenderingContext2D} context of the canvas target
|
* @param context {CanvasRenderingContext2D} context of the canvas target
|
||||||
|
|||||||
Reference in New Issue
Block a user