summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-09-26 01:15:12 +0000
committerPaul W. Frields <stickster@gmail.com>2007-09-26 01:15:12 +0000
commitf6ec9c0053b2b3294eaeec5dc51dc7922f96c66b (patch)
tree81f26012b414537d0b3363c1f20de622783d4b5a
parent5aadc388aec695061c582e91feb8c276be8c659e (diff)
downloadfedora-doc-utils-f6ec9c0053b2b3294eaeec5dc51dc7922f96c66b.tar.gz
fedora-doc-utils-f6ec9c0053b2b3294eaeec5dc51dc7922f96c66b.tar.xz
fedora-doc-utils-f6ec9c0053b2b3294eaeec5dc51dc7922f96c66b.zip
Add dummy da images
-rw-r--r--images/watermark-da.pngbin0 -> 30599 bytes
-rw-r--r--images/watermark-da.svg16
2 files changed, 16 insertions, 0 deletions
diff --git a/images/watermark-da.png b/images/watermark-da.png
new file mode 100644
index 0000000..7084d13
--- /dev/null
+++ b/images/watermark-da.png
Binary files differ
diff --git a/images/watermark-da.svg b/images/watermark-da.svg
new file mode 100644
index 0000000..6d585a3
--- /dev/null
+++ b/images/watermark-da.svg
@@ -0,0 +1,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>