Embedded SVG does not render in chrome -


i have embedded svg doesn't render in chrome or firefox (ubuntu).

as far can tell difference first svg has svg tag namespaced example <svg:svg xmlns:i="http://ns.adobe.com/adobeillustrator/10.0/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="705.74304" height="756.95471" id="svg3598">

while second 1 doesn't.

is there can fix this? need replace namespaced tags ones without namespace in <svg:path => <path

see: http://codepen.io/ceap80/pen/ebjzga


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -