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
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?
The text was updated successfully, but these errors were encountered:
Triloworld
changed the title
Error: property missing ':' when SVH is inline
Error: property missing ':' when SVG is inline
Nov 24, 2017
Error:
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?
The text was updated successfully, but these errors were encountered: