We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to get Vivus to apply the effect to any SVG I give it.
See for example http://jsfiddle.net/4Lvfqv83/
I tried removing encasing HTML and attributes from the <svg> tag, to no avail. The console does not output anything.
<svg>
The text was updated successfully, but these errors were encountered:
I'm being nicely told by @Flightan that's because I didn't read well enough and had a fill property.
fill
Switching to fill="none" stroke="#000" indeed does the trick.
fill="none" stroke="#000"
Sorry for the annoyance ;)
Sorry, something went wrong.
No branches or pull requests
I am unable to get Vivus to apply the effect to any SVG I give it.
See for example http://jsfiddle.net/4Lvfqv83/
I tried removing encasing HTML and attributes from the
<svg>
tag, to no avail.The console does not output anything.
The text was updated successfully, but these errors were encountered: