Hello,I intend to use DIA as graphic editor to create the graphical interface for a SCADA like application. I was able to create my own shapes and to add my specific extended attributes in Propertis. Unfortunately, when I export the diagram to SVG file, all my attributes are missing and I need them for my application.
Please let me know how to solve my problem. Previously I used Visio for this purpose.
My OS is Windows, I installed DIA 0.97.2, even Python 2.3.5 even I don't now how to use it.
I attached DIA diagram and new created shape. Thanks Teodor Motas
<?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>DIA - Bec1</name> <ext_attributes> <ext_attribute name="Index" type="string" /> </ext_attributes> <icon>Bec1.png</icon> <connections> <point x="22.475" y="19.55"/> <point x="22.475" y="15.6"/> <point x="20.5" y="17.575"/> <point x="24.45" y="17.575"/> </connections> <aspectratio type="fixed"/> <svg:svg> <svg:ellipse style="fill: #ff0000" cx="22.475" cy="17.575" rx="1.975" ry="1.975"/> <svg:ellipse style="fill: none; fill-opacity:0; stroke-width: 0.1; stroke: #000000" cx="22.475" cy="17.575" rx="1.975" ry="1.975"/> </svg:svg> </shape>
Diag_bec.dia
Description: application/dia
_______________________________________________ dia-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia
