File: anglesnap.svg

package info (click to toggle)
josm 0.0.svn17428%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204,760 kB
  • sloc: java: 360,765; xml: 198,972; perl: 10,138; jsp: 250; sh: 123; makefile: 112; javascript: 74; python: 29
file content (18 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">

  <g stroke="#df421e" fill="#ffffff">
    <g opacity=".5">
      <path d="m6.5,1.5v10h10
        m0,-10l-10,10l10,10" stroke="#ffc800" fill="none"/>
      <path d="m5.5,.5h3v3h-3z
        m10,0h3v3h-3z
        m0,10h3v3h-3z
        m0,10h3v3h-3z"/><!-- DarkRed-white nodes -->
    </g>
    <path d="m6.5,11.5v10" stroke="#ff0000"/>
    <path d="m5.5,10.5h3v3h-3z
      m0,10h3v3h-3z"/><!-- LightRed-white nodes -->

  </g>
</svg>