Interface: SVGToVMobjectOptions
Defined in: mobjects/text/svgPathParser.ts:31
Properties
color?
optionalcolor:string
Defined in: mobjects/text/svgPathParser.ts:33
Stroke / fill color for the resulting VMobjects.
fillOpacity?
optionalfillOpacity:number
Defined in: mobjects/text/svgPathParser.ts:37
Fill opacity. Default: 0 (stroke only).
flipY?
optionalflipY:boolean
Defined in: mobjects/text/svgPathParser.ts:44
If true, flip the Y axis so SVG screen-space (Y-down) maps to manim world-space (Y-up). Default: true.
scale?
optionalscale:number
Defined in: mobjects/text/svgPathParser.ts:39
Uniform scale factor applied to every point. Default: 1
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/text/svgPathParser.ts:35
Stroke width. Default: DEFAULT_STROKE_WIDTH (4).