Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support of all SVG elements #28

Open
igagis opened this issue Sep 14, 2017 · 3 comments
Open

Implement support of all SVG elements #28

igagis opened this issue Sep 14, 2017 · 3 comments

Comments

@igagis
Copy link
Member

igagis commented Sep 14, 2017

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 igagis added this to the 1.0.0 milestone Sep 14, 2017
@igagis igagis self-assigned this Sep 14, 2017
@xamidi
Copy link

xamidi commented Mar 2, 2018

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?

@igagis
Copy link
Member Author

igagis commented Mar 3, 2018

@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
Copy link
Member Author

igagis commented Apr 14, 2018

Partial support for <text> element added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants