great this one!!
<svg version=â1.1â baseProfile=âfullâ xmlns=âhttp://www.w3.org/2000/svgâ style=âheight: 0; width: 0; position: fixedâ>   <filter id=âbpm-darkleâ>     <feColorMatrix in=âSourceGraphicâ type=âhueRotateâ values=â180â></feColorMatrix>   </filter>   <filter id=âbpm-invertâ>     <feColorMatrix in=âSourceGraphicâ type=âmatrixâ values="                    -1  0  0 0 1                     0 -1  0 0 1                     0  0 -1 0 1                     0  0  0 1 0"></feColorMatrix>   </filter> </svg>The image is showing broken for me! 
me too, please fix if possible