javascript - SVG not showing in browser? -


i using browsersync, , have svg file trying use css background-image

svg

<?xml version="1.0" encoding="utf-8" standalone="no"?> <svg width="14px" height="20px" viewbox="0 0 14 20" version="1.1" xmlns="http://www.w3.org/2000/svg">     <title>pause</title>     <g id="page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">         <g id="player" transform="translate(-2710.000000, -394.000000)" fill="#ffffff">             <g id="pause" transform="translate(2710.000000, 394.000000)">                 <g id="rectangle-131-+-rectangle-131">                     <rect id="rectangle-131" x="0" y="0" width="5" height="20"></rect>                     <rect id="rectangle-131" x="9" y="0" width="5" height="20"></rect>                 </g>             </g>         </g>     </g> </svg> 

enter image description here


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -