| Class | Description |
|---|---|
| GradientStop |
Represents an SVG gradient stop or Android's GradientColorItem.
|
| PathParser |
Utility functions for parsing path information.
|
| Svg2Vector |
Converts SVG to VectorDrawable's XML.
|
| SvgClipPathNode |
Represents a SVG group element that contains a clip-path.
|
| SvgColor |
Methods for converting SVG color values to vector drawable format.
|
| SvgGradientNode |
Represents a SVG gradient that is referenced by a SvgLeafNode.
|
| VdIcon |
VdIcon wraps every vector drawable from Material Library into an icon.
|
| VdPreview |
Generates an image based on the VectorDrawable's XML content.
|
| VdPreview.SourceSize |
Since we allow overriding the vector drawable's size, we also need to keep
the original size and aspect ratio.
|
| VdPreview.TargetSize |
Encapsulates the information used to determine the preview image size.
|
| Enum | Description |
|---|---|
| SvgGradientNode.GradientUsage |
| Exception | Description |
|---|---|
| ResourcesNotSupportedException |
Indicates that the input vector drawable XML file included references to other Android resources.
|