Forum Bugs

SVG style overflow: visible

Marcel
Hey,

I use a <text> inside a <svg> element, which has the style "overflow: visible;".
Issue is that the overflowing text is not shown in the resulting pdf.

I use Prince 20151028

Full example:

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="4" y="8" width="137" height="5" style="overflow: visible;">
<text xml:space="preserve" y="4" font-size="11" font-family="love_potion_no10" fill="#85cfe5" text-anchor="middle" font-weight="bold" font-style="normal" text-decoration="none" style="white-space:pre;word-spacing: 0px;letter-spacing: 0px;">
<tspan style="word-spacing: 0px;letter-spacing: 0px;white-space: pre;fill: #5db5b9;" xml:space="preserve">Hurra</tspan>
</text>
</svg>


Is this a known bug?

Thank you very much!
Marcel

Edited by Marcel

mikeday
The first <tspan> is missing a close tag, perhaps the SVG has been corrupted at some point?
Marcel
Hey Mike,

right, that is copy & paste error and not the root cause. So this one is not yet known?

Thx, Marcel
mikeday
We will investigate further.