Hello DIA- flowchart,

I try to make new shapes using Dia (Arcs,lines, boxes, polygons..) as drawing 
program. This shapes is a symbols that are simply not included in Dia (as 
example in Electrical Library). 
Usually if the symbols have only lines and ellipse there is not problem after 
exporting file in shape, but when I make symbols with arc lines they simply 
doesn’t “exists” in shape file, nevertheless in PNG file everything look OK! 
(the arc lines exist).
 
(example of two arc line shape file) 
--------------------------------------------------------------------------- 
<?xml version="1.0" encoding="UTF-8"?> 
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns";; 
xmlns:svg="http://www.w3.org/2000/svg";;> 
<name>Legrand - 2arc</name> 
<icon>2arc.png</icon> 
<connections/> 
<aspectratio type="fixed"/> 
<svg:svg> 
<svg:path style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: 
#000000" d="M 5.2,2.9 A 3.88506,3.88506 0 1 0 8.25,2.8"/> 
<svg:path style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: 
#000000" d="M 5.45,2.85 A 5.46971,5.46971 0 1 0 8.05,2.8"/> 
</svg:svg> 
---------------------------------------------------------------------------------------------------------------
 
I like to worn you in last to lines where is coordinates of this arc lines 
"<svg:path style=........." I think that there is the problem.

Please give me your suggestion how to solve this problem .

Thanks in advance!  

Best regards, 
  
Christian Gutsov
[EMAIL PROTECTED]
2005-07-18
_______________________________________________
Dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.gnome.org/projects/dia/faq.html
Main page at http://www.gnome.org/projects/dia

Reply via email to