After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 116326 - SVG Components inside <g> Tag not processed
SVG Components inside <g> Tag not processed
Status: RESOLVED DUPLICATE of bug 108502
Product: dia
Classification: Other
Component: import
0.91
Other Linux
: Normal normal
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-30 07:08 UTC by Ken W.K. Lee
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ken W.K. Lee 2003-06-30 07:08:40 UTC
Suspects that dia cannot handle <g> tag properly. Any drawing objects
enclosed by <g> tag will be ignore. Example:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="100px" height="100px">
<g transform="scale(10 10)">
<rect style="fill: #ffffff" x="2.7" y="1.35" width="9.7" height="1.4"/>
<rect style="fill: none; stroke-width: 0.1; stroke: #000000" x="2.7"
y="1.35" width="9.7" height="1.4"/>
<text style="fill: #000000; text-anchor: middle; font-size: 1" x="7.55"
y="2.35">TokenizedTable</text>
<rect style="fill: #ffffff" x="2.7" y="2.75" width="9.7" height="0.4"/>
<rect style="fill: none; stroke-width: 0.1; stroke: #000000" x="2.7"
y="2.75" width="9.7" height="0.4"/>
<rect style="fill: #ffffff" x="2.7" y="3.15" width="9.7" height="1"/>
<rect style="fill: none; stroke-width: 0.1; stroke: #000000" x="2.7"
y="3.15" width="9.7" height="1"/>
<text style="fill: #000000; text-anchor: start; font-size: 1" x="2.85"
y="3.9">+getName(): const string </text>
</g>
</svg>
Comment 1 Hans Breuer 2003-07-18 23:32:39 UTC

*** This bug has been marked as a duplicate of 108502 ***