“SVG не загружается в Chrome” Ответ

SVG не загружается в Chrome

Open the svg file in text editor like notepad and Change the following:

xlink:href="data:img/png;base64,

to 

xlink:href="data:image/png;base64,

source:
https://css-tricks.com/forums/topic/svg-css-background-image-not-showing-in-chrome/
A5

SVG больше не рендеринг в Chrome


<object data="/images/yourlogo.svg" type="image/svg+xml" width="100" height="100" class="mylogo"></object>

Frantic Flamingo

Ответы похожие на “SVG не загружается в Chrome”

Вопросы похожие на “SVG не загружается в Chrome”

Смотреть популярные ответы по языку

Смотреть другие языки программирования