-
Notifications
You must be signed in to change notification settings - Fork 34
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
Removing whitespace in url() #20
Comments
I'm also getting this issue. Please fix. Thanks! |
While I would still like to see this issue fixed, you can get around it by specifying the filter this way:
|
It sounds like |
I have a fix for this one. Will release this week. Thank you for reporting. |
Fixed in v2.4.8-p7 release. Thank you guys! |
Came across this issue when using the Drupal module advagg:
Raw:
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale")
Compressed:
filter:url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='matrix'values='0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010'/></filter></svg>#grayscale");
Sample write-ups/examples about usage:
The text was updated successfully, but these errors were encountered: