Задача к выполнению (Task due)

Скачать
<?xml version="1.0" encoding="UTF-8"?> <svg width="800px" height="800px" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" version="1.1"> <rect x="18" width="64" y="10" height="80" style="fill:#aaaaaa; stroke-width: 5; stroke: #222222;"/> <rect x="25" width="50" y="20" height="60" style="fill:#EBEBDA; stroke-width: 2; stroke: black;"/> <line x1="35" y1="30" x2="65" y2="30" style="stroke-width: 2; stroke: black;"/> <line x1="35" y1="40" x2="65" y2="40" style="stroke-width: 2; stroke: black;"/> <line x1="35" y1="50" x2="65" y2="50" style="stroke-width: 2; stroke: black;"/> <polygon points="40 7, 60 7, 65 20, 35 20, 40 7" style="fill: black; fill-opacity: 1.0; stroke: none;"/> <defs> <mask id="mask_circle"> <circle cx="50" cy="50" r="50" fill="white"/> <circle cx="50" cy="50" r="12" fill="#000000"/> </mask> <linearGradient x1="20" y1="60" x2="60" y2="40" id="Gradient" gradientUnits="userSpaceOnUse"> <stop style="stop-color:#C07F00;stop-opacity:1" offset="0" /> <stop style="stop-color:#FFB85B;stop-opacity:1" offset="1" /> </linearGradient> </defs> <g transform="scale(0.6), translate(56,56)"> <path style="fill:none;stroke:#DC9B1D;stroke-width:3;" d="M 96,81 61,12 C 57,2.7 43,2.7 39,12 39,12 5.4,78 3.4,83 c -2,5 0,12 8.6,12 l 71,0 c 12,0 17,-5 13,-14 z"/> <path style="fill:url(#Gradient);stroke:#444444;stroke-width:7" d="M 91,80 58,16 C 54,7.1 46,7.1 42,16 42,16 11,77 9,81 6.2,86 5.8,91 14,91 l 67,0 c 12,0 14,-3 10,-11 z"/> <path style="fill:#333333;" d="M 46,63 43,35 57,35 54,63 z"/> <circle cx="50" cy="73" r="7" style="fill:#333333"/> </g> </svg>
  • puppylinux
  • PD
  • 13 просмотров
  • 4 скачиваний