SVGOptimizer class
SVGOptimizer class
SVGOptimizer is a static class designed to optimize SVG documents. By optimization, we mean removing unused or invisible elements and their attributes, merging groups, and reducing the size of path segments.
The SVGOptimizer type exposes the following members:
Methods
Method | Description |
---|---|
optimize | Optimizes SVGDocument by applying a set of default optimization options. |
optimize | Optimizes SVGDocument by applying a set of specified optimization options. |
See Also
- module
aspose.svg.toolkit.optimizers
- class
SVGDocument