9 lines
565 B
XML
9 lines
565 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- The proofreading watermark: laid under every page of a PDF built with ./build-docs.sh
|
|
preview, and never under a release build. One word, diagonal, faint enough to read through. -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="595" height="842" viewBox="0 0 595 842">
|
|
<text x="297" y="421" text-anchor="middle" dominant-baseline="middle"
|
|
font-family="Helvetica" font-weight="bold" font-size="150"
|
|
fill="#000000" fill-opacity="0.11"
|
|
transform="rotate(-50 297 421)">PREVIEW</text>
|
|
</svg>
|