-
Notifications
You must be signed in to change notification settings - Fork 37
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
Support SVGUseElement child within SVGClipPathElement? #125
Comments
I would also like to know the answer to this question. In our nanoemoji color font compiler we would like to use @dirkschulze question was specifically about allowing |
@anthrotype Yes, |
as @litherum pointed out, we are using the unqualified |
@dirkschulze I would like to point out that NotoColorEmoji glyphs have a |
that's a lot, where/how did you get those metrics? |
I should make a correction, it's not 90% and I don't have an exact metric. I iterated through ~3000 of those glyphs manually and almost every other glyph would not render properly due to this limitation of SNV. So it's a lot of glyphs but definitely not 90%. I confused this with another problem of SNV which I've pointed out in #154. That affected almost every glyph in NotoColor. Thanks for pointing out. 😆 |
SVG 1.1 allows a
<use>
element within a<clipPath>
element as long as the reference chain ends with an SVGShapeElement.As far as I recall, SVG Native wasn't supposed to support an SVGUseElement as child. However, the spec does not disallow it. @litherum, is this an issue in the spec or is a SVGUseElement child supported in SVG Native?
The text was updated successfully, but these errors were encountered: