Update icons to have a transparnet OFF colour (#1360)
@ -268,7 +268,8 @@ Object.keys(icons).forEach(icon => {
|
||||
const x = j * (width / 5);
|
||||
const y = i * (height / 5);
|
||||
svg += `<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(${x},${y})"
|
||||
style="${hexItemVal ? 'fill:#fff;' : 'fill: #4BA6FF;'}"/>\n`; //#006CC2
|
||||
fill="${hexItemVal ? '#fff' : '#000'}"
|
||||
fill-opacity="${hexItemVal ? '1.0' : '0.2'}"/>\n`; //#006CC2
|
||||
}
|
||||
}
|
||||
svg += `</svg>`;
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1,51 +1,76 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="200" width="200"><rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,0)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,40)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,80)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,120)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,120)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(0,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
fill="#fff"
|
||||
fill-opacity="1.0"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(80,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(120,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
<rect y="5" x="5" width="30" height="30" rx="5" transform="translate(160,160)"
|
||||
style="fill: #4BA6FF;"/>
|
||||
fill="#000"
|
||||
fill-opacity="0.2"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |