diff options
Diffstat (limited to 'xpdf-qt/fitWidthOn.svg')
-rw-r--r-- | xpdf-qt/fitWidthOn.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xpdf-qt/fitWidthOn.svg b/xpdf-qt/fitWidthOn.svg new file mode 100644 index 0000000..06f0990 --- /dev/null +++ b/xpdf-qt/fitWidthOn.svg @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg width="80" height="80" version="1.1" + xmlns="http://www.w3.org/2000/svg"> + <rect fill="#ddddff" stroke="#555555" stroke-width="4" + x="14" y="6" width="56" height="72"/> + <polyline stroke="#555555" stroke-width="4" fill="none" + points="22,42 62,42"/> + <polyline stroke="#555555" stroke-width="4" fill="none" + points="32,32 22,42 32,52"/> + <polyline stroke="#555555" stroke-width="4" fill="none" + points="52,32 62,42 52,52"/> +</svg> |