You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These elements should inherit the attributes of their ancestor at declaration site - not the element they are used on. Most real world svgs don’t seem to make use of this. To support it the RenderingContext for these elements has to be computed before their usage, which requires special handling.
The text was updated successfully, but these errors were encountered:
These elements should inherit the attributes of their ancestor at declaration site - not the element they are used on. Most real world svgs don’t seem to make use of this. To support it the
RenderingContext
for these elements has to be computed before their usage, which requires special handling.The text was updated successfully, but these errors were encountered: