[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: dia - shapes with two and more textboxes
- From: Lars Ræder Clausen <lars raeder dk>
- To: discussions about usage and development of dia <dia-list gnome org>
- Subject: Re: dia - shapes with two and more textboxes
- Date: Sun, 12 Oct 2008 22:23:30 +0200
On Sun, 2008-10-12 at 18:31 +0200, M. Niedermair wrote:
> Hi,
>
> i want to create a shape with two or more textboxes.
> If i try ...
>
> <description>Nassi-Shneidermann - Auswahl (Kopf)</description>
> <connections>
> <point x="0" y="0"/>
> <point x="0" y="10"/>
> <point x="0" y="20"/>
> <point x="50" y="0"/>
> <point x="50" y="20"/>
> <point x="100" y="0"/>
> <point x="100" y="10"/>
> <point x="100" y="20"/>
> </connections>
> <textbox x1="30" y1="2" x2="70" y2="12"/>
> <textbox x1="5" y1="12" x2="30" y2="18"/>
> <textbox x1="70" y1="12" x2="95" y2="18"/>
> <svg:svg>
> <svg:rect style="fill: default" x="0" y="0" width="100" height="20"/>
> <svg:line style="fill: default" x1="0" y1="0" x2="50" y2="20"/>
> <svg:line style="fill: default" x1="100" y1="0" x2="50" y2="20"/>
> </svg:svg>
>
> ...
> i get only the last textbox (x1="70" y1="12" x2="95" y2="18").
>
> How can i solve the problem?
Uhm... by going to objects/custom and fix the C code to handle more than
one textbox, I'm afraid.
-Lars
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]