mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Add logo file
This commit is contained in:
2
generate_logo.sh
Executable file
2
generate_logo.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
inkscape -w 192 -h 192 logo.svg --export-filename webui/logo.png
|
||||
11
logo.svg
Normal file
11
logo.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg viewBox="0 0 100 100" version="1.1" baseProfile="full" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- background -->
|
||||
<rect width="100%" height="100%" fill="#dadada" />
|
||||
<!-- top line -->
|
||||
<line x1="34" y1="8" x2="34" y2="28" stroke="#4080ff" stroke-width="12" />
|
||||
<!-- line next to circle -->
|
||||
<line x1="34" y1="28" x2="34" y2="72" stroke="#7d64e3" stroke-width="12" />
|
||||
<circle cx="50" cy="50" r="16" fill="none" stroke="#7d64e3" stroke-width="12" />
|
||||
<!-- bottom line -->
|
||||
<line x1="34" y1="72" x2="34" y2="92" stroke="#00c8f0" stroke-width="12" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 593 B |
Reference in New Issue
Block a user