SvgContentParser

ContentParser implementation that parses SVG content into IconFileContents.

Resolves <use> reference nodes and applies geometric transforms before producing the final node tree.

Constructors

Link copied to clipboard
constructor(logger: Logger)

Functions

Link copied to clipboard
open override fun parse(content: String, iconName: String, config: ParserConfig): IconFileContents

Parses the given content markup into an IconFileContents domain model.