mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 02:38:13 +08:00
Add RadioPicker; add view mode picker to document options bar
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<svg viewBox="0 0 24 24">
|
||||
<circle cx="12" cy="12" r="8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 67 B |
@@ -0,0 +1,3 @@
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path d="M12,5c3.86,0,7,3.14,7,7s-3.14,7-7,7s-7-3.14-7-7S8.14,5,12,5 M12,4c-4.42,0-8,3.58-8,8s3.58,8,8,8s8-3.58,8-8S16.42,4,12,4L12,4z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 173 B |
@@ -0,0 +1,23 @@
|
||||
<svg viewBox="0 0 24 24">
|
||||
<rect x="11" y="5" width="2" height="2" />
|
||||
<rect x="17" y="8" width="2" height="2" />
|
||||
<rect x="17" y="11" width="2" height="2" />
|
||||
<rect x="17" y="14" width="2" height="2" />
|
||||
<rect x="11" y="17" width="2" height="2" />
|
||||
<rect x="14" y="17" width="2" height="2" />
|
||||
<rect x="8" y="17" width="2" height="2" />
|
||||
<rect x="5" y="14" width="2" height="2" />
|
||||
<rect x="5" y="11" width="2" height="2" />
|
||||
<rect x="5" y="8" width="2" height="2" />
|
||||
<rect x="8" y="5" width="2" height="2" />
|
||||
<rect x="14" y="14" width="2" height="2" />
|
||||
<rect x="8" y="14" width="2" height="2" />
|
||||
<rect x="11" y="14" width="2" height="2" />
|
||||
<rect x="14" y="11" width="2" height="2" />
|
||||
<rect x="8" y="11" width="2" height="2" />
|
||||
<rect x="11" y="11" width="2" height="2" />
|
||||
<rect x="14" y="8" width="2" height="2" />
|
||||
<rect x="8" y="8" width="2" height="2" />
|
||||
<rect x="11" y="8" width="2" height="2" />
|
||||
<rect x="14" y="5" width="2" height="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 962 B |
Reference in New Issue
Block a user