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

_______________________________________________
dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to