C1.WebStandards is a library that provides classes for working with the W3C web standards SVG and CSS.
$ dotnet add package C1.WebStandardsThe ComponentOne WebStandards library provides classes for working with the W3C web standards SVG and CSS.
The SvgParser class enables parsing SVG files into a structured C1SvgDoc object. The CssStyle class allows you to work with CSS styles programmatically—either by setting its properties directly as structured objects or by parsing styles from a CSS string.