Fix more branding.

This commit is contained in:
Ian Walton 2021-04-04 03:18:42 -04:00
parent 678368bdfe
commit da6f487835
4 changed files with 199 additions and 36 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -1,16 +1,131 @@
<svg xmlns="http://www.w3.org/2000/svg" width="250" height="250" viewBox="0 0 250 250">
<defs>
<linearGradient id="plex-icon-app-a" x1="0%" y1="50%" y2="50%">
<stop offset="0%" stop-color="#1F1F1F"/>
<stop offset="100%" stop-color="#282828"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="250"
height="250"
viewBox="0 0 250 250"
version="1.1"
id="svg20"
sodipodi:docname="icon.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<metadata
id="metadata24">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="638"
inkscape:window-height="1058"
id="namedview22"
showgrid="false"
inkscape:zoom="0.944"
inkscape:cx="195.80796"
inkscape:cy="147.25176"
inkscape:window-x="1280"
inkscape:window-y="20"
inkscape:window-maximized="0"
inkscape:current-layer="svg20" />
<defs
id="defs12">
<linearGradient
id="plex-icon-app-a"
x1="0%"
y1="50%"
y2="50%">
<stop
offset="0%"
stop-color="#1F1F1F"
id="stop2" />
<stop
offset="100%"
stop-color="#282828"
id="stop4" />
</linearGradient>
<radialGradient id="plex-icon-app-b" cx="89.267%" cy="49.76%" r="92.5%" fx="89.267%" fy="49.76%" gradientTransform="matrix(1 0 0 .60416 0 .197)">
<stop offset="0%" stop-color="#F9BE03"/>
<stop offset="100%" stop-color="#CC7C19"/>
<radialGradient
id="plex-icon-app-b"
cx="89.267%"
cy="49.76%"
r="92.5%"
fx="89.267%"
fy="49.76%"
gradientTransform="matrix(1 0 0 .60416 0 .197)">
<stop
offset="0%"
stop-color="#F9BE03"
id="stop7" />
<stop
offset="100%"
stop-color="#CC7C19"
id="stop9" />
</radialGradient>
<linearGradient
id="linear-gradient"
gradientUnits="userSpaceOnUse"
x1="110.25"
y1="213.3"
x2="496.14001"
y2="436.09">
<stop
offset="0"
style="stop-color:#AA5CC3"
id="stop2-3" />
<stop
offset="1"
style="stop-color:#00A4DC"
id="stop4-6" />
</linearGradient>
<linearGradient
y2="436.09"
x2="496.14001"
y1="213.3"
x1="110.25"
gradientUnits="userSpaceOnUse"
id="linearGradient848"
xlink:href="#linear-gradient"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linear-gradient"
id="linearGradient856"
gradientUnits="userSpaceOnUse"
x1="110.25"
y1="213.3"
x2="496.14001"
y2="436.09" />
</defs>
<g fill="none">
<rect width="250" height="250" fill="url(#plex-icon-app-a)" rx="12"/>
<polyline fill="url(#plex-icon-app-b)" points="74.75 42.5 122.648 42.5 175.5 125 122.648 207.5 74.75 207.5 127.602 125 74.75 42.5"/>
<g
transform="matrix(0.50424179,0,0,0.50424179,-3.7885914,-3.4942038)"
id="icon-transparent">
<path
style="fill:url(#linearGradient856)"
inkscape:connector-curvature="0"
id="inner-shape"
d="m 256,201.6 c -20.4,0 -86.2,119.3 -76.2,139.4 10,20.1 142.5,19.9 152.4,0 9.9,-19.9 -55.7,-139.4 -76.2,-139.4 z" />
<path
style="fill:url(#linearGradient848)"
inkscape:connector-curvature="0"
id="outer-shape"
d="m 256,23.3 c -61.6,0 -259.8,359.4 -229.6,420.1 30.2,60.7 429.3,60 459.2,0 C 515.5,383.4 317.6,23.3 256,23.3 Z m 150.5,367.5 c -19.6,39.3 -281.1,39.8 -300.9,0 C 85.8,351 215.7,115.5 256,115.5 c 40.3,0 170.1,235.9 150.5,275.3 z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 804 B

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1,26 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="3086px" height="1000px" viewBox="0 0 3086 1000" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<!-- Generator: Sketch 3.2.2 (9983) - http://www.bohemiancoding.com/sketch -->
<title>plex-logo-light</title>
<desc>Created with Sketch.</desc>
<defs>
<radialGradient cx="89.2670157%" cy="49.76%" fx="89.2670157%" fy="49.76%" r="92.4996161%" id="radialGradient-1">
<stop stop-color="#F9BE03" offset="0%"></stop>
<stop stop-color="#CC7C19" offset="100%"></stop>
</radialGradient>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<g id="plex-logo-light" sketch:type="MSArtboardGroup">
<g sketch:type="MSLayerGroup">
<path d="M3085.99,0 L2795.989,0 L2505.99,500 L2795.989,1000 L3085.737,1000 L2795.989,500.25 L3085.99,0" id="X" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
<path d="M2186,0 L2476.00071,0 L2796,500.25 L2476.00071,1000.5 L2186,1000.5 L2505.99929,500.25 L2186,0" id="chevron" fill="url(#radialGradient-1)" sketch:type="MSShapeGroup"></path>
<path d="M2085.947,1000 L1508.874,1000 L1508.874,0 L2085.947,0 L2085.947,173.737 L1721.339,173.737 L1721.339,393.299 L2060.594,393.299 L2060.594,567.03 L1721.339,567.03 L1721.339,824.895 L2085.947,824.895 L2085.947,1000" id="E" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
<path d="M791.276,1000 L791.276,0 L1003.316,0 L1003.316,824.895 L1408.925,824.895 L1408.925,1000 L791.276,1000" id="L" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
<g id="P" fill="#FFFFFF" sketch:type="MSShapeGroup">
<path d="M589.947,558.824 C522.679,615.831 427.037,644.325 303.009,644.325 L212.04,644.325 L212.04,1000 L0,1000 L0,643.947829 L0,470.337388 L290,470.697418 C467.563171,468.627777 476.842468,359.878967 476.842468,322.200012 C476.842468,287.221283 476.842468,175.445374 319,173.699997 L0,173.703242 L0,0 L319.424,0 C440.717,0 532.939,26.107 596.101,78.321 C659.253,130.534 690.834,208.392 690.834,311.902 C690.834,419.527 657.202,501.83 589.947,558.824 Z" id="Path"></path>
<rect id="Path" x="0" y="110" width="212.2" height="429"></rect>
</g>
</g>
</g>
</g>
</svg>
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="3086px"
height="1000px"
viewBox="0 0 3086 1000"
version="1.1"
id="svg25"
sodipodi:docname="splash.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<metadata
id="metadata29">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1205"
inkscape:window-height="556"
id="namedview27"
showgrid="false"
inkscape:zoom="0.096565133"
inkscape:cx="466.00671"
inkscape:cy="500"
inkscape:window-x="564"
inkscape:window-y="333"
inkscape:window-maximized="0"
inkscape:current-layer="svg25" />
<!-- Generator: Sketch 3.2.2 (9983) - http://www.bohemiancoding.com/sketch -->
<title
id="title2">plex-logo-light</title>
<desc
id="desc4">Created with Sketch.</desc>
<defs
id="defs11">
<radialGradient
cx="3496.9578"
cy="388.73516"
fx="3496.9578"
fy="388.73516"
r="722.62571"
id="radialGradient-1"
gradientTransform="scale(0.78082978,1.2806889)"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#F9BE03"
offset="0%"
id="stop6" />
<stop
stop-color="#CC7C19"
offset="100%"
id="stop8" />
</radialGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB