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?
Thanks in advance
<<inline: svg.svg>>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
