File: circular-buffer.svg

package info (click to toggle)
rust-circular-buffer 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: sh: 38; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 2,152 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="381px" height="121px" viewBox="0 0 381 121">
  <g>
    <rect x="0" y="0" width="381" height="121" fill="#ffffff"/>

    <rect x="70" y="50" width="240" height="40" fill="#eeeeec" stroke="#000000" stroke-dasharray="6 3"/>
    <rect x="70"  y="50" width="40" height="40" fill="#eeeeec" stroke="#000000"/>
    <rect x="110" y="50" width="40" height="40" fill="#eeeeec" stroke="#000000"/>
    <rect x="150" y="50" width="40" height="40" fill="#eeeeec" stroke="#000000"/>
    <rect x="270" y="50" width="40" height="40" fill="#eeeeec" stroke="#000000"/>

    <text x="30"  y="20" fill="#cc0000" font-family="monospace" font-size="16px" text-anchor="middle">front</text>
    <text x="350" y="20" fill="#cc0000" font-family="monospace" font-size="16px" text-anchor="middle">back</text>

    <text x="90"  y="74" fill="#000000" font-family="monospace" font-size="16px" text-anchor="middle">0</text>
    <text x="130" y="74" fill="#000000" font-family="monospace" font-size="16px" text-anchor="middle">1</text>
    <text x="170" y="74" fill="#000000" font-family="monospace" font-size="16px" text-anchor="middle">2</text>
    <text x="230" y="74" fill="#000000" font-family="monospace" font-size="16px" text-anchor="middle">ยทยทยท</text>
    <text x="290" y="74" fill="#000000" font-family="monospace" font-style="italic" font-size="16px" text-anchor="middle">n</text>

    <path d="M 310 70 Q 390 80 350 95 Q 310 110 190 110 Q 70 110 30 95 Q -10 80 63.68 70.79" fill="none" stroke="#000000"/>
    <path d="M 68.89 70.14 L 62.38 74.48 L 63.68 70.79 L 61.51 67.53 Z" fill="#000000" stroke="#000000"/>

    <path d="M 350 30 L 325.3 46.47" fill="none" stroke="#cc0000"/>
    <path d="M 320.93 49.38 L 324.81 42.58 L 325.3 46.47 L 328.7 48.41 Z" fill="#cc0000" stroke="#cc0000"/>

    <path d="M 30 30 L 54.7 46.47" fill="none" stroke="#cc0000"/>
    <path d="M 59.07 49.38 L 51.3 48.41 L 54.7 46.47 L 55.19 42.58 Z" fill="#cc0000" stroke="#cc0000"/>
  </g>
</svg>