diff options
author | Marvin Borner | 2020-04-10 01:06:07 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-10 01:06:07 +0200 |
commit | 1a7c61dfb1da9de54e276e241495359d40c80ef7 (patch) | |
tree | 0f47cddf4bd0604fa1374f0f631c1435e72acd3e /qml/images/wbishop.svg | |
parent | 0a63c0e671cb015700bbbb97efa8242381b60b55 (diff) |
Added working selector and mover
Diffstat (limited to 'qml/images/wbishop.svg')
-rw-r--r-- | qml/images/wbishop.svg | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/qml/images/wbishop.svg b/qml/images/wbishop.svg deleted file mode 100644 index 0f28d08..0000000 --- a/qml/images/wbishop.svg +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!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="45" height="45"> - <g style="opacity:1; fill:none; fill-rule:evenodd; fill-opacity:1; stroke:#000000; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> - <g style="fill:#ffffff; stroke:#000000; stroke-linecap:butt;"> - <path - d="M 9,36 C 12.39,35.03 19.11,36.43 22.5,34 C 25.89,36.43 32.61,35.03 36,36 C 36,36 37.65,36.54 39,38 C 38.32,38.97 37.35,38.99 36,38.5 C 32.61,37.53 25.89,38.96 22.5,37.5 C 19.11,38.96 12.39,37.53 9,38.5 C 7.646,38.99 6.677,38.97 6,38 C 7.354,36.06 9,36 9,36 z" /> - <path - d="M 15,32 C 17.5,34.5 27.5,34.5 30,32 C 30.5,30.5 30,30 30,30 C 30,27.5 27.5,26 27.5,26 C 33,24.5 33.5,14.5 22.5,10.5 C 11.5,14.5 12,24.5 17.5,26 C 17.5,26 15,27.5 15,30 C 15,30 14.5,30.5 15,32 z" /> - <path - d="M 25 8 A 2.5 2.5 0 1 1 20,8 A 2.5 2.5 0 1 1 25 8 z" /> - </g> - <path - d="M 17.5,26 L 27.5,26 M 15,30 L 30,30 M 22.5,15.5 L 22.5,20.5 M 20,18 L 25,18" - style="fill:none; stroke:#000000; stroke-linejoin:miter;" /> - </g> -</svg> |