svgdom icon indicating copy to clipboard operation
svgdom copied to clipboard

:house: SVG document object model in C++

Results 5 svgdom issues
Sort by recently updated
recently updated
newest added

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,...

enhancement
help wanted
patch welcome

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...

enhancement
patch welcome

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...

enhancement