Mork0075 wrote:
> Hello,
>
> i would like to create a label with a barcode in it. I have defined a
> template for the label with placeholders. Another method of my system
> creates a barcode, also as svg string.
>
> It looks like something like that:
> <svg>
>       <text>$placeholder$</text>
> </svg>
>
> after the combining of the two svg string, it looks like:
>
> <svg>
> <text><svg>Barcode</svg></text>
> </svg>
>
> The problem is, that i cant see the barcode in the visualized file. I
> used Inkscape to visualize it and also Batik PDF transformation.
>
> If i cut the barcode svg string out of the combined string, i can see
> the barcode, but it doenst work together.
>
> I attached the combinded file, please seach for the second <svg in the
> file, there is where the barcode starts.
>
> What am i doing wrong?
>   
You should not embed your graphical content in a text node. If you
remove the text/tspan stuff, it should work fine.

> Thanks in advance
>   
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to