SVGLoaderParser class
Methods
-
getNodeTransform(XmlElement node)
→ Matrix3?
-
-
getReflection(double a, double b)
→ double
-
-
getTransformScaleX(Matrix3 m)
→ double
-
-
getTransformScaleY(Matrix3 m)
→ double
-
-
isTransformRotated(Matrix3 m)
→ bool
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(String text)
→ SVGData
-
-
parseArcCommand(ShapePath path, double rx, double ry, double xAxisRotation, double largeArcFlag, double sweepFlag, Vector start, Vector end)
→ void
-
- https://www.w3.org/TR/SVG/implnote.html#ArcImplementationNotes
-
parseCircleNode(XmlElement node)
→ ShapePath
-
-
parseCSSStylesheet(XmlElement node)
→ void
-
-
parseEllipseNode(XmlElement node)
→ ShapePath
-
-
parseFloats(String input, [List? flags, int stride = 1])
→ List<double>
-
-
parseFloatWithUnits([String? string])
→ double
-
-
parseLineNode(XmlElement node)
→ ShapePath
-
-
parseNode(dynamic node, dynamic style)
→ void
-
-
parseNodeTransform(XmlElement node)
→ Matrix3
-
-
parsePath(String d)
→ ShapePath
-
-
parsePathNode(XmlElement node)
→ ShapePath
-
-
parsePolygonNode(XmlElement node)
→ ShapePath
-
-
parsePolylineNode(XmlElement node)
→ ShapePath
-
-
parseRectNode(XmlElement node)
→ ShapePath
-
-
parseStyle(XmlElement node, Map<String, dynamic> style)
→ Map<String, dynamic>
-
-
substr(String str, int start, [int? length])
→ String
-
-
svgAngle(double ux, double uy, double vx, double vy)
→ double
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
transformPath(dynamic path, Matrix3 m)
→ void
-