summaryrefslogtreecommitdiffstats
path: root/images/watermark-cs.svg
blob: 6d585a3d42b1075226859ac7a1799ffd8951231e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
              "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"[
  <!ENTITY  bgColor   "rgb( 200, 200, 200 )" >
  <!ENTITY  fgColor   "rgb( 255, 100, 100 )" >
]>
<svg viewBox="0 0 1023 767" xmlns="http://www.w3.org/2000/svg" version="1.1">
  <title>Fedora Doc Project Watermark</title>
  <desc>The word DRAFT rendered in grey at 45 degrees</desc>
  <g fill="&bgColor;" font-family="Helvetica" font-size="1in" stroke="&bgColor;" stroke-width="10" text-anchor="start" transform="translate( 1, 1 )">
    <g transform="translate( 512, 384 ) rotate( -45 )">
      <text font-stretch="wider" text-anchor="middle" x="0" y="0">DRAFT</text>
      <text fill="&fgColor;" font-size="0.6in" font-stretch="wider" font-variant="small-caps" stroke="rgb( 230, 200, 200 )" stroke-width="1.5" text-anchor="middle" x="0" y="1in">NOT FOR REFERENCE</text>
    </g>
  </g>
</svg>