Forum How do I...?

Text not showing when using

max_stonebraker
Hi,

The generated PDF for the following svg code shows the letters A and B in the center on top of each other.
However, in chrome, places A 1/4 down the page and B 3/4 down the page, as I expected it to.
What is causing the difference in behavior?

<svg width="100%" height="100%" >
<text x="0%" y="25%">A</text>
<text x="0%" y="75%">B</text>
</svg>
mikeday
Currently Prince requires the viewBox attribute to be specified on SVG that uses percentages.