Partials working

This commit is contained in:
Daniel Flanagan 2020-12-16 00:38:51 -06:00
parent d421b70c5b
commit 2cc2306a12
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 17 additions and 17 deletions

View File

@ -1,17 +0,0 @@
<svg version="1.1" viewBox="0 0 70 60" width="48" height="48" alt="lyte.dev LED icon">
<linearGradient id="logo-gradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="50%" style="stop-color:var(--pc)"></stop>
<stop offset="100%" style="stop-color:var(--pcd)"></stop>
</linearGradient>
<filter id="logo-shadow">
<feGaussianBlur stdDeviation="1"></feGaussianBlur>
<feOffset dx="0" dy="1.5" result="offsetblur"></feOffset>
<feMerge>
<feMergeNode></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<path id="logo-path" stroke-width="3.5" fill-opacity="0" stroke-linecap="round" stroke-linejoin="round" d="M 19.5 44.6 h 30 v -12.3 a 15.0 14.057142857142859 0 0 0 -30 0 v 12.3 M 19.5 44.6 m 8 0 v 7 m 14 -7 v 7 M 19.5 44.6 m -9 -13.3 h -5 M 19.5 44.6 m -2.6999999999999997 -28.3 l -3.55 -3.55 M 19.5 44.6 m 15.0 -35.6 v -5 M 19.5 44.6 m 32.7 -28.3 l 3.55 -3.55 M 19.5 44.6 m 39 -13.3 h 5 M 19.5 44.6 m 8.0 -12.3 a 7.5 6.15 0 0 1 7.0 -6.5"></path>
<use href="#logo-path" style="filter: url(#logo-shadow);" id="icon-shadow"></use>
<use href="#logo-path" stroke="url(#logo-gradient)"></use>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,17 @@
<svg version="1.1" viewBox="0 0 70 60" width="48" height="48" alt="lyte.dev LED icon">
<linearGradient id="logo-gradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="50%" style="stop-color:var(--pc)"></stop>
<stop offset="100%" style="stop-color:var(--pcd)"></stop>
</linearGradient>
<filter id="logo-shadow">
<feGaussianBlur stdDeviation="1"></feGaussianBlur>
<feOffset dx="0" dy="1.5" result="offsetblur"></feOffset>
<feMerge>
<feMergeNode></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<path id="logo-path" stroke-width="3.5" fill-opacity="0" stroke-linecap="round" stroke-linejoin="round" d="M 19.5 44.6 h 30 v -12.3 a 15.0 14.057142857142859 0 0 0 -30 0 v 12.3 M 19.5 44.6 m 8 0 v 7 m 14 -7 v 7 M 19.5 44.6 m -9 -13.3 h -5 M 19.5 44.6 m -2.6999999999999997 -28.3 l -3.55 -3.55 M 19.5 44.6 m 15.0 -35.6 v -5 M 19.5 44.6 m 32.7 -28.3 l 3.55 -3.55 M 19.5 44.6 m 39 -13.3 h 5 M 19.5 44.6 m 8.0 -12.3 a 7.5 6.15 0 0 1 7.0 -6.5"></path>
<use href="#logo-path" style="filter: url(#logo-shadow);" id="icon-shadow"></use>
<use href="#logo-path" stroke="url(#logo-gradient)"></use>
</svg>

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 1.1 KiB