diff --git a/src/pixi/primitives/Graphics.js b/src/pixi/primitives/Graphics.js index 08062c4..8c25614 100644 --- a/src/pixi/primitives/Graphics.js +++ b/src/pixi/primitives/Graphics.js @@ -112,7 +112,7 @@ * @property boundsPadding * @type Number */ - this.boundsPadding = 10; + this.boundsPadding = 0; /** * Used to detect if the graphics object has changed if this is set to true then the graphics object will be recalculated