svgdom
svgdom copied to clipboard
:house: SVG document object model in C++
Please add support for the latest msvs v143 build tools.
Missing elements: switch, style, text, tspan, tref, textPath, altGlyph, altGlyphDef, altGlyphItem, glyphRef, marker, color-profile, clipPath, feDistantLight, fePointLight, feSpotLight, feComponentTransfer, feConvolveMatrix, feDiffuseLighting, feDisplacementMap, feFlood, feImage, feMerge, feMorphology, feOffset, feSpecularLighting, feTile, feTurbulence,...
I'm trying to use `Finder` to get a reference to an Element, and then accept a Visitor from this element, but I'm getting the following error: ``` candidate function not...
Add `solidColor` element. Implement parsing from XML and writing to XML. Add test. This element was introduced in SVG spec version 2. While this library aims to support SVG 1...