Revise details of pencil and color-picker

This commit is contained in:
Severin Meyer 2022-02-03 11:22:54 +01:00
parent 93892a29d3
commit 6b7f4677a9
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs> <defs>
<path id="c" class="left(-1,22)" d="m15.5 5-2.5 2.5 3.5 3.5 2.5-2.5c2.5-2.5-1-6-3.5-3.5zm-4 2-1.5 1.5 5.5 5.5 1.5-1.5zm-0.5 4-6 6c0 1-0.5 2-1 2.5l0.5 0.5c0.5-0.5 1.5-1 2.5-1l6-6z"/> <path id="c" class="left(-1,22)" d="m16 5-3.5 3.5-1.25-1.25-1.25 1.25 5.5 5.5 1.25-1.25-1.25-1.25 3.5-3.5c2-2-1-5-3-3zm-5 6-6 6c0 1-0.5 2-1 2.5l0.5 0.5c0.5-0.5 1.5-1 2.5-1l6-6z"/>
</defs> </defs>
<use xlink:href="#c" style="fill:#0a0b0c;stroke:#0a0b0c;stroke-width:2;stroke-linejoin:round;opacity:.1" x="1" y="1"/> <use xlink:href="#c" style="fill:#0a0b0c;stroke:#0a0b0c;stroke-width:2;stroke-linejoin:round;opacity:.1" x="1" y="1"/>
<use xlink:href="#c" style="fill:#1a1b1c;stroke:#1a1b1c;stroke-width:2;stroke-linejoin:round"/> <use xlink:href="#c" style="fill:#1a1b1c;stroke:#1a1b1c;stroke-width:2;stroke-linejoin:round"/>

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 718 B

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs> <defs>
<path id="s" class="left(-1,22)" d="m5 19 2-4.5 11-11 2.5 2.5-11 11z"/> <path id="s" class="left(-1,22)" d="m5 19 2-4.5 8.625-8.625 0.625-0.5 1.75-1.75 2.375 2.375-1.75 1.75-0.5 0.625-8.625 8.625z"/>
<path id="c" class="left(-1,22)" d="m18 3.5-1.5 1.5 2.5 2.5 1.5-1.5zm-2 2-0.5 0.5 2.5 2.5 0.5-0.5zm-1 1-7.5 7.5 2.5 2.5 7.5-7.5zm-8 8-1.1 2.5 1.1 1.1 2.5-1.1z"/> <path id="c" class="left(-1,22)" d="m18 3.625-1.75 1.75 2.375 2.375 1.75-1.75zm-2.375 2.25-0.75 0.75 2.5 2.5 0.75-0.75zm-1.3125 1.3125-6.6875 6.6875 2.5 2.5 6.6875-6.6875zm-7.3125 7.3125-1.1 2.5 1.1 1.1 2.5-1.1z"/>
</defs> </defs>
<use xlink:href="#s" style="fill:#0a0b0c;stroke:#0a0b0c;stroke-width:2;stroke-linejoin:round;opacity:.1" x="1" y="1"/> <use xlink:href="#s" style="fill:#0a0b0c;stroke:#0a0b0c;stroke-width:2;stroke-linejoin:round;opacity:.1" x="1" y="1"/>
<use xlink:href="#s" style="fill:#1a1b1c;stroke:#1a1b1c;stroke-width:2;stroke-linejoin:round"/> <use xlink:href="#s" style="fill:#1a1b1c;stroke:#1a1b1c;stroke-width:2;stroke-linejoin:round"/>

Before

Width:  |  Height:  |  Size: 774 B

After

Width:  |  Height:  |  Size: 883 B