svgdom icon indicating copy to clipboard operation
svgdom copied to clipboard

Implement support of all SVG elements

Open igagis opened this issue 7 years ago • 3 comments

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, cursor, a, view, script, animate, set, animateMotion, animateColor, animateTransform, font, glyph, missing-glyph, hkern, vkern, font-face, font-face-src, font-face-uri, font-face-format, font-face-name, metadata, foreignObject

igagis avatar Sep 14 '17 07:09 igagis

I recently noticed that <text> is not supported yet. Would be great to have it. There is no way right now to render text via svgren, correct?

xamidi avatar Mar 02 '18 19:03 xamidi

@xamidi ultimately svgdom will support <text> element, but as for svgren there are no plans to support text rendering. To workaround this you can convert text to geometry using some SVG editor (for example inkscape).

igagis avatar Mar 03 '18 12:03 igagis

Partial support for <text> element added

igagis avatar Apr 14 '18 11:04 igagis