Thanks a lot for your suggestion. As you can see, i'am very new to SVG. I chosed the text node to position the embedded svg in a simple way. Which element would you suggest for the wrapping?
My idea was to include the placeholder for the barcode within a wrapping element, which i can position during the design process of the label template, so i dont have to worry about the position of the generated barcode. (because its position is determined trough the wrapping element) Steffen Jacobs schrieb: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
