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
Chrome and Safari both seem have issues with the newlines in the data URI and Firefox escapes the quotes in the SVG when that value is set to the background URL of an element: here's a demo. If you base64 encode the data URI, there shouldn't be any problems with parsing quirks though. I'm going to close this because I don't really think it's within the scope of iron-image to repair a URL / data URI but let me know if this doesn't solve your problem.
Description
I followed the doc suggestion and put a placeholder as data uri
instead of
First code fragement doesn't work, second with external asset works fine.
Expected outcome
### Actual outcome
Blank. Quiet strange is that in JS level the
this.$.placeholder.style.backgroundImage
assignment failed. Maybe its a Chrome bug?### Browsers Affected
The text was updated successfully, but these errors were encountered: