https://bugs.kde.org/show_bug.cgi?id=390962
Bug ID: 390962
Summary: Svg file with svg namespace prepended to each tag
doesn't open right.
Product: krita
Version: git master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Layers/Vector
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 110945
--> https://bugs.kde.org/attachment.cgi?id=110945&action=edit
Same svg as in the text.
Sometimes inkscape creates these, but not always.
None the less, firefox and chrome open this. I don't know enough about xml to
say how right it is.
Example svg:
---------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg:svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="8.2677164in"
height="11.692913in"
viewBox="0 0 210 297"
version="1.1"
id="svg8">
<svg:defs
id="defs2">
</svg:defs>
<svg:g
style="fill:#8ed791;fill-opacity:1"
id="layer1">
<svg:rect
style="opacity:1;vector-effect:none;fill:#8ed791
icc-color(Ekta-Space-PS5, 0.63243246, 0.81621623,
0.58918917);fill-opacity:1;stroke:none;stroke-width:0.05291667;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
id="rect815"
width="140.60715"
height="96.761909"
x="49.892857"
y="55.851189"
ry="48.380955" />
</svg:g>
</svg:svg>
--
You are receiving this mail because:
You are watching all bug changes.