The alignment of any lines drawn (0.5 = middle, 1 = outer, 0 = inner). WebGL only.
The alpha value used when filling the Graphics object.
Line cap style.
PIXI.LINE_CAP.BUTT
The hex color value used when coloring the Graphics object.
0xFFFFFF
Line join style.
PIXI.LINE_JOIN.MITER
The transform applied to the texture.
null
Miter limit.
If true the lines will be draw using LINES instead of TRIANGLE_STRIP.
The texture to be used for the fill.
0
If the current fill is visible.
The width (thickness) of any lines drawn.
Generated using TypeDoc
Represents the line style for Graphics.
Memberof
PIXI