1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <svg width="305mm" height="250mm" version="1.1">
- <defs>
- <linearGradient id="lg1" x1="357" y1="-42" x2="381" y2="870" gradientUnits="userSpaceOnUse">
- <stop style="stop-color:#555" offset="0"/>
- <stop style="stop-color:#CDDEE6" offset="0.9"/>
- <stop style="stop-color:#8CA9B3" offset="1"/>
- </linearGradient>
- <filter id="f1" x="0" width="1" y="-1" height="2"><feGaussianBlur stdDeviation="7"/></filter>
- </defs>
- <path style="opacity:1;fill:url(#lg1);fill-opacity:1;stroke:none" d="m -19,3 1119,0 0,897 -1124,0 z"/>
- <path style="fill:#769CAC;filter:url(#f1)" d="m 1100,690 -130,10 c -70,-20 -210,-10 -270,0 60,-20 140,-10 270,-20 30,0 130,0 130,-10 z"/>
- <path style="fill:#6C8995;filter:url(#f1)" d="m 540,750 -130,10 c -70,-20 -230,-10 -290,-20 70,0 190,-10 290,0 40,10 160,10 190,10 z"/>
- </svg>
|