mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): tweak mask patterns
This commit is contained in:
parent
071ff8e74a
commit
d6b3e6c07d
@ -4,10 +4,8 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve"
|
||||
xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
|
||||
<path d="M0,10L9,1" style="fill:none;stroke:black;stroke-width:1px;"/>
|
||||
<path d="M3,13L14,2" style="fill:none;stroke:black;stroke-width:1px;"/>
|
||||
<path d="M-1,5L8,-4" style="fill:none;stroke:black;stroke-width:1px;"/>
|
||||
<path d="M1,-2L13,10" style="fill:none;stroke:black;stroke-width:1px;"/>
|
||||
<path d="M-1,2L10,13" style="fill:none;stroke:black;stroke-width:1px;"/>
|
||||
<path d="M5,-4L14,5" style="fill:none;stroke:black;stroke-width:1px;"/>
|
||||
<path d="M0,10L9,1" style="fill:none;stroke:black;stroke-width:1.2px;"/>
|
||||
<path d="M-1,5L8,-4" style="fill:none;stroke:black;stroke-width:1.2px;"/>
|
||||
<path d="M1,-2L13,10" style="fill:none;stroke:black;stroke-width:1.2px;"/>
|
||||
<path d="M-1,2L10,13" style="fill:none;stroke:black;stroke-width:1.2px;"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 920 B After Width: | Height: | Size: 776 B |
@ -1,11 +1,9 @@
|
||||
<?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 width="9px" height="9px" version="1.1"
|
||||
<svg width="6px" height="6px" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve"
|
||||
xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
|
||||
<path d="M9.9,7.2L7.2,9.9" style="fill:none;stroke:black;stroke-width:1px;"/>
|
||||
<path d="M9.9,2.7L2.7,9.9" style="fill:none;stroke:black;stroke-width:1px;"/>
|
||||
<path d="M9,-0.9L-0.9,9" style="fill:none;stroke:black;stroke-width:1px;"/>
|
||||
<path d="M4.5,-0.9L-0.9,4.5" style="fill:none;stroke:black;stroke-width:1px;"/>
|
||||
<path d="M0,10L9,1" style="fill:none;stroke:black;stroke-width:1.3px;"/>
|
||||
<path d="M-1,5L8,-4" style="fill:none;stroke:black;stroke-width:1.3px;"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 618 B |
Loading…
x
Reference in New Issue
Block a user