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
I'm not an expert on svgs, but apparently the fill attribute can have anchors that are referencing to svg definitions like so:
In this case the given url should not be embedded, since it is a reference rather than something you can base64 encode. Right? What's your take on this?
The text was updated successfully, but these errors were encountered:
I think you might be a level deeper on SVGs than I had considered. The docs around SVG are focused on inlining SVG files into HTML content, rather than inlining the content within SVGs. In any case, my understanding (which could be wrong) is that if one wanted to inline that reference, they could and the datatype would be data:image/svg+xml but nobody has ever actually requested this as a feature so my inclination is that it would be more practical if this is causing you a problem to open a PR to exclude hashes from url inlining rather than add support for inlining SVG within SVG.
I'm not an expert on
svg
s, but apparently the fill attribute can have anchors that are referencing to svg definitions like so:In this case the given url should not be embedded, since it is a reference rather than something you can base64 encode. Right? What's your take on this?
The text was updated successfully, but these errors were encountered: