pixi-jsType aliases
Type Alias: StyleResult
> StyleResult = object
Defined in: node_modules/pixi.js/lib/scene/graphics/shared/svg/parseSVGStyle.d.ts:62
Internal
Represents the result of parsing SVG style attributes
Properties
fillStyle
> fillStyle: FillStyle
Defined in: node_modules/pixi.js/lib/scene/graphics/shared/svg/parseSVGStyle.d.ts:66
The fill style properties
strokeStyle
> strokeStyle: StrokeStyle
Defined in: node_modules/pixi.js/lib/scene/graphics/shared/svg/parseSVGStyle.d.ts:64
The stroke style properties
useFill
> useFill: boolean
Defined in: node_modules/pixi.js/lib/scene/graphics/shared/svg/parseSVGStyle.d.ts:68
Whether fill should be applied
useStroke
> useStroke: boolean
Defined in: node_modules/pixi.js/lib/scene/graphics/shared/svg/parseSVGStyle.d.ts:70
Whether stroke should be applied