aboutsummaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-05-11 09:30:23 +0200
committerPierre Ossman <ossman@cendio.se>2022-05-11 09:30:23 +0200
commit02ee490bf6fd772e2fc48a0df346d4cf7f408b0a (patch)
treef74f2d0bef13a0b8f1cb0c563db37a2e62458574 /media
parentc5db7aef61b5798bfe00043a76d01db53a0c9039 (diff)
downloadtigervnc-02ee490bf6fd772e2fc48a0df346d4cf7f408b0a.tar.gz
tigervnc-02ee490bf6fd772e2fc48a0df346d4cf7f408b0a.zip
Simplify icon generation
Have the padding included in the SVGs to make the rules less complex.
Diffstat (limited to 'media')
-rw-r--r--media/CMakeLists.txt36
-rw-r--r--media/tigervnc_20.svg424
-rw-r--r--media/tigervnc_22.svg426
-rw-r--r--media/tigervnc_24.svg425
-rw-r--r--media/tigervnc_28.svg349
-rw-r--r--media/tigervnc_32.svg350
-rw-r--r--media/tigervnc_42.svg404
-rw-r--r--media/tigervnc_48.svg405
8 files changed, 1622 insertions, 1197 deletions
diff --git a/media/CMakeLists.txt b/media/CMakeLists.txt
index 91ea6f54..7eff4a38 100644
--- a/media/CMakeLists.txt
+++ b/media/CMakeLists.txt
@@ -29,33 +29,29 @@ add_custom_command(OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_16.png
COMMENT "Generating icons/tigervnc_16.png")
add_custom_command(OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_22.png
- COMMAND ${CONVERT_EXECUTABLE} -depth 8
- -size 22x22 xc:none -gravity center -background transparent
- -size 20x20 ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_20.svg
- -composite ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_22.png
- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_20.svg
+ COMMAND ${CONVERT_EXECUTABLE} -depth 8 -background transparent
+ ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_22.svg
+ ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_22.png
+ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_22.svg
COMMENT "Generating icons/tigervnc_22.png")
add_custom_command(OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_24.png
- COMMAND ${CONVERT_EXECUTABLE} -depth 8
- -size 24x24 xc:none -gravity center -background transparent
- -size 20x20 ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_20.svg
- -composite ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_24.png
- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_20.svg
+ COMMAND ${CONVERT_EXECUTABLE} -depth 8 -background transparent
+ ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_24.svg
+ ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_24.png
+ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_24.svg
COMMENT "Generating icons/tigervnc_24.png")
add_custom_command(OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_32.png
- COMMAND ${CONVERT_EXECUTABLE} -depth 8
- -size 32x32 xc:none -gravity center -background transparent
- -size 28x28 ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_28.svg
- -composite ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_32.png
- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_28.svg
+ COMMAND ${CONVERT_EXECUTABLE} -depth 8 -background transparent
+ ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_32.svg
+ ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_32.png
+ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_32.svg
COMMENT "Generating icons/tigervnc_32.png")
add_custom_command(OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_48.png
- COMMAND ${CONVERT_EXECUTABLE} -depth 8
- -size 48x48 xc:none -gravity center -background transparent
- -size 42x42 ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_42.svg
- -composite ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_48.png
- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_42.svg
+ COMMAND ${CONVERT_EXECUTABLE} -depth 8 -background transparent
+ ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_48.svg
+ ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_48.png
+ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/tigervnc_48.svg
COMMENT "Generating icons/tigervnc_48.png")
diff --git a/media/tigervnc_20.svg b/media/tigervnc_20.svg
deleted file mode 100644
index 60abd034..00000000
--- a/media/tigervnc_20.svg
+++ /dev/null
@@ -1,424 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="20"
- height="20"
- id="svg2475"
- sodipodi:version="0.32"
- inkscape:version="0.46"
- version="1.0"
- sodipodi:docname="tigervnc_20.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs2477">
- <linearGradient
- id="linearGradient3250">
- <stop
- style="stop-color:#00b33b;stop-opacity:1;"
- offset="0"
- id="stop3252" />
- <stop
- style="stop-color:#faffb7;stop-opacity:1;"
- offset="1"
- id="stop3254" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3250"
- id="radialGradient4632"
- gradientUnits="userSpaceOnUse"
- cx="412"
- cy="741.36218"
- fx="412"
- fy="741.36218"
- r="40" />
- <linearGradient
- id="linearGradient4670">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop4672" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4674" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient4676"
- cx="1295.3251"
- cy="3900.0645"
- fx="1295.3251"
- fy="3900.0645"
- r="143.33163"
- gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4680">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop4682" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop4684" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient4686"
- cx="1273.4048"
- cy="3903.5999"
- fx="1273.4048"
- fy="3903.5999"
- r="140.78125"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)" />
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 526.18109 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="744.09448 : 526.18109 : 1"
- inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
- id="perspective2483" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient2537"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
- cx="1295.3251"
- cy="3900.0645"
- fx="1295.3251"
- fy="3900.0645"
- r="143.33163" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient2539"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)"
- cx="1273.4048"
- cy="3903.5999"
- fx="1273.4048"
- fy="3903.5999"
- r="140.78125" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient2542"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9924488,0,0,0.9924488,-1276.925,-3660.5422)"
- cx="1273.4048"
- cy="3903.5999"
- fx="1273.4048"
- fy="3903.5999"
- r="140.78125" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient2545"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7404518,0,0,1.7404518,-1992.5959,-6784.0154)"
- cx="1295.3251"
- cy="3900.0645"
- fx="1295.3251"
- fy="3900.0645"
- r="143.33163" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3250"
- id="radialGradient4080"
- gradientUnits="userSpaceOnUse"
- cx="412"
- cy="741.36218"
- fx="412"
- fy="741.36218"
- r="40" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient4092"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(9.456822e-2,0,0,9.4568221e-2,0.8793594,0.8793594)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient4627"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(9.456822e-2,0,0,9.4568221e-2,-27.120641,-27.120641)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3250"
- id="radialGradient4668"
- gradientUnits="userSpaceOnUse"
- cx="412"
- cy="741.36218"
- fx="412"
- fy="741.36218"
- r="40" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient4670"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(9.456822e-2,0,0,9.4568221e-2,0.8793594,0.8793594)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient4672"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(9.456822e-2,0,0,9.4568221e-2,-27.120641,-27.120641)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient4675"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(6.7548727e-2,0,0,6.7548728e-2,-19.371886,-19.371886)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient4678"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(7.2975609e-2,0,0,7.2975606e-2,-0.1248246,-0.1248246)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3250"
- id="radialGradient4696"
- gradientUnits="userSpaceOnUse"
- cx="412"
- cy="741.36218"
- fx="412"
- fy="741.36218"
- r="40" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4710">
- <rect
- style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4712"
- width="238.86984"
- height="238.86984"
- x="996.23511"
- y="3476.3127"
- rx="63.449802"
- ry="63.449802" />
- </clipPath>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient4744"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(7.2651337e-2,0,0,7.2651334e-2,-20.079834,-20.079834)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient4748"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(7.2975609e-2,0,0,7.2975606e-2,-20.124825,-20.124825)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- gridtolerance="10000"
- guidetolerance="10"
- objecttolerance="10"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="22.627417"
- inkscape:cx="14.332726"
- inkscape:cy="9.2049368"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:window-width="1286"
- inkscape:window-height="857"
- inkscape:window-x="91"
- inkscape:window-y="256"
- inkscape:snap-bbox="true">
- <inkscape:grid
- type="xygrid"
- id="grid4086"
- visible="true"
- enabled="true" />
- </sodipodi:namedview>
- <metadata
- id="metadata2480">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1">
- <rect
- style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect3404"
- width="20"
- height="20"
- x="0"
- y="0"
- rx="5.6696429"
- ry="5.6696429" />
- <g
- id="g4636"
- clip-path="url(#clipPath4710)"
- transform="matrix(7.5354846e-2,0,0,7.5354846e-2,-74.071142,-260.95701)"
- inkscape:export-filename="/home/ossman/Desktop/text4698.png"
- inkscape:export-xdpi="90.110069"
- inkscape:export-ydpi="90.110069">
- <rect
- style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4598"
- width="373"
- height="340"
- x="935.90826"
- y="3451.5559" />
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1007.9083,3544.056 C 996.60993,3550.5153 997.40828,3586.056 997.40828,3599.056 C 997.40828,3612.056 1011.4083,3627.056 1027.4083,3635.056 C 1043.4083,3643.056 1069.4083,3661.056 1086.4083,3664.056 C 1103.4083,3667.056 1128.9083,3670.306 1136.9083,3671.056 C 1144.9083,3671.806 1169.479,3668.7141 1190.9083,3649.556 C 1222.1498,3621.6256 1211.688,3591.0673 1250.4083,3569.556 C 1281.9083,3552.056 1289.266,3546.5648 1288.4083,3531.556 C 1287.4083,3514.056 1264.9083,3513.556 1250.9083,3510.056 C 1238.3151,3506.9077 1197.4083,3502.056 1176.9083,3507.056 C 1156.4083,3512.056 1133.0105,3523.2638 1120.9083,3528.056 C 1074.3873,3546.4772 1068.0958,3509.6467 1007.9083,3544.056 z"
- id="path4600"
- sodipodi:nodetypes="csssssssssss" />
- <path
- sodipodi:nodetypes="ccssssss"
- id="path4602"
- d="M 1125.9383,3516.0728 C 1128.5902,3524.2775 1137.5571,3522.1047 1151.7131,3517.5999 C 1155.6963,3516.2323 1168.6127,3510.4315 1186.1317,3507.7176 C 1204.8615,3504.8161 1202.3646,3505.0079 1227.5282,3507.8635 C 1246.075,3509.9683 1259.2927,3517.2242 1260.3786,3510.4105 C 1261.6918,3502.1702 1243.8156,3490.9933 1227.5087,3488.29 C 1212.7387,3485.8415 1188.2552,3482.4302 1160.7067,3494.1988 C 1147.1501,3499.9901 1122.8897,3506.6407 1125.9383,3516.0728 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1099.1583,3561.306 C 1093.1583,3564.556 1076.6583,3579.806 1069.4083,3580.556 C 1062.1583,3581.306 1059.1583,3577.306 1053.1583,3579.556 C 1047.1583,3581.806 1015.9083,3591.556 1012.1583,3594.056 C 1008.4083,3596.556 1007.1583,3601.556 1009.6583,3603.806 C 1012.1583,3606.056 1042.9083,3608.056 1047.1583,3610.306 C 1051.4083,3612.556 1076.6583,3625.056 1083.9083,3624.806 C 1091.1583,3624.556 1117.9083,3626.806 1128.1583,3622.556 C 1138.4083,3618.306 1155.9083,3591.806 1165.1583,3585.056 C 1174.4083,3578.306 1185.1583,3569.806 1195.4083,3566.806 C 1205.6583,3563.806 1217.6583,3555.806 1222.1583,3549.806 C 1226.6583,3543.806 1227.9083,3538.306 1222.1583,3537.056 C 1216.4083,3535.806 1208.4083,3543.306 1201.4083,3544.806 C 1194.4083,3546.306 1171.9083,3546.306 1158.4083,3544.806 C 1144.9083,3543.306 1099.6583,3561.806 1099.1583,3561.306 z"
- id="path4604" />
- <g
- transform="translate(689.40828,2839.6938)"
- id="g4606">
- <path
- transform="translate(12,12)"
- d="M 452,741.36218 A 40,40 0 1 1 372,741.36218 A 40,40 0 1 1 452,741.36218 z"
- sodipodi:ry="40"
- sodipodi:rx="40"
- sodipodi:cy="741.36218"
- sodipodi:cx="412"
- id="path4608"
- style="opacity:1;fill:url(#radialGradient4696);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- sodipodi:type="arc" />
- <path
- d="M 434,753.36218 A 10,10 0 1 1 414,753.36218 A 10,10 0 1 1 434,753.36218 z"
- sodipodi:ry="10"
- sodipodi:rx="10"
- sodipodi:cy="753.36218"
- sodipodi:cx="424"
- id="path4610"
- style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- sodipodi:type="arc" />
- </g>
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 1180.8263,3543.8623 C 1159.6524,3538.7809 1132.8731,3544.167 1117.3915,3547.9227 C 1103.1996,3551.3655 1089.8752,3558.9657 1084.4298,3564.23 C 1081.5341,3567.0293 1075.4203,3572.3599 1072.1736,3573.9138 C 1069.7125,3575.0917 1066.2312,3575.4187 1062.7851,3574.9156 C 1058.3095,3574.2623 1054.8724,3571.2806 1053.2894,3565.8065 C 1051.2729,3558.8332 1049.4416,3552.8194 1052.0958,3545.0375 C 1052.4668,3543.9934 1051.9212,3542.8461 1050.877,3542.475 C 1049.8329,3542.104 1048.6856,3542.6496 1048.3145,3543.6938 C 1044.6477,3553.961 1044.3935,3564.0662 1047.0333,3572.0063 C 1049.673,3579.9463 1055.4515,3585.8246 1063.4083,3586.6625 C 1068.7949,3587.2298 1073.1533,3586.1872 1076.9083,3584.1625 C 1080.6634,3582.1379 1083.8342,3579.2154 1087.4083,3576.0688 C 1094.5565,3569.7756 1103.2494,3562.3166 1120.7208,3557.6 C 1157.3906,3547.7008 1140.723,3548.61 1180.92,3547.8623 C 1182.0246,3547.8364 1182.899,3546.92 1182.8732,3545.8154 C 1182.8473,3544.7109 1181.9308,3543.8364 1180.8263,3543.8623 z"
- id="path4612"
- sodipodi:nodetypes="cssssscscssssscsc" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 1219.5646,3534.225 C 1217.4737,3534.538 1215.4367,3535.4046 1213.2833,3536.4125 C 1202.5945,3542.871 1192.0875,3543.7482 1179.9708,3542.9125 C 1172.4025,3542.3845 1164.3465,3541.6345 1157.2521,3542.3813 C 1143.2449,3543.8558 1133.5646,3549.8188 1133.5646,3549.8188 L 1136.1896,3554.0688 C 1136.1896,3554.0688 1144.9205,3548.7041 1157.7833,3547.35 C 1164.1239,3546.6826 1171.9926,3547.3487 1179.6271,3547.8813 C 1187.2616,3548.4139 1194.6444,3548.8746 1200.5958,3547.2875 C 1206.3268,3545.7593 1211.4065,3542.817 1215.4083,3540.9438 C 1217.4092,3540.0072 1219.1259,3539.367 1220.2833,3539.1938 C 1221.4407,3539.0206 1221.774,3539.1219 1222.2208,3539.5688 C 1223.0114,3540.3594 1223.3268,3541.0055 1223.4396,3541.6938 C 1223.5523,3542.3821 1223.473,3543.2443 1222.8771,3544.5063 C 1221.6852,3547.0303 1218.3878,3550.8155 1212.5021,3555.6625 C 1206.9665,3560.2213 1199.244,3563.0338 1190.7208,3566.3188 C 1182.1976,3569.6038 1173.4254,3574.1079 1164.4083,3580.4125 C 1154.4712,3587.3605 1153.8322,3594.4722 1142.745,3604.4377 C 1135.7573,3610.7185 1127.1781,3619.4803 1116.9077,3620.6886 C 1087.2226,3624.181 1079.4555,3617.1468 1060.377,3612.6625 C 1048.3008,3609.8241 1036.4026,3606.0357 1026.3458,3605.1313 C 1021.3174,3604.6791 1016.9684,3604.2216 1014.2208,3603.3813 C 1012.8469,3602.9611 1011.9138,3602.4421 1011.4395,3602.0063 C 1010.9653,3601.5705 1010.8381,3601.3097 1010.8145,3600.6313 C 1010.7402,3598.4937 1011.2269,3597.8051 1012.9083,3596.725 C 1014.5897,3595.645 1017.6374,3594.6647 1021.627,3593.6313 C 1029.6064,3591.5644 1041.2821,3589.0351 1054.4395,3581.6938 L 1052.002,3577.3188 C 1039.5136,3584.2869 1028.5359,3586.6742 1020.377,3588.7875 C 1016.2976,3589.8442 1012.8828,3590.7763 1010.1895,3592.5063 C 1007.4963,3594.2363 1005.6908,3597.2582 1005.8145,3600.8188 C 1005.8803,3602.7109 1006.7613,3604.4962 1008.0645,3605.6938 C 1009.3678,3606.8914 1010.9602,3607.6145 1012.752,3608.1625 C 1016.3358,3609.2586 1020.8206,3609.6453 1025.877,3610.1 C 1035.9898,3611.0094 1048.2967,3612.0501 1058.0645,3617.1 C 1077.2026,3626.9944 1092.7394,3637.8981 1123.1583,3634.3194 C 1135.4042,3632.8787 1149.8612,3622.006 1155.9169,3612.8758 C 1161.9726,3603.7455 1166.4914,3596.5842 1174.3207,3590.6705 C 1179.8516,3586.4928 1184.8359,3580.7308 1193.2833,3574.725 C 1200.6617,3569.4793 1209.1731,3564.8783 1215.6583,3559.5375 C 1221.7934,3554.4851 1225.5638,3550.4713 1227.3771,3546.6313 C 1228.2837,3544.7113 1228.6842,3542.7562 1228.3771,3540.8813 C 1228.07,3539.0064 1227.0828,3537.3683 1225.7521,3536.0375 C 1224.0776,3534.3631 1221.6555,3533.9121 1219.5646,3534.225 z"
- id="path4614"
- sodipodi:nodetypes="cccsccssssssssssssssssssssccsssssssssssssssc" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1109.0744,3449.7716 C 1108.772,3465.4611 1097.0291,3483.3995 1094.4992,3489.8922 C 1090.7893,3499.4129 1075.7567,3514.6927 1084.219,3522.0832 C 1088.6593,3525.9611 1096.4886,3516.3948 1099.1802,3512.3636 C 1109.3374,3497.1512 1101.1546,3508.731 1118.6862,3472.8529 C 1122.7814,3464.4722 1126.0134,3454.7028 1126.3071,3446.6759 C 1127.1647,3422.8869 1109.4065,3432.1473 1109.0744,3449.7716 z"
- id="path4616"
- sodipodi:nodetypes="cssssss" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 989.54389,3439.6645 C 992.72586,3476.434 995.66515,3477.1261 1007.2657,3505.7933 C 1020.5056,3538.5116 989.38312,3596.4604 1016.0554,3591.7539 C 1031.1353,3595.7743 1028.8254,3600.0934 1017.5058,3608.5062 C 1002.2246,3609.3304 1018.3235,3622.1959 1033.0622,3624.7696 C 1060.0296,3629.4787 1075.7594,3658.6694 1096.1978,3659.5226 C 1115.741,3660.3529 1138.0676,3666.0851 1138.0676,3671.0851 C 1138.0676,3675.6813 1125.1629,3669.1406 1113.9376,3670.378 C 1102.3629,3671.654 1080.2322,3680.4036 1065.5891,3667.5496 C 1025.9616,3632.7638 990.83125,3632.2144 986.959,3598.6158 C 983.41065,3567.8277 1006.957,3541.8387 993.73345,3508.7166 C 980.50992,3475.5946 951.36533,3449.0042 950.48145,3442.5076 L 989.54389,3439.6645 z"
- id="path4618"
- sodipodi:nodetypes="csccssssssscc" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1037.2337,3422.765 C 1037.2337,3422.765 1049.2546,3492.7686 1057.0327,3494.8899 C 1064.811,3497.0112 1047.4188,3457.6485 1052.1541,3441.2711 C 1058.8664,3418.0559 1073.2962,3412.8655 1073.2962,3412.8655 L 1037.2337,3422.765 z"
- id="path4620"
- sodipodi:nodetypes="csscc" />
- <path
- sodipodi:nodetypes="cssssssss"
- id="path4634"
- d="M 1041,3711.3622 C 1067.5107,3726.1479 1113,3744.3622 1158,3730.3622 C 1203,3716.3622 1227,3707.3622 1254,3672.3622 C 1281,3637.3622 1286,3670.3622 1281,3682.3622 C 1276,3694.3622 1253,3714.3622 1235,3727.3622 C 1217,3740.3622 1145.862,3762.318 1108,3756.3622 C 1063.5,3749.3622 1024,3722.3622 1019,3717.3622 C 1014,3712.3622 1003,3705.3622 1009,3698.3622 C 1015,3691.3622 1034.0152,3707.4666 1041,3711.3622 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <rect
- y="1.5"
- x="1.5"
- height="17"
- width="17"
- id="rect3419"
- style="fill:none;fill-opacity:1;stroke:url(#radialGradient4678);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- rx="4.1726561"
- ry="4.1726561" />
- <rect
- ry="4.1726561"
- rx="4.1726561"
- style="fill:none;fill-opacity:1;stroke:url(#radialGradient4748);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4746"
- width="17"
- height="17"
- x="-18.5"
- y="-18.5"
- transform="scale(-1,-1)" />
- </g>
-</svg>
diff --git a/media/tigervnc_22.svg b/media/tigervnc_22.svg
new file mode 100644
index 00000000..15bf229a
--- /dev/null
+++ b/media/tigervnc_22.svg
@@ -0,0 +1,426 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ width="22"
+ height="22"
+ id="svg2475"
+ sodipodi:version="0.32"
+ inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
+ version="1.0"
+ sodipodi:docname="tigervnc_22.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <defs
+ id="defs2477">
+ <linearGradient
+ id="linearGradient3250">
+ <stop
+ style="stop-color:#00b33b;stop-opacity:1;"
+ offset="0"
+ id="stop3252" />
+ <stop
+ style="stop-color:#faffb7;stop-opacity:1;"
+ offset="1"
+ id="stop3254" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4632"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <linearGradient
+ id="linearGradient4670">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4672" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4674" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4676"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4680">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4686"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)" />
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 528.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 528.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 352.78739 : 1"
+ id="perspective2483" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient2537"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient2539"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient2542"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-1276.925,-3660.5422)"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient2545"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-1992.5959,-6784.0154)"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4080"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09456822,0,0,0.09456822,0.8793594,0.8793594)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4627"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09456822,0,0,0.09456822,-27.120641,-27.120641)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4668"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4670"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09456822,0,0,0.09456822,0.8793594,0.8793594)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4672"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09456822,0,0,0.09456822,-27.120641,-27.120641)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4675"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.06754873,0,0,0.06754873,-19.371886,-19.371886)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4678"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.07297561,0,0,0.07297561,-0.1248246,-0.1248246)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4696"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4710">
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4712"
+ width="238.86984"
+ height="238.86984"
+ x="996.23511"
+ y="3476.3127"
+ rx="63.449802"
+ ry="63.449802" />
+ </clipPath>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4744"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.07265134,0,0,0.07265133,-20.079834,-20.079834)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4748"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.07297561,0,0,0.07297561,-20.124825,-20.124825)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="11.004349"
+ inkscape:cy="10.628699"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1163"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:snap-bbox="true"
+ inkscape:pagecheckerboard="0"
+ inkscape:window-maximized="1"
+ width="22px">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4086"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2480">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g1340"
+ transform="translate(1,1)">
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3404"
+ width="20"
+ height="20"
+ x="0"
+ y="0"
+ rx="5.6696429"
+ ry="5.6696429" />
+ <g
+ id="g4636"
+ clip-path="url(#clipPath4710)"
+ transform="matrix(0.07535485,0,0,0.07535485,-74.071142,-260.95701)"
+ inkscape:export-filename="/home/ossman/Desktop/text4698.png"
+ inkscape:export-xdpi="90.110069"
+ inkscape:export-ydpi="90.110069">
+ <rect
+ style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4598"
+ width="373"
+ height="340"
+ x="935.90826"
+ y="3451.5559" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1007.9083,3544.056 c -11.29837,6.4593 -10.50002,42 -10.50002,55 0,13 14.00002,28 30.00002,36 16,8 42,26 59,29 17,3 42.5,6.25 50.5,7 8,0.75 32.5707,-2.3419 54,-21.5 31.2415,-27.9304 20.7797,-58.4887 59.5,-80 31.5,-17.5 38.8577,-22.9912 38,-38 -1,-17.5 -23.5,-18 -37.5,-21.5 -12.5932,-3.1483 -53.5,-8 -74,-3 -20.5,5 -43.8978,16.2078 -56,21 -46.521,18.4212 -52.8125,-18.4093 -113,16 z"
+ id="path4600"
+ sodipodi:nodetypes="csssssssssss" />
+ <path
+ sodipodi:nodetypes="ccssssss"
+ id="path4602"
+ d="m 1125.9383,3516.0728 c 2.6519,8.2047 11.6188,6.0319 25.7748,1.5271 3.9832,-1.3676 16.8996,-7.1684 34.4186,-9.8823 18.7298,-2.9015 16.2329,-2.7097 41.3965,0.1459 18.5468,2.1048 31.7645,9.3607 32.8504,2.547 1.3132,-8.2403 -16.563,-19.4172 -32.8699,-22.1205 -14.77,-2.4485 -39.2535,-5.8598 -66.802,5.9088 -13.5566,5.7913 -37.817,12.4419 -34.7684,21.874 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1099.1583,3561.306 c -6,3.25 -22.5,18.5 -29.75,19.25 -7.25,0.75 -10.25,-3.25 -16.25,-1 -6,2.25 -37.25,12 -41,14.5 -3.75,2.5 -5,7.5 -2.5,9.75 2.5,2.25 33.25,4.25 37.5,6.5 4.25,2.25 29.5,14.75 36.75,14.5 7.25,-0.25 34,2 44.25,-2.25 10.25,-4.25 27.75,-30.75 37,-37.5 9.25,-6.75 20,-15.25 30.25,-18.25 10.25,-3 22.25,-11 26.75,-17 4.5,-6 5.75,-11.5 0,-12.75 -5.75,-1.25 -13.75,6.25 -20.75,7.75 -7,1.5 -29.5,1.5 -43,0 -13.5,-1.5 -58.75,17 -59.25,16.5 z"
+ id="path4604" />
+ <g
+ transform="translate(689.40828,2839.6938)"
+ id="g4606">
+ <circle
+ transform="translate(12,12)"
+ id="path4608"
+ style="opacity:1;fill:url(#radialGradient4696);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ cx="412"
+ cy="741.36218"
+ r="40" />
+ <circle
+ id="path4610"
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ cx="424"
+ cy="753.36218"
+ r="10" />
+ </g>
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1180.8263,3543.8623 c -21.1739,-5.0814 -47.9532,0.3047 -63.4348,4.0604 -14.1919,3.4428 -27.5163,11.043 -32.9617,16.3073 -2.8957,2.7993 -9.0095,8.1299 -12.2562,9.6838 -2.4611,1.1779 -5.9424,1.5049 -9.3885,1.0018 -4.4756,-0.6533 -7.9127,-3.635 -9.4957,-9.1091 -2.0165,-6.9733 -3.8478,-12.9871 -1.1936,-20.769 0.371,-1.0441 -0.1746,-2.1914 -1.2188,-2.5625 -1.0441,-0.371 -2.1914,0.1746 -2.5625,1.2188 -3.6668,10.2672 -3.921,20.3724 -1.2812,28.3125 2.6397,7.94 8.4182,13.8183 16.375,14.6562 5.3866,0.5673 9.745,-0.4753 13.5,-2.5 3.7551,-2.0246 6.9259,-4.9471 10.5,-8.0937 7.1482,-6.2932 15.8411,-13.7522 33.3125,-18.4688 36.6698,-9.8992 20.0022,-8.99 60.1992,-9.7377 1.1046,-0.026 1.979,-0.9423 1.9532,-2.0469 -0.026,-1.1045 -0.9424,-1.979 -2.0469,-1.9531 z"
+ id="path4612"
+ sodipodi:nodetypes="cssssscscssssscsc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1219.5646,3534.225 c -2.0909,0.313 -4.1279,1.1796 -6.2813,2.1875 -10.6888,6.4585 -21.1958,7.3357 -33.3125,6.5 -7.5683,-0.528 -15.6243,-1.278 -22.7187,-0.5312 -14.0072,1.4745 -23.6875,7.4375 -23.6875,7.4375 l 2.625,4.25 c 0,0 8.7309,-5.3647 21.5937,-6.7188 6.3406,-0.6674 14.2093,0 21.8438,0.5313 7.6345,0.5326 15.0173,0.9933 20.9687,-0.5938 5.731,-1.5282 10.8107,-4.4705 14.8125,-6.3437 2.0009,-0.9366 3.7176,-1.5768 4.875,-1.75 1.1574,-0.1732 1.4907,-0.072 1.9375,0.375 0.7906,0.7906 1.106,1.4367 1.2188,2.125 0.1127,0.6883 0.033,1.5505 -0.5625,2.8125 -1.1919,2.524 -4.4893,6.3092 -10.375,11.1562 -5.5356,4.5588 -13.2581,7.3713 -21.7813,10.6563 -8.5232,3.285 -17.2954,7.7891 -26.3125,14.0937 -9.9371,6.948 -10.5761,14.0597 -21.6633,24.0252 -6.9877,6.2808 -15.5669,15.0426 -25.8373,16.2509 -29.6851,3.4924 -37.4522,-3.5418 -56.5307,-8.0261 -12.0762,-2.8384 -23.9744,-6.6268 -34.0312,-7.5312 -5.0284,-0.4522 -9.3774,-0.9097 -12.125,-1.75 -1.3739,-0.4202 -2.307,-0.9392 -2.7813,-1.375 -0.4742,-0.4358 -0.6014,-0.6966 -0.625,-1.375 -0.074,-2.1376 0.4124,-2.8262 2.0938,-3.9063 1.6814,-1.08 4.7291,-2.0603 8.7187,-3.0937 7.9794,-2.0669 19.6551,-4.5962 32.8125,-11.9375 l -2.4375,-4.375 c -12.4884,6.9681 -23.4661,9.3554 -31.625,11.4687 -4.0794,1.0567 -7.4942,1.9888 -10.1875,3.7188 -2.6932,1.73 -4.4987,4.7519 -4.375,8.3125 0.066,1.8921 0.9468,3.6774 2.25,4.875 1.3033,1.1976 2.8957,1.9207 4.6875,2.4687 3.5838,1.0961 8.0686,1.4828 13.125,1.9375 10.1128,0.9094 22.4197,1.9501 32.1875,7 19.1381,9.8944 34.6749,20.7981 65.0938,17.2194 12.2459,-1.4407 26.7029,-12.3134 32.7586,-21.4436 6.0557,-9.1303 10.5745,-16.2916 18.4038,-22.2053 5.5309,-4.1777 10.5152,-9.9397 18.9626,-15.9455 7.3784,-5.2457 15.8898,-9.8467 22.375,-15.1875 6.1351,-5.0524 9.9055,-9.0662 11.7188,-12.9062 0.9066,-1.92 1.3071,-3.8751 1,-5.75 -0.3071,-1.8749 -1.2943,-3.513 -2.625,-4.8438 -1.6745,-1.6744 -4.0966,-2.1254 -6.1875,-1.8125 z"
+ id="path4614"
+ sodipodi:nodetypes="cccsccssssssssssssssssssssccsssssssssssssssc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1109.0744,3449.7716 c -0.3024,15.6895 -12.0453,33.6279 -14.5752,40.1206 -3.7099,9.5207 -18.7425,24.8005 -10.2802,32.191 4.4403,3.8779 12.2696,-5.6884 14.9612,-9.7196 10.1572,-15.2124 1.9744,-3.6326 19.506,-39.5107 4.0952,-8.3807 7.3272,-18.1501 7.6209,-26.177 0.8576,-23.789 -16.9006,-14.5286 -17.2327,3.0957 z"
+ id="path4616"
+ sodipodi:nodetypes="cssssss" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 989.54389,3439.6645 c 3.18197,36.7695 6.12126,37.4616 17.72181,66.1288 13.2399,32.7183 -17.88258,90.6671 8.7897,85.9606 15.0799,4.0204 12.77,8.3395 1.4504,16.7523 -15.2812,0.8242 0.8177,13.6897 15.5564,16.2634 26.9674,4.7091 42.6972,33.8998 63.1356,34.753 19.5432,0.8303 41.8698,6.5625 41.8698,11.5625 0,4.5962 -12.9047,-1.9445 -24.13,-0.7071 -11.5747,1.276 -33.7054,10.0256 -48.3485,-2.8284 -39.6275,-34.7858 -74.75785,-35.3352 -78.6301,-68.9338 -3.54835,-30.7881 19.998,-56.7771 6.77445,-89.8992 -13.22353,-33.122 -42.36812,-59.7124 -43.252,-66.209 z"
+ id="path4618"
+ sodipodi:nodetypes="csccssssssscc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1037.2337,3422.765 c 0,0 12.0209,70.0036 19.799,72.1249 7.7783,2.1213 -9.6139,-37.2414 -4.8786,-53.6188 6.7123,-23.2152 21.1421,-28.4056 21.1421,-28.4056 z"
+ id="path4620"
+ sodipodi:nodetypes="csscc" />
+ <path
+ sodipodi:nodetypes="cssssssss"
+ id="path4634"
+ d="m 1041,3711.3622 c 26.5107,14.7857 72,33 117,19 45,-14 69,-23 96,-58 27,-35 32,-2 27,10 -5,12 -28,32 -46,45 -18,13 -89.138,34.9558 -127,29 -44.5,-7 -84,-34 -89,-39 -5,-5 -16,-12 -10,-19 6,-7 25.0152,9.1044 32,13 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ <rect
+ y="1.5"
+ x="1.5"
+ height="17"
+ width="17"
+ id="rect3419"
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient4678);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ rx="4.1726561"
+ ry="4.1726561" />
+ <rect
+ ry="4.1726561"
+ rx="4.1726561"
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient4748);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4746"
+ width="17"
+ height="17"
+ x="-18.5"
+ y="-18.5"
+ transform="scale(-1)" />
+ </g>
+ </g>
+</svg>
diff --git a/media/tigervnc_24.svg b/media/tigervnc_24.svg
new file mode 100644
index 00000000..f630ff71
--- /dev/null
+++ b/media/tigervnc_24.svg
@@ -0,0 +1,425 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ width="24"
+ height="24"
+ id="svg2475"
+ sodipodi:version="0.32"
+ inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
+ version="1.0"
+ sodipodi:docname="tigervnc_20.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <defs
+ id="defs2477">
+ <linearGradient
+ id="linearGradient3250">
+ <stop
+ style="stop-color:#00b33b;stop-opacity:1;"
+ offset="0"
+ id="stop3252" />
+ <stop
+ style="stop-color:#faffb7;stop-opacity:1;"
+ offset="1"
+ id="stop3254" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4632"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <linearGradient
+ id="linearGradient4670">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4672" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4674" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4676"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4680">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4686"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)" />
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 530.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 530.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 354.78739 : 1"
+ id="perspective2483" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient2537"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient2539"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient2542"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-1276.925,-3660.5422)"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient2545"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-1992.5959,-6784.0154)"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4080"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09456822,0,0,0.09456822,0.8793594,0.8793594)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4627"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09456822,0,0,0.09456822,-27.120641,-27.120641)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4668"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4670"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09456822,0,0,0.09456822,0.8793594,0.8793594)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4672"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09456822,0,0,0.09456822,-27.120641,-27.120641)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4675"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.06754873,0,0,0.06754873,-19.371886,-19.371886)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4678"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.07297561,0,0,0.07297561,-0.1248246,-0.1248246)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4696"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4710">
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4712"
+ width="238.86984"
+ height="238.86984"
+ x="996.23511"
+ y="3476.3127"
+ rx="63.449802"
+ ry="63.449802" />
+ </clipPath>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4744"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.07265134,0,0,0.07265133,-20.079834,-20.079834)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4748"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.07297561,0,0,0.07297561,-20.124825,-20.124825)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="11.004349"
+ inkscape:cy="10.628699"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1163"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:snap-bbox="true"
+ inkscape:pagecheckerboard="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4086"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2480">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g1340"
+ transform="translate(2,2)">
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3404"
+ width="20"
+ height="20"
+ x="0"
+ y="0"
+ rx="5.6696429"
+ ry="5.6696429" />
+ <g
+ id="g4636"
+ clip-path="url(#clipPath4710)"
+ transform="matrix(0.07535485,0,0,0.07535485,-74.071142,-260.95701)"
+ inkscape:export-filename="/home/ossman/Desktop/text4698.png"
+ inkscape:export-xdpi="90.110069"
+ inkscape:export-ydpi="90.110069">
+ <rect
+ style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4598"
+ width="373"
+ height="340"
+ x="935.90826"
+ y="3451.5559" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1007.9083,3544.056 c -11.29837,6.4593 -10.50002,42 -10.50002,55 0,13 14.00002,28 30.00002,36 16,8 42,26 59,29 17,3 42.5,6.25 50.5,7 8,0.75 32.5707,-2.3419 54,-21.5 31.2415,-27.9304 20.7797,-58.4887 59.5,-80 31.5,-17.5 38.8577,-22.9912 38,-38 -1,-17.5 -23.5,-18 -37.5,-21.5 -12.5932,-3.1483 -53.5,-8 -74,-3 -20.5,5 -43.8978,16.2078 -56,21 -46.521,18.4212 -52.8125,-18.4093 -113,16 z"
+ id="path4600"
+ sodipodi:nodetypes="csssssssssss" />
+ <path
+ sodipodi:nodetypes="ccssssss"
+ id="path4602"
+ d="m 1125.9383,3516.0728 c 2.6519,8.2047 11.6188,6.0319 25.7748,1.5271 3.9832,-1.3676 16.8996,-7.1684 34.4186,-9.8823 18.7298,-2.9015 16.2329,-2.7097 41.3965,0.1459 18.5468,2.1048 31.7645,9.3607 32.8504,2.547 1.3132,-8.2403 -16.563,-19.4172 -32.8699,-22.1205 -14.77,-2.4485 -39.2535,-5.8598 -66.802,5.9088 -13.5566,5.7913 -37.817,12.4419 -34.7684,21.874 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1099.1583,3561.306 c -6,3.25 -22.5,18.5 -29.75,19.25 -7.25,0.75 -10.25,-3.25 -16.25,-1 -6,2.25 -37.25,12 -41,14.5 -3.75,2.5 -5,7.5 -2.5,9.75 2.5,2.25 33.25,4.25 37.5,6.5 4.25,2.25 29.5,14.75 36.75,14.5 7.25,-0.25 34,2 44.25,-2.25 10.25,-4.25 27.75,-30.75 37,-37.5 9.25,-6.75 20,-15.25 30.25,-18.25 10.25,-3 22.25,-11 26.75,-17 4.5,-6 5.75,-11.5 0,-12.75 -5.75,-1.25 -13.75,6.25 -20.75,7.75 -7,1.5 -29.5,1.5 -43,0 -13.5,-1.5 -58.75,17 -59.25,16.5 z"
+ id="path4604" />
+ <g
+ transform="translate(689.40828,2839.6938)"
+ id="g4606">
+ <circle
+ transform="translate(12,12)"
+ id="path4608"
+ style="opacity:1;fill:url(#radialGradient4696);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ cx="412"
+ cy="741.36218"
+ r="40" />
+ <circle
+ id="path4610"
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ cx="424"
+ cy="753.36218"
+ r="10" />
+ </g>
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1180.8263,3543.8623 c -21.1739,-5.0814 -47.9532,0.3047 -63.4348,4.0604 -14.1919,3.4428 -27.5163,11.043 -32.9617,16.3073 -2.8957,2.7993 -9.0095,8.1299 -12.2562,9.6838 -2.4611,1.1779 -5.9424,1.5049 -9.3885,1.0018 -4.4756,-0.6533 -7.9127,-3.635 -9.4957,-9.1091 -2.0165,-6.9733 -3.8478,-12.9871 -1.1936,-20.769 0.371,-1.0441 -0.1746,-2.1914 -1.2188,-2.5625 -1.0441,-0.371 -2.1914,0.1746 -2.5625,1.2188 -3.6668,10.2672 -3.921,20.3724 -1.2812,28.3125 2.6397,7.94 8.4182,13.8183 16.375,14.6562 5.3866,0.5673 9.745,-0.4753 13.5,-2.5 3.7551,-2.0246 6.9259,-4.9471 10.5,-8.0937 7.1482,-6.2932 15.8411,-13.7522 33.3125,-18.4688 36.6698,-9.8992 20.0022,-8.99 60.1992,-9.7377 1.1046,-0.026 1.979,-0.9423 1.9532,-2.0469 -0.026,-1.1045 -0.9424,-1.979 -2.0469,-1.9531 z"
+ id="path4612"
+ sodipodi:nodetypes="cssssscscssssscsc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1219.5646,3534.225 c -2.0909,0.313 -4.1279,1.1796 -6.2813,2.1875 -10.6888,6.4585 -21.1958,7.3357 -33.3125,6.5 -7.5683,-0.528 -15.6243,-1.278 -22.7187,-0.5312 -14.0072,1.4745 -23.6875,7.4375 -23.6875,7.4375 l 2.625,4.25 c 0,0 8.7309,-5.3647 21.5937,-6.7188 6.3406,-0.6674 14.2093,0 21.8438,0.5313 7.6345,0.5326 15.0173,0.9933 20.9687,-0.5938 5.731,-1.5282 10.8107,-4.4705 14.8125,-6.3437 2.0009,-0.9366 3.7176,-1.5768 4.875,-1.75 1.1574,-0.1732 1.4907,-0.072 1.9375,0.375 0.7906,0.7906 1.106,1.4367 1.2188,2.125 0.1127,0.6883 0.033,1.5505 -0.5625,2.8125 -1.1919,2.524 -4.4893,6.3092 -10.375,11.1562 -5.5356,4.5588 -13.2581,7.3713 -21.7813,10.6563 -8.5232,3.285 -17.2954,7.7891 -26.3125,14.0937 -9.9371,6.948 -10.5761,14.0597 -21.6633,24.0252 -6.9877,6.2808 -15.5669,15.0426 -25.8373,16.2509 -29.6851,3.4924 -37.4522,-3.5418 -56.5307,-8.0261 -12.0762,-2.8384 -23.9744,-6.6268 -34.0312,-7.5312 -5.0284,-0.4522 -9.3774,-0.9097 -12.125,-1.75 -1.3739,-0.4202 -2.307,-0.9392 -2.7813,-1.375 -0.4742,-0.4358 -0.6014,-0.6966 -0.625,-1.375 -0.074,-2.1376 0.4124,-2.8262 2.0938,-3.9063 1.6814,-1.08 4.7291,-2.0603 8.7187,-3.0937 7.9794,-2.0669 19.6551,-4.5962 32.8125,-11.9375 l -2.4375,-4.375 c -12.4884,6.9681 -23.4661,9.3554 -31.625,11.4687 -4.0794,1.0567 -7.4942,1.9888 -10.1875,3.7188 -2.6932,1.73 -4.4987,4.7519 -4.375,8.3125 0.066,1.8921 0.9468,3.6774 2.25,4.875 1.3033,1.1976 2.8957,1.9207 4.6875,2.4687 3.5838,1.0961 8.0686,1.4828 13.125,1.9375 10.1128,0.9094 22.4197,1.9501 32.1875,7 19.1381,9.8944 34.6749,20.7981 65.0938,17.2194 12.2459,-1.4407 26.7029,-12.3134 32.7586,-21.4436 6.0557,-9.1303 10.5745,-16.2916 18.4038,-22.2053 5.5309,-4.1777 10.5152,-9.9397 18.9626,-15.9455 7.3784,-5.2457 15.8898,-9.8467 22.375,-15.1875 6.1351,-5.0524 9.9055,-9.0662 11.7188,-12.9062 0.9066,-1.92 1.3071,-3.8751 1,-5.75 -0.3071,-1.8749 -1.2943,-3.513 -2.625,-4.8438 -1.6745,-1.6744 -4.0966,-2.1254 -6.1875,-1.8125 z"
+ id="path4614"
+ sodipodi:nodetypes="cccsccssssssssssssssssssssccsssssssssssssssc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1109.0744,3449.7716 c -0.3024,15.6895 -12.0453,33.6279 -14.5752,40.1206 -3.7099,9.5207 -18.7425,24.8005 -10.2802,32.191 4.4403,3.8779 12.2696,-5.6884 14.9612,-9.7196 10.1572,-15.2124 1.9744,-3.6326 19.506,-39.5107 4.0952,-8.3807 7.3272,-18.1501 7.6209,-26.177 0.8576,-23.789 -16.9006,-14.5286 -17.2327,3.0957 z"
+ id="path4616"
+ sodipodi:nodetypes="cssssss" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 989.54389,3439.6645 c 3.18197,36.7695 6.12126,37.4616 17.72181,66.1288 13.2399,32.7183 -17.88258,90.6671 8.7897,85.9606 15.0799,4.0204 12.77,8.3395 1.4504,16.7523 -15.2812,0.8242 0.8177,13.6897 15.5564,16.2634 26.9674,4.7091 42.6972,33.8998 63.1356,34.753 19.5432,0.8303 41.8698,6.5625 41.8698,11.5625 0,4.5962 -12.9047,-1.9445 -24.13,-0.7071 -11.5747,1.276 -33.7054,10.0256 -48.3485,-2.8284 -39.6275,-34.7858 -74.75785,-35.3352 -78.6301,-68.9338 -3.54835,-30.7881 19.998,-56.7771 6.77445,-89.8992 -13.22353,-33.122 -42.36812,-59.7124 -43.252,-66.209 z"
+ id="path4618"
+ sodipodi:nodetypes="csccssssssscc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1037.2337,3422.765 c 0,0 12.0209,70.0036 19.799,72.1249 7.7783,2.1213 -9.6139,-37.2414 -4.8786,-53.6188 6.7123,-23.2152 21.1421,-28.4056 21.1421,-28.4056 z"
+ id="path4620"
+ sodipodi:nodetypes="csscc" />
+ <path
+ sodipodi:nodetypes="cssssssss"
+ id="path4634"
+ d="m 1041,3711.3622 c 26.5107,14.7857 72,33 117,19 45,-14 69,-23 96,-58 27,-35 32,-2 27,10 -5,12 -28,32 -46,45 -18,13 -89.138,34.9558 -127,29 -44.5,-7 -84,-34 -89,-39 -5,-5 -16,-12 -10,-19 6,-7 25.0152,9.1044 32,13 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ <rect
+ y="1.5"
+ x="1.5"
+ height="17"
+ width="17"
+ id="rect3419"
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient4678);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ rx="4.1726561"
+ ry="4.1726561" />
+ <rect
+ ry="4.1726561"
+ rx="4.1726561"
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient4748);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4746"
+ width="17"
+ height="17"
+ x="-18.5"
+ y="-18.5"
+ transform="scale(-1)" />
+ </g>
+ </g>
+</svg>
diff --git a/media/tigervnc_28.svg b/media/tigervnc_28.svg
deleted file mode 100644
index c4484bc2..00000000
--- a/media/tigervnc_28.svg
+++ /dev/null
@@ -1,349 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="28"
- height="28"
- id="svg2475"
- sodipodi:version="0.32"
- inkscape:version="0.46"
- version="1.0"
- sodipodi:docname="tigervnc_28.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs2477">
- <linearGradient
- id="linearGradient3250">
- <stop
- style="stop-color:#00b33b;stop-opacity:1;"
- offset="0"
- id="stop3252" />
- <stop
- style="stop-color:#faffb7;stop-opacity:1;"
- offset="1"
- id="stop3254" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3250"
- id="radialGradient4632"
- gradientUnits="userSpaceOnUse"
- cx="412"
- cy="741.36218"
- fx="412"
- fy="741.36218"
- r="40" />
- <linearGradient
- id="linearGradient4670">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop4672" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4674" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient4676"
- cx="1295.3251"
- cy="3900.0645"
- fx="1295.3251"
- fy="3900.0645"
- r="143.33163"
- gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4680">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop4682" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop4684" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient4686"
- cx="1273.4048"
- cy="3903.5999"
- fx="1273.4048"
- fy="3903.5999"
- r="140.78125"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)" />
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 526.18109 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="744.09448 : 526.18109 : 1"
- inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
- id="perspective2483" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient2537"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
- cx="1295.3251"
- cy="3900.0645"
- fx="1295.3251"
- fy="3900.0645"
- r="143.33163" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient2539"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)"
- cx="1273.4048"
- cy="3903.5999"
- fx="1273.4048"
- fy="3903.5999"
- r="140.78125" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient2542"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9924488,0,0,0.9924488,-1276.925,-3660.5422)"
- cx="1273.4048"
- cy="3903.5999"
- fx="1273.4048"
- fy="3903.5999"
- r="140.78125" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient2545"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7404518,0,0,1.7404518,-1992.5959,-6784.0154)"
- cx="1295.3251"
- cy="3900.0645"
- fx="1295.3251"
- fy="3900.0645"
- r="143.33163" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3250"
- id="radialGradient4080"
- gradientUnits="userSpaceOnUse"
- cx="412"
- cy="741.36218"
- fx="412"
- fy="741.36218"
- r="40" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient4092"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(9.4427285e-2,0,0,9.4427286e-2,0.8975475,0.8975472)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4110">
- <rect
- ry="70.273224"
- rx="70.273224"
- y="3458.2129"
- x="963.61127"
- height="299.8324"
- width="299.8324"
- id="rect4112"
- style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- </clipPath>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient4627"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(9.456822e-2,0,0,9.4568221e-2,-27.120641,-27.120641)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient6650"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(9.4427285e-2,0,0,9.4427286e-2,-27.099722,-27.099722)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- gridtolerance="10000"
- guidetolerance="10"
- objecttolerance="10"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="16"
- inkscape:cx="24.577385"
- inkscape:cy="13.540218"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:window-width="1058"
- inkscape:window-height="719"
- inkscape:window-x="239"
- inkscape:window-y="374"
- inkscape:snap-bbox="true">
- <inkscape:grid
- type="xygrid"
- id="grid4086"
- visible="true"
- enabled="true" />
- </sodipodi:namedview>
- <metadata
- id="metadata2480">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1">
- <rect
- style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect3404"
- width="28"
- height="28"
- x="0"
- y="0"
- rx="7.9375"
- ry="7.9375" />
- <g
- id="g4636"
- clip-path="url(#clipPath4110)"
- transform="matrix(8.0044716e-2,0,0,8.0044716e-2,-75.131989,-274.81167)"
- inkscape:export-filename="/home/ossman/Desktop/text4698.png"
- inkscape:export-xdpi="90.110069"
- inkscape:export-ydpi="90.110069">
- <rect
- style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4598"
- width="373"
- height="340"
- x="935.90826"
- y="3451.5559" />
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1007.9083,3544.056 C 996.60993,3550.5153 997.40828,3586.056 997.40828,3599.056 C 997.40828,3612.056 1011.4083,3627.056 1027.4083,3635.056 C 1043.4083,3643.056 1069.4083,3661.056 1086.4083,3664.056 C 1103.4083,3667.056 1128.9083,3670.306 1136.9083,3671.056 C 1144.9083,3671.806 1169.479,3668.7141 1190.9083,3649.556 C 1222.1498,3621.6256 1211.688,3591.0673 1250.4083,3569.556 C 1281.9083,3552.056 1289.266,3546.5648 1288.4083,3531.556 C 1287.4083,3514.056 1264.9083,3513.556 1250.9083,3510.056 C 1238.3151,3506.9077 1197.4083,3502.056 1176.9083,3507.056 C 1156.4083,3512.056 1133.0105,3523.2638 1120.9083,3528.056 C 1074.3873,3546.4772 1068.0958,3509.6467 1007.9083,3544.056 z"
- id="path4600"
- sodipodi:nodetypes="csssssssssss" />
- <path
- sodipodi:nodetypes="ccssssss"
- id="path4602"
- d="M 1125.9383,3516.0728 C 1128.5902,3524.2775 1137.5571,3522.1047 1151.7131,3517.5999 C 1155.6963,3516.2323 1168.6127,3510.4315 1186.1317,3507.7176 C 1204.8615,3504.8161 1202.3646,3505.0079 1227.5282,3507.8635 C 1246.075,3509.9683 1259.2927,3517.2242 1260.3786,3510.4105 C 1261.6918,3502.1702 1243.8156,3490.9933 1227.5087,3488.29 C 1212.7387,3485.8415 1188.2552,3482.4302 1160.7067,3494.1988 C 1147.1501,3499.9901 1122.8897,3506.6407 1125.9383,3516.0728 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1099.1583,3561.306 C 1093.1583,3564.556 1076.6583,3579.806 1069.4083,3580.556 C 1062.1583,3581.306 1059.1583,3577.306 1053.1583,3579.556 C 1047.1583,3581.806 1015.9083,3591.556 1012.1583,3594.056 C 1008.4083,3596.556 1007.1583,3601.556 1009.6583,3603.806 C 1012.1583,3606.056 1042.9083,3608.056 1047.1583,3610.306 C 1051.4083,3612.556 1076.6583,3625.056 1083.9083,3624.806 C 1091.1583,3624.556 1117.9083,3626.806 1128.1583,3622.556 C 1138.4083,3618.306 1155.9083,3591.806 1165.1583,3585.056 C 1174.4083,3578.306 1185.1583,3569.806 1195.4083,3566.806 C 1205.6583,3563.806 1217.6583,3555.806 1222.1583,3549.806 C 1226.6583,3543.806 1227.9083,3538.306 1222.1583,3537.056 C 1216.4083,3535.806 1208.4083,3543.306 1201.4083,3544.806 C 1194.4083,3546.306 1171.9083,3546.306 1158.4083,3544.806 C 1144.9083,3543.306 1099.6583,3561.806 1099.1583,3561.306 z"
- id="path4604" />
- <g
- transform="translate(689.40828,2839.6938)"
- id="g4606">
- <path
- transform="translate(12,12)"
- d="M 452,741.36218 A 40,40 0 1 1 372,741.36218 A 40,40 0 1 1 452,741.36218 z"
- sodipodi:ry="40"
- sodipodi:rx="40"
- sodipodi:cy="741.36218"
- sodipodi:cx="412"
- id="path4608"
- style="opacity:1;fill:url(#radialGradient4080);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- sodipodi:type="arc" />
- <path
- d="M 434,753.36218 A 10,10 0 1 1 414,753.36218 A 10,10 0 1 1 434,753.36218 z"
- sodipodi:ry="10"
- sodipodi:rx="10"
- sodipodi:cy="753.36218"
- sodipodi:cx="424"
- id="path4610"
- style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- sodipodi:type="arc" />
- </g>
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 1180.8263,3543.8623 C 1159.6524,3538.7809 1132.8731,3544.167 1117.3915,3547.9227 C 1103.1996,3551.3655 1089.8752,3558.9657 1084.4298,3564.23 C 1081.5341,3567.0293 1075.4203,3572.3599 1072.1736,3573.9138 C 1069.7125,3575.0917 1066.2312,3575.4187 1062.7851,3574.9156 C 1058.3095,3574.2623 1054.8724,3571.2806 1053.2894,3565.8065 C 1051.2729,3558.8332 1049.4416,3552.8194 1052.0958,3545.0375 C 1052.4668,3543.9934 1051.9212,3542.8461 1050.877,3542.475 C 1049.8329,3542.104 1048.6856,3542.6496 1048.3145,3543.6938 C 1044.6477,3553.961 1044.3935,3564.0662 1047.0333,3572.0063 C 1049.673,3579.9463 1055.4515,3585.8246 1063.4083,3586.6625 C 1068.7949,3587.2298 1073.1533,3586.1872 1076.9083,3584.1625 C 1080.6634,3582.1379 1083.8342,3579.2154 1087.4083,3576.0688 C 1094.5565,3569.7756 1103.2494,3562.3166 1120.7208,3557.6 C 1157.3906,3547.7008 1140.723,3548.61 1180.92,3547.8623 C 1182.0246,3547.8364 1182.899,3546.92 1182.8732,3545.8154 C 1182.8473,3544.7109 1181.9308,3543.8364 1180.8263,3543.8623 z"
- id="path4612"
- sodipodi:nodetypes="cssssscscssssscsc" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 1219.5646,3534.225 C 1217.4737,3534.538 1215.4367,3535.4046 1213.2833,3536.4125 C 1202.5945,3542.871 1192.0875,3543.7482 1179.9708,3542.9125 C 1172.4025,3542.3845 1164.3465,3541.6345 1157.2521,3542.3813 C 1143.2449,3543.8558 1133.5646,3549.8188 1133.5646,3549.8188 L 1136.1896,3554.0688 C 1136.1896,3554.0688 1144.9205,3548.7041 1157.7833,3547.35 C 1164.1239,3546.6826 1171.9926,3547.3487 1179.6271,3547.8813 C 1187.2616,3548.4139 1194.6444,3548.8746 1200.5958,3547.2875 C 1206.3268,3545.7593 1211.4065,3542.817 1215.4083,3540.9438 C 1217.4092,3540.0072 1219.1259,3539.367 1220.2833,3539.1938 C 1221.4407,3539.0206 1221.774,3539.1219 1222.2208,3539.5688 C 1223.0114,3540.3594 1223.3268,3541.0055 1223.4396,3541.6938 C 1223.5523,3542.3821 1223.473,3543.2443 1222.8771,3544.5063 C 1221.6852,3547.0303 1218.3878,3550.8155 1212.5021,3555.6625 C 1206.9665,3560.2213 1199.244,3563.0338 1190.7208,3566.3188 C 1182.1976,3569.6038 1173.4254,3574.1079 1164.4083,3580.4125 C 1154.4712,3587.3605 1153.8322,3594.4722 1142.745,3604.4377 C 1135.7573,3610.7185 1127.1781,3619.4803 1116.9077,3620.6886 C 1087.2226,3624.181 1079.4555,3617.1468 1060.377,3612.6625 C 1048.3008,3609.8241 1036.4026,3606.0357 1026.3458,3605.1313 C 1021.3174,3604.6791 1016.9684,3604.2216 1014.2208,3603.3813 C 1012.8469,3602.9611 1011.9138,3602.4421 1011.4395,3602.0063 C 1010.9653,3601.5705 1010.8381,3601.3097 1010.8145,3600.6313 C 1010.7402,3598.4937 1011.2269,3597.8051 1012.9083,3596.725 C 1014.5897,3595.645 1017.6374,3594.6647 1021.627,3593.6313 C 1029.6064,3591.5644 1041.2821,3589.0351 1054.4395,3581.6938 L 1052.002,3577.3188 C 1039.5136,3584.2869 1028.5359,3586.6742 1020.377,3588.7875 C 1016.2976,3589.8442 1012.8828,3590.7763 1010.1895,3592.5063 C 1007.4963,3594.2363 1005.6908,3597.2582 1005.8145,3600.8188 C 1005.8803,3602.7109 1006.7613,3604.4962 1008.0645,3605.6938 C 1009.3678,3606.8914 1010.9602,3607.6145 1012.752,3608.1625 C 1016.3358,3609.2586 1020.8206,3609.6453 1025.877,3610.1 C 1035.9898,3611.0094 1048.2967,3612.0501 1058.0645,3617.1 C 1077.2026,3626.9944 1092.7394,3637.8981 1123.1583,3634.3194 C 1135.4042,3632.8787 1149.8612,3622.006 1155.9169,3612.8758 C 1161.9726,3603.7455 1166.4914,3596.5842 1174.3207,3590.6705 C 1179.8516,3586.4928 1184.8359,3580.7308 1193.2833,3574.725 C 1200.6617,3569.4793 1209.1731,3564.8783 1215.6583,3559.5375 C 1221.7934,3554.4851 1225.5638,3550.4713 1227.3771,3546.6313 C 1228.2837,3544.7113 1228.6842,3542.7562 1228.3771,3540.8813 C 1228.07,3539.0064 1227.0828,3537.3683 1225.7521,3536.0375 C 1224.0776,3534.3631 1221.6555,3533.9121 1219.5646,3534.225 z"
- id="path4614"
- sodipodi:nodetypes="cccsccssssssssssssssssssssccsssssssssssssssc" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1109.0744,3449.7716 C 1108.772,3465.4611 1097.0291,3483.3995 1094.4992,3489.8922 C 1090.7893,3499.4129 1075.7567,3514.6927 1084.219,3522.0832 C 1088.6593,3525.9611 1096.4886,3516.3948 1099.1802,3512.3636 C 1109.3374,3497.1512 1101.1546,3508.731 1118.6862,3472.8529 C 1122.7814,3464.4722 1126.0134,3454.7028 1126.3071,3446.6759 C 1127.1647,3422.8869 1109.4065,3432.1473 1109.0744,3449.7716 z"
- id="path4616"
- sodipodi:nodetypes="cssssss" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 989.54389,3439.6645 C 992.72586,3476.434 995.66515,3477.1261 1007.2657,3505.7933 C 1020.5056,3538.5116 989.38312,3596.4604 1016.0554,3591.7539 C 1031.1353,3595.7743 1028.8254,3600.0934 1017.5058,3608.5062 C 1002.2246,3609.3304 1018.3235,3622.1959 1033.0622,3624.7696 C 1060.0296,3629.4787 1075.7594,3658.6694 1096.1978,3659.5226 C 1115.741,3660.3529 1138.0676,3666.0851 1138.0676,3671.0851 C 1138.0676,3675.6813 1125.1629,3669.1406 1113.9376,3670.378 C 1102.3629,3671.654 1080.2322,3680.4036 1065.5891,3667.5496 C 1025.9616,3632.7638 990.83125,3632.2144 986.959,3598.6158 C 983.41065,3567.8277 1006.957,3541.8387 993.73345,3508.7166 C 980.50992,3475.5946 951.36533,3449.0042 950.48145,3442.5076 L 989.54389,3439.6645 z"
- id="path4618"
- sodipodi:nodetypes="csccssssssscc" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1037.2337,3422.765 C 1037.2337,3422.765 1049.2546,3492.7686 1057.0327,3494.8899 C 1064.811,3497.0112 1047.4188,3457.6485 1052.1541,3441.2711 C 1058.8664,3418.0559 1073.2962,3412.8655 1073.2962,3412.8655 L 1037.2337,3422.765 z"
- id="path4620"
- sodipodi:nodetypes="csscc" />
- <path
- sodipodi:nodetypes="cssssssss"
- id="path4634"
- d="M 1041,3711.3622 C 1067.5107,3726.1479 1113,3744.3622 1158,3730.3622 C 1203,3716.3622 1227,3707.3622 1254,3672.3622 C 1281,3637.3622 1286,3670.3622 1281,3682.3622 C 1276,3694.3622 1253,3714.3622 1235,3727.3622 C 1217,3740.3622 1145.862,3762.318 1108,3756.3622 C 1063.5,3749.3622 1024,3722.3622 1019,3717.3622 C 1014,3712.3622 1003,3705.3622 1009,3698.3622 C 1015,3691.3622 1034.0152,3707.4666 1041,3711.3622 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <rect
- y="3.0000002"
- x="3.0000002"
- height="21.997269"
- width="21.997269"
- id="rect3419"
- style="fill:none;fill-opacity:1;stroke:url(#radialGradient4092);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- rx="4.586904"
- ry="4.586904" />
- <rect
- ry="4.586904"
- rx="4.586904"
- style="fill:none;fill-opacity:1;stroke:url(#radialGradient6650);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect6648"
- width="21.997269"
- height="21.997269"
- x="-24.997269"
- y="-24.997269"
- transform="scale(-1,-1)" />
- </g>
-</svg>
diff --git a/media/tigervnc_32.svg b/media/tigervnc_32.svg
new file mode 100644
index 00000000..a3384383
--- /dev/null
+++ b/media/tigervnc_32.svg
@@ -0,0 +1,350 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ width="32"
+ height="32"
+ id="svg2475"
+ sodipodi:version="0.32"
+ inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
+ version="1.0"
+ sodipodi:docname="tigervnc_28.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <defs
+ id="defs2477">
+ <linearGradient
+ id="linearGradient3250">
+ <stop
+ style="stop-color:#00b33b;stop-opacity:1;"
+ offset="0"
+ id="stop3252" />
+ <stop
+ style="stop-color:#faffb7;stop-opacity:1;"
+ offset="1"
+ id="stop3254" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4632"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <linearGradient
+ id="linearGradient4670">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4672" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4674" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4676"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4680">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4686"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)" />
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 530.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 530.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 354.78739 : 1"
+ id="perspective2483" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient2537"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient2539"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient2542"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-1276.925,-3660.5422)"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient2545"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-1992.5959,-6784.0154)"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4080"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09442728,0,0,0.09442729,0.8975475,0.8975472)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4110">
+ <rect
+ ry="70.273224"
+ rx="70.273224"
+ y="3458.2129"
+ x="963.61127"
+ height="299.8324"
+ width="299.8324"
+ id="rect4112"
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </clipPath>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4627"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09456822,0,0,0.09456822,-27.120641,-27.120641)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient6650"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09442728,0,0,0.09442729,-27.099722,-27.099722)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="4.9375"
+ inkscape:cy="12.46875"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1163"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:snap-bbox="true"
+ inkscape:pagecheckerboard="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4086"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2480">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g1274"
+ transform="translate(2,2)">
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3404"
+ width="28"
+ height="28"
+ x="0"
+ y="0"
+ rx="7.9375"
+ ry="7.9375" />
+ <g
+ id="g4636"
+ clip-path="url(#clipPath4110)"
+ transform="matrix(0.08004472,0,0,0.08004472,-75.131989,-274.81167)"
+ inkscape:export-filename="/home/ossman/Desktop/text4698.png"
+ inkscape:export-xdpi="90.110069"
+ inkscape:export-ydpi="90.110069">
+ <rect
+ style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4598"
+ width="373"
+ height="340"
+ x="935.90826"
+ y="3451.5559" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1007.9083,3544.056 c -11.29837,6.4593 -10.50002,42 -10.50002,55 0,13 14.00002,28 30.00002,36 16,8 42,26 59,29 17,3 42.5,6.25 50.5,7 8,0.75 32.5707,-2.3419 54,-21.5 31.2415,-27.9304 20.7797,-58.4887 59.5,-80 31.5,-17.5 38.8577,-22.9912 38,-38 -1,-17.5 -23.5,-18 -37.5,-21.5 -12.5932,-3.1483 -53.5,-8 -74,-3 -20.5,5 -43.8978,16.2078 -56,21 -46.521,18.4212 -52.8125,-18.4093 -113,16 z"
+ id="path4600"
+ sodipodi:nodetypes="csssssssssss" />
+ <path
+ sodipodi:nodetypes="ccssssss"
+ id="path4602"
+ d="m 1125.9383,3516.0728 c 2.6519,8.2047 11.6188,6.0319 25.7748,1.5271 3.9832,-1.3676 16.8996,-7.1684 34.4186,-9.8823 18.7298,-2.9015 16.2329,-2.7097 41.3965,0.1459 18.5468,2.1048 31.7645,9.3607 32.8504,2.547 1.3132,-8.2403 -16.563,-19.4172 -32.8699,-22.1205 -14.77,-2.4485 -39.2535,-5.8598 -66.802,5.9088 -13.5566,5.7913 -37.817,12.4419 -34.7684,21.874 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1099.1583,3561.306 c -6,3.25 -22.5,18.5 -29.75,19.25 -7.25,0.75 -10.25,-3.25 -16.25,-1 -6,2.25 -37.25,12 -41,14.5 -3.75,2.5 -5,7.5 -2.5,9.75 2.5,2.25 33.25,4.25 37.5,6.5 4.25,2.25 29.5,14.75 36.75,14.5 7.25,-0.25 34,2 44.25,-2.25 10.25,-4.25 27.75,-30.75 37,-37.5 9.25,-6.75 20,-15.25 30.25,-18.25 10.25,-3 22.25,-11 26.75,-17 4.5,-6 5.75,-11.5 0,-12.75 -5.75,-1.25 -13.75,6.25 -20.75,7.75 -7,1.5 -29.5,1.5 -43,0 -13.5,-1.5 -58.75,17 -59.25,16.5 z"
+ id="path4604" />
+ <g
+ transform="translate(689.40828,2839.6938)"
+ id="g4606">
+ <circle
+ transform="translate(12,12)"
+ id="path4608"
+ style="opacity:1;fill:url(#radialGradient4080);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ cx="412"
+ cy="741.36218"
+ r="40" />
+ <circle
+ id="path4610"
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ cx="424"
+ cy="753.36218"
+ r="10" />
+ </g>
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1180.8263,3543.8623 c -21.1739,-5.0814 -47.9532,0.3047 -63.4348,4.0604 -14.1919,3.4428 -27.5163,11.043 -32.9617,16.3073 -2.8957,2.7993 -9.0095,8.1299 -12.2562,9.6838 -2.4611,1.1779 -5.9424,1.5049 -9.3885,1.0018 -4.4756,-0.6533 -7.9127,-3.635 -9.4957,-9.1091 -2.0165,-6.9733 -3.8478,-12.9871 -1.1936,-20.769 0.371,-1.0441 -0.1746,-2.1914 -1.2188,-2.5625 -1.0441,-0.371 -2.1914,0.1746 -2.5625,1.2188 -3.6668,10.2672 -3.921,20.3724 -1.2812,28.3125 2.6397,7.94 8.4182,13.8183 16.375,14.6562 5.3866,0.5673 9.745,-0.4753 13.5,-2.5 3.7551,-2.0246 6.9259,-4.9471 10.5,-8.0937 7.1482,-6.2932 15.8411,-13.7522 33.3125,-18.4688 36.6698,-9.8992 20.0022,-8.99 60.1992,-9.7377 1.1046,-0.026 1.979,-0.9423 1.9532,-2.0469 -0.026,-1.1045 -0.9424,-1.979 -2.0469,-1.9531 z"
+ id="path4612"
+ sodipodi:nodetypes="cssssscscssssscsc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1219.5646,3534.225 c -2.0909,0.313 -4.1279,1.1796 -6.2813,2.1875 -10.6888,6.4585 -21.1958,7.3357 -33.3125,6.5 -7.5683,-0.528 -15.6243,-1.278 -22.7187,-0.5312 -14.0072,1.4745 -23.6875,7.4375 -23.6875,7.4375 l 2.625,4.25 c 0,0 8.7309,-5.3647 21.5937,-6.7188 6.3406,-0.6674 14.2093,0 21.8438,0.5313 7.6345,0.5326 15.0173,0.9933 20.9687,-0.5938 5.731,-1.5282 10.8107,-4.4705 14.8125,-6.3437 2.0009,-0.9366 3.7176,-1.5768 4.875,-1.75 1.1574,-0.1732 1.4907,-0.072 1.9375,0.375 0.7906,0.7906 1.106,1.4367 1.2188,2.125 0.1127,0.6883 0.033,1.5505 -0.5625,2.8125 -1.1919,2.524 -4.4893,6.3092 -10.375,11.1562 -5.5356,4.5588 -13.2581,7.3713 -21.7813,10.6563 -8.5232,3.285 -17.2954,7.7891 -26.3125,14.0937 -9.9371,6.948 -10.5761,14.0597 -21.6633,24.0252 -6.9877,6.2808 -15.5669,15.0426 -25.8373,16.2509 -29.6851,3.4924 -37.4522,-3.5418 -56.5307,-8.0261 -12.0762,-2.8384 -23.9744,-6.6268 -34.0312,-7.5312 -5.0284,-0.4522 -9.3774,-0.9097 -12.125,-1.75 -1.3739,-0.4202 -2.307,-0.9392 -2.7813,-1.375 -0.4742,-0.4358 -0.6014,-0.6966 -0.625,-1.375 -0.074,-2.1376 0.4124,-2.8262 2.0938,-3.9063 1.6814,-1.08 4.7291,-2.0603 8.7187,-3.0937 7.9794,-2.0669 19.6551,-4.5962 32.8125,-11.9375 l -2.4375,-4.375 c -12.4884,6.9681 -23.4661,9.3554 -31.625,11.4687 -4.0794,1.0567 -7.4942,1.9888 -10.1875,3.7188 -2.6932,1.73 -4.4987,4.7519 -4.375,8.3125 0.066,1.8921 0.9468,3.6774 2.25,4.875 1.3033,1.1976 2.8957,1.9207 4.6875,2.4687 3.5838,1.0961 8.0686,1.4828 13.125,1.9375 10.1128,0.9094 22.4197,1.9501 32.1875,7 19.1381,9.8944 34.6749,20.7981 65.0938,17.2194 12.2459,-1.4407 26.7029,-12.3134 32.7586,-21.4436 6.0557,-9.1303 10.5745,-16.2916 18.4038,-22.2053 5.5309,-4.1777 10.5152,-9.9397 18.9626,-15.9455 7.3784,-5.2457 15.8898,-9.8467 22.375,-15.1875 6.1351,-5.0524 9.9055,-9.0662 11.7188,-12.9062 0.9066,-1.92 1.3071,-3.8751 1,-5.75 -0.3071,-1.8749 -1.2943,-3.513 -2.625,-4.8438 -1.6745,-1.6744 -4.0966,-2.1254 -6.1875,-1.8125 z"
+ id="path4614"
+ sodipodi:nodetypes="cccsccssssssssssssssssssssccsssssssssssssssc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1109.0744,3449.7716 c -0.3024,15.6895 -12.0453,33.6279 -14.5752,40.1206 -3.7099,9.5207 -18.7425,24.8005 -10.2802,32.191 4.4403,3.8779 12.2696,-5.6884 14.9612,-9.7196 10.1572,-15.2124 1.9744,-3.6326 19.506,-39.5107 4.0952,-8.3807 7.3272,-18.1501 7.6209,-26.177 0.8576,-23.789 -16.9006,-14.5286 -17.2327,3.0957 z"
+ id="path4616"
+ sodipodi:nodetypes="cssssss" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 989.54389,3439.6645 c 3.18197,36.7695 6.12126,37.4616 17.72181,66.1288 13.2399,32.7183 -17.88258,90.6671 8.7897,85.9606 15.0799,4.0204 12.77,8.3395 1.4504,16.7523 -15.2812,0.8242 0.8177,13.6897 15.5564,16.2634 26.9674,4.7091 42.6972,33.8998 63.1356,34.753 19.5432,0.8303 41.8698,6.5625 41.8698,11.5625 0,4.5962 -12.9047,-1.9445 -24.13,-0.7071 -11.5747,1.276 -33.7054,10.0256 -48.3485,-2.8284 -39.6275,-34.7858 -74.75785,-35.3352 -78.6301,-68.9338 -3.54835,-30.7881 19.998,-56.7771 6.77445,-89.8992 -13.22353,-33.122 -42.36812,-59.7124 -43.252,-66.209 z"
+ id="path4618"
+ sodipodi:nodetypes="csccssssssscc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1037.2337,3422.765 c 0,0 12.0209,70.0036 19.799,72.1249 7.7783,2.1213 -9.6139,-37.2414 -4.8786,-53.6188 6.7123,-23.2152 21.1421,-28.4056 21.1421,-28.4056 z"
+ id="path4620"
+ sodipodi:nodetypes="csscc" />
+ <path
+ sodipodi:nodetypes="cssssssss"
+ id="path4634"
+ d="m 1041,3711.3622 c 26.5107,14.7857 72,33 117,19 45,-14 69,-23 96,-58 27,-35 32,-2 27,10 -5,12 -28,32 -46,45 -18,13 -89.138,34.9558 -127,29 -44.5,-7 -84,-34 -89,-39 -5,-5 -16,-12 -10,-19 6,-7 25.0152,9.1044 32,13 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ <rect
+ y="3.0000002"
+ x="3.0000002"
+ height="21.997269"
+ width="21.997269"
+ id="rect3419"
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient4092);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ rx="4.586904"
+ ry="4.586904" />
+ <rect
+ ry="4.586904"
+ rx="4.586904"
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient6650);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect6648"
+ width="21.997269"
+ height="21.997269"
+ x="-24.997269"
+ y="-24.997269"
+ transform="scale(-1)" />
+ </g>
+ </g>
+</svg>
diff --git a/media/tigervnc_42.svg b/media/tigervnc_42.svg
deleted file mode 100644
index 5540e933..00000000
--- a/media/tigervnc_42.svg
+++ /dev/null
@@ -1,404 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="42"
- height="42"
- id="svg2475"
- sodipodi:version="0.32"
- inkscape:version="0.46"
- version="1.0"
- sodipodi:docname="tigervnc_42.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs2477">
- <linearGradient
- id="linearGradient3250">
- <stop
- style="stop-color:#00b33b;stop-opacity:1;"
- offset="0"
- id="stop3252" />
- <stop
- style="stop-color:#faffb7;stop-opacity:1;"
- offset="1"
- id="stop3254" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3250"
- id="radialGradient4632"
- gradientUnits="userSpaceOnUse"
- cx="412"
- cy="741.36218"
- fx="412"
- fy="741.36218"
- r="40" />
- <linearGradient
- id="linearGradient4670">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop4672" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop4674" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient4676"
- cx="1295.3251"
- cy="3900.0645"
- fx="1295.3251"
- fy="3900.0645"
- r="143.33163"
- gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4680">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop4682" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop4684" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient4686"
- cx="1273.4048"
- cy="3903.5999"
- fx="1273.4048"
- fy="3903.5999"
- r="140.78125"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)" />
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 526.18109 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="744.09448 : 526.18109 : 1"
- inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
- id="perspective2483" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient2537"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
- cx="1295.3251"
- cy="3900.0645"
- fx="1295.3251"
- fy="3900.0645"
- r="143.33163" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient2539"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)"
- cx="1273.4048"
- cy="3903.5999"
- fx="1273.4048"
- fy="3903.5999"
- r="140.78125" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3250"
- id="radialGradient3402"
- gradientUnits="userSpaceOnUse"
- cx="412"
- cy="741.36218"
- fx="412"
- fy="741.36218"
- r="40" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient3435"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8961233,0,0,0.8961233,3.6695317,3.6695317)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient3448"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8961233,0,0,0.8961233,-252.33047,-252.33047)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3250"
- id="radialGradient3509"
- gradientUnits="userSpaceOnUse"
- cx="412"
- cy="741.36218"
- fx="412"
- fy="741.36218"
- r="40" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient3511"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8961233,0,0,0.8961233,3.6695317,3.6695317)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient3513"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8961233,0,0,0.8961233,-252.33047,-252.33047)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient3516"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.1520209,0,0,0.1520209,-42.091779,-42.091782)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4670"
- id="radialGradient3519"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.1545359,0,0,0.1545365,-0.4407892,-0.4408045)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3250"
- id="radialGradient3543"
- gradientUnits="userSpaceOnUse"
- cx="412"
- cy="741.36218"
- fx="412"
- fy="741.36218"
- r="40" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath3545">
- <rect
- ry="73.044022"
- rx="73.044022"
- y="3452.2119"
- x="957.836"
- height="311.65448"
- width="311.65448"
- id="rect3547"
- style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- </clipPath>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient3551"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.1544021,0,0,0.154402,-42.422147,-42.422147)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4680"
- id="radialGradient6774"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.1545359,0,0,0.1545365,-42.440629,-42.440805)"
- cx="35.32584"
- cy="35.32584"
- fx="35.32584"
- fy="35.32584"
- r="112" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- gridtolerance="10000"
- guidetolerance="10"
- objecttolerance="10"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="7.9999996"
- inkscape:cx="11.539405"
- inkscape:cy="17.152454"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:window-width="1058"
- inkscape:window-height="719"
- inkscape:window-x="102"
- inkscape:window-y="264"
- inkscape:snap-bbox="true"
- showguides="true"
- inkscape:guide-bbox="true">
- <inkscape:grid
- type="xygrid"
- id="grid3536"
- visible="true"
- enabled="true" />
- </sodipodi:namedview>
- <metadata
- id="metadata2480">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1">
- <rect
- style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect3404"
- width="42"
- height="42"
- x="0"
- y="0"
- rx="9.84375"
- ry="9.84375" />
- <g
- id="g4636"
- clip-path="url(#clipPath3545)"
- transform="matrix(0.1219299,0,0,0.1219299,-114.78885,-418.92784)"
- inkscape:export-filename="/home/ossman/Desktop/text4698.png"
- inkscape:export-xdpi="90.110069"
- inkscape:export-ydpi="90.110069">
- <rect
- style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4598"
- width="373"
- height="340"
- x="935.90826"
- y="3451.5559" />
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1007.9083,3544.056 C 996.60993,3550.5153 997.40828,3586.056 997.40828,3599.056 C 997.40828,3612.056 1011.4083,3627.056 1027.4083,3635.056 C 1043.4083,3643.056 1069.4083,3661.056 1086.4083,3664.056 C 1103.4083,3667.056 1128.9083,3670.306 1136.9083,3671.056 C 1144.9083,3671.806 1169.479,3668.7141 1190.9083,3649.556 C 1222.1498,3621.6256 1211.688,3591.0673 1250.4083,3569.556 C 1281.9083,3552.056 1289.266,3546.5648 1288.4083,3531.556 C 1287.4083,3514.056 1264.9083,3513.556 1250.9083,3510.056 C 1238.3151,3506.9077 1197.4083,3502.056 1176.9083,3507.056 C 1156.4083,3512.056 1133.0105,3523.2638 1120.9083,3528.056 C 1074.3873,3546.4772 1068.0958,3509.6467 1007.9083,3544.056 z"
- id="path4600"
- sodipodi:nodetypes="csssssssssss" />
- <path
- sodipodi:nodetypes="ccssssss"
- id="path4602"
- d="M 1125.9383,3516.0728 C 1128.5902,3524.2775 1137.5571,3522.1047 1151.7131,3517.5999 C 1155.6963,3516.2323 1168.6127,3510.4315 1186.1317,3507.7176 C 1204.8615,3504.8161 1202.3646,3505.0079 1227.5282,3507.8635 C 1246.075,3509.9683 1259.2927,3517.2242 1260.3786,3510.4105 C 1261.6918,3502.1702 1243.8156,3490.9933 1227.5087,3488.29 C 1212.7387,3485.8415 1188.2552,3482.4302 1160.7067,3494.1988 C 1147.1501,3499.9901 1122.8897,3506.6407 1125.9383,3516.0728 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1099.1583,3561.306 C 1093.1583,3564.556 1076.6583,3579.806 1069.4083,3580.556 C 1062.1583,3581.306 1059.1583,3577.306 1053.1583,3579.556 C 1047.1583,3581.806 1015.9083,3591.556 1012.1583,3594.056 C 1008.4083,3596.556 1007.1583,3601.556 1009.6583,3603.806 C 1012.1583,3606.056 1042.9083,3608.056 1047.1583,3610.306 C 1051.4083,3612.556 1076.6583,3625.056 1083.9083,3624.806 C 1091.1583,3624.556 1117.9083,3626.806 1128.1583,3622.556 C 1138.4083,3618.306 1155.9083,3591.806 1165.1583,3585.056 C 1174.4083,3578.306 1185.1583,3569.806 1195.4083,3566.806 C 1205.6583,3563.806 1217.6583,3555.806 1222.1583,3549.806 C 1226.6583,3543.806 1227.9083,3538.306 1222.1583,3537.056 C 1216.4083,3535.806 1208.4083,3543.306 1201.4083,3544.806 C 1194.4083,3546.306 1171.9083,3546.306 1158.4083,3544.806 C 1144.9083,3543.306 1099.6583,3561.806 1099.1583,3561.306 z"
- id="path4604" />
- <g
- transform="translate(689.40828,2839.6938)"
- id="g4606">
- <path
- transform="translate(12,12)"
- d="M 452,741.36218 A 40,40 0 1 1 372,741.36218 A 40,40 0 1 1 452,741.36218 z"
- sodipodi:ry="40"
- sodipodi:rx="40"
- sodipodi:cy="741.36218"
- sodipodi:cx="412"
- id="path4608"
- style="opacity:1;fill:url(#radialGradient3543);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- sodipodi:type="arc" />
- <path
- d="M 434,753.36218 A 10,10 0 1 1 414,753.36218 A 10,10 0 1 1 434,753.36218 z"
- sodipodi:ry="10"
- sodipodi:rx="10"
- sodipodi:cy="753.36218"
- sodipodi:cx="424"
- id="path4610"
- style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- sodipodi:type="arc" />
- </g>
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 1180.8263,3543.8623 C 1159.6524,3538.7809 1132.8731,3544.167 1117.3915,3547.9227 C 1103.1996,3551.3655 1089.8752,3558.9657 1084.4298,3564.23 C 1081.5341,3567.0293 1075.4203,3572.3599 1072.1736,3573.9138 C 1069.7125,3575.0917 1066.2312,3575.4187 1062.7851,3574.9156 C 1058.3095,3574.2623 1054.8724,3571.2806 1053.2894,3565.8065 C 1051.2729,3558.8332 1049.4416,3552.8194 1052.0958,3545.0375 C 1052.4668,3543.9934 1051.9212,3542.8461 1050.877,3542.475 C 1049.8329,3542.104 1048.6856,3542.6496 1048.3145,3543.6938 C 1044.6477,3553.961 1044.3935,3564.0662 1047.0333,3572.0063 C 1049.673,3579.9463 1055.4515,3585.8246 1063.4083,3586.6625 C 1068.7949,3587.2298 1073.1533,3586.1872 1076.9083,3584.1625 C 1080.6634,3582.1379 1083.8342,3579.2154 1087.4083,3576.0688 C 1094.5565,3569.7756 1103.2494,3562.3166 1120.7208,3557.6 C 1157.3906,3547.7008 1140.723,3548.61 1180.92,3547.8623 C 1182.0246,3547.8364 1182.899,3546.92 1182.8732,3545.8154 C 1182.8473,3544.7109 1181.9308,3543.8364 1180.8263,3543.8623 z"
- id="path4612"
- sodipodi:nodetypes="cssssscscssssscsc" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 1219.5646,3534.225 C 1217.4737,3534.538 1215.4367,3535.4046 1213.2833,3536.4125 C 1202.5945,3542.871 1192.0875,3543.7482 1179.9708,3542.9125 C 1172.4025,3542.3845 1164.3465,3541.6345 1157.2521,3542.3813 C 1143.2449,3543.8558 1133.5646,3549.8188 1133.5646,3549.8188 L 1136.1896,3554.0688 C 1136.1896,3554.0688 1144.9205,3548.7041 1157.7833,3547.35 C 1164.1239,3546.6826 1171.9926,3547.3487 1179.6271,3547.8813 C 1187.2616,3548.4139 1194.6444,3548.8746 1200.5958,3547.2875 C 1206.3268,3545.7593 1211.4065,3542.817 1215.4083,3540.9438 C 1217.4092,3540.0072 1219.1259,3539.367 1220.2833,3539.1938 C 1221.4407,3539.0206 1221.774,3539.1219 1222.2208,3539.5688 C 1223.0114,3540.3594 1223.3268,3541.0055 1223.4396,3541.6938 C 1223.5523,3542.3821 1223.473,3543.2443 1222.8771,3544.5063 C 1221.6852,3547.0303 1218.3878,3550.8155 1212.5021,3555.6625 C 1206.9665,3560.2213 1199.244,3563.0338 1190.7208,3566.3188 C 1182.1976,3569.6038 1173.4254,3574.1079 1164.4083,3580.4125 C 1154.4712,3587.3605 1153.8322,3594.4722 1142.745,3604.4377 C 1135.7573,3610.7185 1127.1781,3619.4803 1116.9077,3620.6886 C 1087.2226,3624.181 1079.4555,3617.1468 1060.377,3612.6625 C 1048.3008,3609.8241 1036.4026,3606.0357 1026.3458,3605.1313 C 1021.3174,3604.6791 1016.9684,3604.2216 1014.2208,3603.3813 C 1012.8469,3602.9611 1011.9138,3602.4421 1011.4395,3602.0063 C 1010.9653,3601.5705 1010.8381,3601.3097 1010.8145,3600.6313 C 1010.7402,3598.4937 1011.2269,3597.8051 1012.9083,3596.725 C 1014.5897,3595.645 1017.6374,3594.6647 1021.627,3593.6313 C 1029.6064,3591.5644 1041.2821,3589.0351 1054.4395,3581.6938 L 1052.002,3577.3188 C 1039.5136,3584.2869 1028.5359,3586.6742 1020.377,3588.7875 C 1016.2976,3589.8442 1012.8828,3590.7763 1010.1895,3592.5063 C 1007.4963,3594.2363 1005.6908,3597.2582 1005.8145,3600.8188 C 1005.8803,3602.7109 1006.7613,3604.4962 1008.0645,3605.6938 C 1009.3678,3606.8914 1010.9602,3607.6145 1012.752,3608.1625 C 1016.3358,3609.2586 1020.8206,3609.6453 1025.877,3610.1 C 1035.9898,3611.0094 1048.2967,3612.0501 1058.0645,3617.1 C 1077.2026,3626.9944 1092.7394,3637.8981 1123.1583,3634.3194 C 1135.4042,3632.8787 1149.8612,3622.006 1155.9169,3612.8758 C 1161.9726,3603.7455 1166.4914,3596.5842 1174.3207,3590.6705 C 1179.8516,3586.4928 1184.8359,3580.7308 1193.2833,3574.725 C 1200.6617,3569.4793 1209.1731,3564.8783 1215.6583,3559.5375 C 1221.7934,3554.4851 1225.5638,3550.4713 1227.3771,3546.6313 C 1228.2837,3544.7113 1228.6842,3542.7562 1228.3771,3540.8813 C 1228.07,3539.0064 1227.0828,3537.3683 1225.7521,3536.0375 C 1224.0776,3534.3631 1221.6555,3533.9121 1219.5646,3534.225 z"
- id="path4614"
- sodipodi:nodetypes="cccsccssssssssssssssssssssccsssssssssssssssc" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1109.0744,3449.7716 C 1108.772,3465.4611 1097.0291,3483.3995 1094.4992,3489.8922 C 1090.7893,3499.4129 1075.7567,3514.6927 1084.219,3522.0832 C 1088.6593,3525.9611 1096.4886,3516.3948 1099.1802,3512.3636 C 1109.3374,3497.1512 1101.1546,3508.731 1118.6862,3472.8529 C 1122.7814,3464.4722 1126.0134,3454.7028 1126.3071,3446.6759 C 1127.1647,3422.8869 1109.4065,3432.1473 1109.0744,3449.7716 z"
- id="path4616"
- sodipodi:nodetypes="cssssss" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 989.54389,3439.6645 C 992.72586,3476.434 995.66515,3477.1261 1007.2657,3505.7933 C 1020.5056,3538.5116 989.38312,3596.4604 1016.0554,3591.7539 C 1031.1353,3595.7743 1028.8254,3600.0934 1017.5058,3608.5062 C 1002.2246,3609.3304 1018.3235,3622.1959 1033.0622,3624.7696 C 1060.0296,3629.4787 1075.7594,3658.6694 1096.1978,3659.5226 C 1115.741,3660.3529 1138.0676,3666.0851 1138.0676,3671.0851 C 1138.0676,3675.6813 1125.1629,3669.1406 1113.9376,3670.378 C 1102.3629,3671.654 1080.2322,3680.4036 1065.5891,3667.5496 C 1025.9616,3632.7638 990.83125,3632.2144 986.959,3598.6158 C 983.41065,3567.8277 1006.957,3541.8387 993.73345,3508.7166 C 980.50992,3475.5946 951.36533,3449.0042 950.48145,3442.5076 L 989.54389,3439.6645 z"
- id="path4618"
- sodipodi:nodetypes="csccssssssscc" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 1037.2337,3422.765 C 1037.2337,3422.765 1049.2546,3492.7686 1057.0327,3494.8899 C 1064.811,3497.0112 1047.4188,3457.6485 1052.1541,3441.2711 C 1058.8664,3418.0559 1073.2962,3412.8655 1073.2962,3412.8655 L 1037.2337,3422.765 z"
- id="path4620"
- sodipodi:nodetypes="csscc" />
- <path
- sodipodi:nodetypes="cssssssss"
- id="path4634"
- d="M 1041,3711.3622 C 1067.5107,3726.1479 1113,3744.3622 1158,3730.3622 C 1203,3716.3622 1227,3707.3622 1254,3672.3622 C 1281,3637.3622 1286,3670.3622 1281,3682.3622 C 1276,3694.3622 1253,3714.3622 1235,3727.3622 C 1217,3740.3622 1145.862,3762.318 1108,3756.3622 C 1063.5,3749.3622 1024,3722.3622 1019,3717.3622 C 1014,3712.3622 1003,3705.3622 1009,3698.3622 C 1015,3691.3622 1034.0152,3707.4666 1041,3711.3622 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <rect
- ry="7.8385539"
- rx="7.8385191"
- y="3"
- x="2.9999998"
- height="36"
- width="35.99984"
- id="rect3419"
- style="fill:none;fill-opacity:1;stroke:url(#radialGradient3519);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <rect
- style="fill:none;fill-opacity:1;stroke:url(#radialGradient6774);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect6772"
- width="35.99984"
- height="36"
- x="-38.99984"
- y="-39"
- rx="7.8385191"
- ry="7.8385539"
- transform="scale(-1,-1)" />
- </g>
-</svg>
diff --git a/media/tigervnc_48.svg b/media/tigervnc_48.svg
new file mode 100644
index 00000000..9e735bc9
--- /dev/null
+++ b/media/tigervnc_48.svg
@@ -0,0 +1,405 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ width="48"
+ height="48"
+ id="svg2475"
+ sodipodi:version="0.32"
+ inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
+ version="1.0"
+ sodipodi:docname="tigervnc_42.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <defs
+ id="defs2477">
+ <linearGradient
+ id="linearGradient3250">
+ <stop
+ style="stop-color:#00b33b;stop-opacity:1;"
+ offset="0"
+ id="stop3252" />
+ <stop
+ style="stop-color:#faffb7;stop-opacity:1;"
+ offset="1"
+ id="stop3254" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient4632"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <linearGradient
+ id="linearGradient4670">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4672" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4674" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient4676"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4680">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient4686"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)" />
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 532.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 532.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 356.78739 : 1"
+ id="perspective2483" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient2537"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7404518,0,0,1.7404518,-2126.3102,-6728.444)"
+ cx="1295.3251"
+ cy="3900.0645"
+ fx="1295.3251"
+ fy="3900.0645"
+ r="143.33163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient2539"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9924488,0,0,0.9924488,-897.35354,-3576.3994)"
+ cx="1273.4048"
+ cy="3903.5999"
+ fx="1273.4048"
+ fy="3903.5999"
+ r="140.78125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient3402"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient3435"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8961233,0,0,0.8961233,3.6695317,3.6695317)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient3448"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8961233,0,0,0.8961233,-252.33047,-252.33047)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient3509"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient3511"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8961233,0,0,0.8961233,3.6695317,3.6695317)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient3513"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8961233,0,0,0.8961233,-252.33047,-252.33047)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient3516"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1520209,0,0,0.1520209,-42.091779,-42.091782)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4670"
+ id="radialGradient3519"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1545359,0,0,0.1545365,-0.4407892,-0.4408045)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="radialGradient3543"
+ gradientUnits="userSpaceOnUse"
+ cx="412"
+ cy="741.36218"
+ fx="412"
+ fy="741.36218"
+ r="40" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath3545">
+ <rect
+ ry="73.044022"
+ rx="73.044022"
+ y="3452.2119"
+ x="957.836"
+ height="311.65448"
+ width="311.65448"
+ id="rect3547"
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </clipPath>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient3551"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1544021,0,0,0.154402,-42.422147,-42.422147)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="radialGradient6774"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1545359,0,0,0.1545365,-42.440629,-42.440805)"
+ cx="35.32584"
+ cy="35.32584"
+ fx="35.32584"
+ fy="35.32584"
+ r="112" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.999999"
+ inkscape:cx="20.687501"
+ inkscape:cy="22.968751"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1163"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:pagecheckerboard="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3536"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2480">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g1203"
+ transform="translate(3,3)">
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect3404"
+ width="42"
+ height="42"
+ x="0"
+ y="0"
+ rx="9.84375"
+ ry="9.84375" />
+ <g
+ id="g4636"
+ clip-path="url(#clipPath3545)"
+ transform="matrix(0.1219299,0,0,0.1219299,-114.78885,-418.92784)"
+ inkscape:export-filename="/home/ossman/Desktop/text4698.png"
+ inkscape:export-xdpi="90.110069"
+ inkscape:export-ydpi="90.110069">
+ <rect
+ style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4598"
+ width="373"
+ height="340"
+ x="935.90826"
+ y="3451.5559" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1007.9083,3544.056 c -11.29837,6.4593 -10.50002,42 -10.50002,55 0,13 14.00002,28 30.00002,36 16,8 42,26 59,29 17,3 42.5,6.25 50.5,7 8,0.75 32.5707,-2.3419 54,-21.5 31.2415,-27.9304 20.7797,-58.4887 59.5,-80 31.5,-17.5 38.8577,-22.9912 38,-38 -1,-17.5 -23.5,-18 -37.5,-21.5 -12.5932,-3.1483 -53.5,-8 -74,-3 -20.5,5 -43.8978,16.2078 -56,21 -46.521,18.4212 -52.8125,-18.4093 -113,16 z"
+ id="path4600"
+ sodipodi:nodetypes="csssssssssss" />
+ <path
+ sodipodi:nodetypes="ccssssss"
+ id="path4602"
+ d="m 1125.9383,3516.0728 c 2.6519,8.2047 11.6188,6.0319 25.7748,1.5271 3.9832,-1.3676 16.8996,-7.1684 34.4186,-9.8823 18.7298,-2.9015 16.2329,-2.7097 41.3965,0.1459 18.5468,2.1048 31.7645,9.3607 32.8504,2.547 1.3132,-8.2403 -16.563,-19.4172 -32.8699,-22.1205 -14.77,-2.4485 -39.2535,-5.8598 -66.802,5.9088 -13.5566,5.7913 -37.817,12.4419 -34.7684,21.874 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1099.1583,3561.306 c -6,3.25 -22.5,18.5 -29.75,19.25 -7.25,0.75 -10.25,-3.25 -16.25,-1 -6,2.25 -37.25,12 -41,14.5 -3.75,2.5 -5,7.5 -2.5,9.75 2.5,2.25 33.25,4.25 37.5,6.5 4.25,2.25 29.5,14.75 36.75,14.5 7.25,-0.25 34,2 44.25,-2.25 10.25,-4.25 27.75,-30.75 37,-37.5 9.25,-6.75 20,-15.25 30.25,-18.25 10.25,-3 22.25,-11 26.75,-17 4.5,-6 5.75,-11.5 0,-12.75 -5.75,-1.25 -13.75,6.25 -20.75,7.75 -7,1.5 -29.5,1.5 -43,0 -13.5,-1.5 -58.75,17 -59.25,16.5 z"
+ id="path4604" />
+ <g
+ transform="translate(689.40828,2839.6938)"
+ id="g4606">
+ <circle
+ transform="translate(12,12)"
+ id="path4608"
+ style="opacity:1;fill:url(#radialGradient3543);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ cx="412"
+ cy="741.36218"
+ r="40" />
+ <circle
+ id="path4610"
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ cx="424"
+ cy="753.36218"
+ r="10" />
+ </g>
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1180.8263,3543.8623 c -21.1739,-5.0814 -47.9532,0.3047 -63.4348,4.0604 -14.1919,3.4428 -27.5163,11.043 -32.9617,16.3073 -2.8957,2.7993 -9.0095,8.1299 -12.2562,9.6838 -2.4611,1.1779 -5.9424,1.5049 -9.3885,1.0018 -4.4756,-0.6533 -7.9127,-3.635 -9.4957,-9.1091 -2.0165,-6.9733 -3.8478,-12.9871 -1.1936,-20.769 0.371,-1.0441 -0.1746,-2.1914 -1.2188,-2.5625 -1.0441,-0.371 -2.1914,0.1746 -2.5625,1.2188 -3.6668,10.2672 -3.921,20.3724 -1.2812,28.3125 2.6397,7.94 8.4182,13.8183 16.375,14.6562 5.3866,0.5673 9.745,-0.4753 13.5,-2.5 3.7551,-2.0246 6.9259,-4.9471 10.5,-8.0937 7.1482,-6.2932 15.8411,-13.7522 33.3125,-18.4688 36.6698,-9.8992 20.0022,-8.99 60.1992,-9.7377 1.1046,-0.026 1.979,-0.9423 1.9532,-2.0469 -0.026,-1.1045 -0.9424,-1.979 -2.0469,-1.9531 z"
+ id="path4612"
+ sodipodi:nodetypes="cssssscscssssscsc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1219.5646,3534.225 c -2.0909,0.313 -4.1279,1.1796 -6.2813,2.1875 -10.6888,6.4585 -21.1958,7.3357 -33.3125,6.5 -7.5683,-0.528 -15.6243,-1.278 -22.7187,-0.5312 -14.0072,1.4745 -23.6875,7.4375 -23.6875,7.4375 l 2.625,4.25 c 0,0 8.7309,-5.3647 21.5937,-6.7188 6.3406,-0.6674 14.2093,0 21.8438,0.5313 7.6345,0.5326 15.0173,0.9933 20.9687,-0.5938 5.731,-1.5282 10.8107,-4.4705 14.8125,-6.3437 2.0009,-0.9366 3.7176,-1.5768 4.875,-1.75 1.1574,-0.1732 1.4907,-0.072 1.9375,0.375 0.7906,0.7906 1.106,1.4367 1.2188,2.125 0.1127,0.6883 0.033,1.5505 -0.5625,2.8125 -1.1919,2.524 -4.4893,6.3092 -10.375,11.1562 -5.5356,4.5588 -13.2581,7.3713 -21.7813,10.6563 -8.5232,3.285 -17.2954,7.7891 -26.3125,14.0937 -9.9371,6.948 -10.5761,14.0597 -21.6633,24.0252 -6.9877,6.2808 -15.5669,15.0426 -25.8373,16.2509 -29.6851,3.4924 -37.4522,-3.5418 -56.5307,-8.0261 -12.0762,-2.8384 -23.9744,-6.6268 -34.0312,-7.5312 -5.0284,-0.4522 -9.3774,-0.9097 -12.125,-1.75 -1.3739,-0.4202 -2.307,-0.9392 -2.7813,-1.375 -0.4742,-0.4358 -0.6014,-0.6966 -0.625,-1.375 -0.074,-2.1376 0.4124,-2.8262 2.0938,-3.9063 1.6814,-1.08 4.7291,-2.0603 8.7187,-3.0937 7.9794,-2.0669 19.6551,-4.5962 32.8125,-11.9375 l -2.4375,-4.375 c -12.4884,6.9681 -23.4661,9.3554 -31.625,11.4687 -4.0794,1.0567 -7.4942,1.9888 -10.1875,3.7188 -2.6932,1.73 -4.4987,4.7519 -4.375,8.3125 0.066,1.8921 0.9468,3.6774 2.25,4.875 1.3033,1.1976 2.8957,1.9207 4.6875,2.4687 3.5838,1.0961 8.0686,1.4828 13.125,1.9375 10.1128,0.9094 22.4197,1.9501 32.1875,7 19.1381,9.8944 34.6749,20.7981 65.0938,17.2194 12.2459,-1.4407 26.7029,-12.3134 32.7586,-21.4436 6.0557,-9.1303 10.5745,-16.2916 18.4038,-22.2053 5.5309,-4.1777 10.5152,-9.9397 18.9626,-15.9455 7.3784,-5.2457 15.8898,-9.8467 22.375,-15.1875 6.1351,-5.0524 9.9055,-9.0662 11.7188,-12.9062 0.9066,-1.92 1.3071,-3.8751 1,-5.75 -0.3071,-1.8749 -1.2943,-3.513 -2.625,-4.8438 -1.6745,-1.6744 -4.0966,-2.1254 -6.1875,-1.8125 z"
+ id="path4614"
+ sodipodi:nodetypes="cccsccssssssssssssssssssssccsssssssssssssssc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1109.0744,3449.7716 c -0.3024,15.6895 -12.0453,33.6279 -14.5752,40.1206 -3.7099,9.5207 -18.7425,24.8005 -10.2802,32.191 4.4403,3.8779 12.2696,-5.6884 14.9612,-9.7196 10.1572,-15.2124 1.9744,-3.6326 19.506,-39.5107 4.0952,-8.3807 7.3272,-18.1501 7.6209,-26.177 0.8576,-23.789 -16.9006,-14.5286 -17.2327,3.0957 z"
+ id="path4616"
+ sodipodi:nodetypes="cssssss" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 989.54389,3439.6645 c 3.18197,36.7695 6.12126,37.4616 17.72181,66.1288 13.2399,32.7183 -17.88258,90.6671 8.7897,85.9606 15.0799,4.0204 12.77,8.3395 1.4504,16.7523 -15.2812,0.8242 0.8177,13.6897 15.5564,16.2634 26.9674,4.7091 42.6972,33.8998 63.1356,34.753 19.5432,0.8303 41.8698,6.5625 41.8698,11.5625 0,4.5962 -12.9047,-1.9445 -24.13,-0.7071 -11.5747,1.276 -33.7054,10.0256 -48.3485,-2.8284 -39.6275,-34.7858 -74.75785,-35.3352 -78.6301,-68.9338 -3.54835,-30.7881 19.998,-56.7771 6.77445,-89.8992 -13.22353,-33.122 -42.36812,-59.7124 -43.252,-66.209 z"
+ id="path4618"
+ sodipodi:nodetypes="csccssssssscc" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1037.2337,3422.765 c 0,0 12.0209,70.0036 19.799,72.1249 7.7783,2.1213 -9.6139,-37.2414 -4.8786,-53.6188 6.7123,-23.2152 21.1421,-28.4056 21.1421,-28.4056 z"
+ id="path4620"
+ sodipodi:nodetypes="csscc" />
+ <path
+ sodipodi:nodetypes="cssssssss"
+ id="path4634"
+ d="m 1041,3711.3622 c 26.5107,14.7857 72,33 117,19 45,-14 69,-23 96,-58 27,-35 32,-2 27,10 -5,12 -28,32 -46,45 -18,13 -89.138,34.9558 -127,29 -44.5,-7 -84,-34 -89,-39 -5,-5 -16,-12 -10,-19 6,-7 25.0152,9.1044 32,13 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ <rect
+ ry="7.8385539"
+ rx="7.8385191"
+ y="3"
+ x="2.9999998"
+ height="36"
+ width="35.99984"
+ id="rect3419"
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient3519);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ style="fill:none;fill-opacity:1;stroke:url(#radialGradient6774);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect6772"
+ width="35.99984"
+ height="36"
+ x="-38.99984"
+ y="-39"
+ rx="7.8385191"
+ ry="7.8385539"
+ transform="scale(-1)" />
+ </g>
+ </g>
+</svg>