Skip to content
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

Error: property missing ':' when SVG is inline #109

Open
Triloworld opened this issue Nov 24, 2017 · 0 comments
Open

Error: property missing ':' when SVG is inline #109

Triloworld opened this issue Nov 24, 2017 · 0 comments

Comments

@Triloworld
Copy link

Error:

Message:
    .../styles.css:50:46161: property missing ':'
Details:
    reason: property missing ':'
    filename: .../styles.css
    source: =utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');filter:blur(50px);z-index:0}

To reproduce, add this to css:
filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');

I think, charset=utf-8 is problem for bless.
It is bug or I cannot add inline SVG when dealing with bless?

@Triloworld Triloworld changed the title Error: property missing ':' when SVH is inline Error: property missing ':' when SVG is inline Nov 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant