diff --git a/src/core/graphics/Graphics.js b/src/core/graphics/Graphics.js index 26033c4..3161aa0 100644 --- a/src/core/graphics/Graphics.js +++ b/src/core/graphics/Graphics.js @@ -69,7 +69,7 @@ * The alignment of any lines drawn (0.5 = middle, 1 = outter, 0 = inner). * * @member {number} - * @default 0 + * @default 0.5 */ this.lineAlignment = 0.5;