mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-22 14:39:44 +00:00
ui: cpu icon: enable crispEdges and increase stroke width slightly
crisp edges avoids antialiasing, which is rather counterproductive on this icon with straight lines that are in 90° to each other. The higher stroke width makes it more similar to the previously used bitmap one. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f9698f62cb
commit
2c5aaf4102
@ -8,11 +8,11 @@
|
|||||||
version="1.1"
|
version="1.1"
|
||||||
>
|
>
|
||||||
|
|
||||||
<g fill="none" stroke="#000" stroke-width="3">
|
<g fill="none" stroke="#000" stroke-width="5" shape-rendering="crispEdges">
|
||||||
<!-- base CPU -->
|
<!-- base CPU -->
|
||||||
<rect x="15" y="15" rx="0" ry="0" width="70" height="70" />
|
<rect x="15" y="15" rx="0" ry="0" width="70" height="70" />
|
||||||
<rect x="30" y="30" rx="0" ry="0" width="40" height="40" fill="black"/>
|
<rect x="30" y="30" rx="0" ry="0" width="40" height="40" fill="black"/>
|
||||||
<g stroke-width="5"> <!-- pins -->
|
<g stroke-width="8"> <!-- pins -->
|
||||||
<!-- left -->
|
<!-- left -->
|
||||||
<path d="m14,24.5 h-12.5"/>
|
<path d="m14,24.5 h-12.5"/>
|
||||||
<path d="m14,41.5 h-12.5"/>
|
<path d="m14,41.5 h-12.5"/>
|
||||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user