[Ipe-discuss] Define more than one line in background

Ernest Menville menville.ernest at gmail.com
Tue Sep 25 13:59:05 CEST 2012


Hi, i found the solution. I have to use the "group" tag:

<symbol name="Background">
<group>
<path matrix="1 0 0 1 0 -40" stroke="black" pen="1">
0 536 m
752 536 l
</path>
<path matrix="1 0 0 1 0 -544" stroke="black" pen="1">
0 536 m
752 536 l
</path>
</group>
</symbol>

Thanks anyway!

cheers.

2012/9/25 Ernest Menville <menville.ernest at gmail.com>

> Hi,
>
> how can I add more than one line in the background of a stylesheet?
>
> This does not work for me:
>
> <ipestyle name="presentation">
>
> <symbol name="Background" xform="yes">
> <path matrix="1 0 0 1 0 -40" stroke="black" pen="1">
> 0 536 m
> 752 536 l
> </path>
> </symbol>
>
> <symbol name="Background" xform="yes">
> <path matrix="1 0 0 1 0 -544" stroke="black" pen="1">
> 0 536 m
> 752 536 l
> </path>
> </symbol>
>
> .
> .
> .
>
> It shows just the second defined line.
>
> Thanks for help.
>
> cheers.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/ipe-discuss/attachments/20120925/1402c84c/attachment.html 


More information about the Ipe-discuss mailing list