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
{{ message }}
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
There are a couple of ways by which external stylesheets may be linked to an SVG document. I know of the following three:
The W3C's formal method for doing so, by use of a <?xml-stylesheet ?> tag. Details here.
The use an @import CSS directive inside an inline stylesheet.
This package currently does not support either method.
I see that some effort has already been made to fix this, and also that this package is no longer maintained. But I figured to create this issue for the benefit of other people who may be interested in this feature.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are a couple of ways by which external stylesheets may be linked to an SVG document. I know of the following three:
<?xml-stylesheet ?>
tag. Details here.@import
CSS directive inside an inline stylesheet.This package currently does not support either method.
I see that some effort has already been made to fix this, and also that this package is no longer maintained. But I figured to create this issue for the benefit of other people who may be interested in this feature.
The text was updated successfully, but these errors were encountered: