I was wondering if it is possible to have a background text such as "DRAFT" on
all pages produced via XSL:FO
The problem I am having currently is that all text in the body of the document
is overwriting the background text. I need to have some way of specifying that
the text is always on top.
Cheers,
Richard
<fo:static-content flow-name="xsl-region-before">
<fo:block>
<fo:instream-foreign-object>
<svg:svg xmlns:svg="http://www.w3.org/2000/svg"
width="542px" height="505px">
<svg:title>Vertical text</svg:title>
<svg:g transform="rotate(45, 10, 20)"
font-size="160pt" font-family="sans-serif" stroke="none" fill="grey">
<svg:text x="140"
y="80">DRAFT</svg:text>
</svg:g>
</svg:svg>
</fo:instream-foreign-object>
</fo:block>
</fo:static-content>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]