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
Comments
Post a Comment