| Class | Description |
|---|---|
| PathParser |
Utility functions for parsing path information.
|
| Svg2Vector |
Converts SVG to VectorDrawable's XML
There are 2 major functions:
1.
|
| SvgClipPathNode |
Represents a SVG group element that contains a clip-path.
|
| VdIcon |
VdIcon wrap every vector drawable from Material Library into an icon.
|
| VdOverrideInfo |
Used to represent info to override the VectorDrawble's XML file content.
|
| VdPreview |
Generate a 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 |
This 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.
|