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 169191 - paths in svg
paths in svg
Status: VERIFIED DUPLICATE of bug 108502
Product: dia
Classification: Other
Component: import
0.94
Other Linux
: Normal normal
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-04 12:59 UTC by Jozef Wiora
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jozef Wiora 2005-03-04 12:59:44 UTC
I have generated a .svg file by using dia. It looks like:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/PR-SVG-20010719/
DTD/svg10.dtd">
<svg width="12cm" height="7cm" viewBox="2 4 12 7">
  <path style="fill: none; fill-opacity:0; stroke-width: 0.4; stroke: #ffa600" d="M 5 5 C 
10,5 5,11 14,11"/>
  <line style="fill: none; fill-opacity:0; stroke-width: 0.5; stroke: #ffa600" x1="3" 
y1="5" x2="3" y2="11"/>
</svg>
The problem is, that dia cannot import the path. Line is correct.
Comment 1 Lars Clausen 2005-03-05 11:47:35 UTC
What does Dia say when you try to use it?
Comment 2 Hans Breuer 2005-03-05 12:13:55 UTC
Looking at the code this isn't at all needinfo - but needcode ;-)


*** This bug has been marked as a duplicate of 108502 ***
Comment 3 Hans Breuer 2005-03-06 22:39:08 UTC
Now this one is fixed - but still much SVG can not be read ...
 
2005-03-06  Hans Breuer  <hans@breuer.org>

	* lib/dia_svg.[hc](dia_svg_parse_path) : new function copied and adapted 
	from objects/custom/shape_info.c to be shared with object/custom and
	plug-in/svg -> finally the C based svg-import reads pathes again.
	Added arc parsing while I was there, which fixes bug #169191