| 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.
|
| SvgColor |
Methods for converting SVG color values to vector drawable format.
|
| VdIcon |
VdIcon wraps every vector drawable from Material Library into an icon.
|
| VdPreview |
Generates an image based on the VectorDrawable's XML content.
|
| VdPreview.TargetSize |
Encapsulates the information used to determine the preview image size.
|
| Exception | Description |
|---|---|
| ResourcesNotSupportedException |
Indicates that the input vector drawable XML file included references to other Android resources.
|