pixi-jsInterfaces
Interface: Session
Defined in: node_modules/pixi.js/lib/scene/graphics/shared/svg/SVGParser.d.ts:8
Internal
Represents a session for SVG parsing. Contains the current state and resources needed during parsing.
Properties
context
> context: GraphicsContext
Defined in: node_modules/pixi.js/lib/scene/graphics/shared/svg/SVGParser.d.ts:10
The graphics context to render to
defs
> defs: Record<string, FillGradient>
Defined in: node_modules/pixi.js/lib/scene/graphics/shared/svg/SVGParser.d.ts:14
Map of definitions by id
path
> path: GraphicsPath
Defined in: node_modules/pixi.js/lib/scene/graphics/shared/svg/SVGParser.d.ts:12
The current path being constructed