-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to latest version of wand template
- Loading branch information
Showing
14 changed files
with
621 additions
and
931 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,52 @@ | ||
<g style="filter: hue-rotate({{uint16 hue}}deg);"> | ||
{{#if radial}} | ||
{{#if light}} | ||
<rect style="fill:hsla({{uint8 color.hue}}, {{uint8 color.saturation}}%, {{uint8 color.lightness}}%, 1)" width="2000" height="3000"></rect> | ||
<path style="fill:hsla({{uint8 color.hue}}, {{uint8 color.saturation}}%, {{uint8 color.lightness}}%, 1)" d="M0 0h2000v3000H0z"/> | ||
<radialGradient id="grad0"> | ||
<stop offset="0" style="stop-color:hsla({{uint8 color.hue}}, 100%, 95%, 1)"></stop> | ||
<stop offset="1" style="stop-color:hsla(55, 66%, 83%, 0)"></stop> | ||
<stop offset="0" style="stop-color:hsla({{uint8 color.hue}}, 100%, 95%, 1)"/> | ||
<stop offset="1" style="stop-color:hsla(55, 66%, 83%, 0)"/> | ||
</radialGradient> | ||
<circle style="fill:url(#grad0)" cx="1000" cy="1925" r="1133"></circle> | ||
<circle style="fill:url(#grad0)" cx="1000" cy="372" r="1133"></circle> | ||
<circle style="fill:url(#grad0)" cx="1000" cy="1925" r="1133"/> | ||
<circle style="fill:url(#grad0)" cx="1000" cy="372" r="1133"/> | ||
{{/if}} | ||
{{#if dark}} | ||
<rect style="fill:hsl({{uint8 color.hue}}, 30%, 7%)" width="2000" height="3000"></rect> | ||
<path style="fill:hsl({{uint8 color.hue}}, 30%, 7%)" d="M0 0h2000v3000H0z"/> | ||
<radialGradient id="grad0"> | ||
<stop offset="0" style="stop-color: hsla({{uint8 color.hue}}, {{uint8 color.saturation}}%, {{uint8 color.lightness}}%, 1)"></stop> | ||
<stop offset="1" style="stop-color: hsla({{uint8 color.hue}}, {{uint8 color.saturation}}%, {{uint8 color.lightness}}%, 0)"></stop> | ||
<stop offset="0" style="stop-color: hsla({{uint8 color.hue}}, {{uint8 color.saturation}}%, {{uint8 color.lightness}}%, 1)"/> | ||
<stop offset="1" style="stop-color: hsla({{uint8 color.hue}}, {{uint8 color.saturation}}%, {{uint8 color.lightness}}%, 0)"/> | ||
</radialGradient> | ||
<circle style="fill:url(#grad0)" cx="1000" cy="1925" r="1133"></circle> | ||
<circle style="fill:url(#grad0)" cx="1000" cy="372" r="1133"></circle> | ||
<circle style="fill:url(#grad0)" cx="1000" cy="1925" r="1133"/> | ||
<circle style="fill:url(#grad0)" cx="1000" cy="372" r="1133"/> | ||
{{/if}} | ||
{{/if}} | ||
{{#if linear}} | ||
{{#if light}} | ||
<linearGradient id="lin0" gradientTransform="rotate(90)"> | ||
<stop offset="0%" stop-color="hsla(55, 66%, 83%, 1)"></stop> | ||
<stop offset="100%" stop-color="hsla({{uint8 color.hue}}, {{uint8 color.saturation}}%, {{uint8 color.lightness}}%, 1)"></stop> | ||
<stop offset="0%" stop-color="hsla(55, 66%, 83%, 1)"/> | ||
<stop offset="100%" stop-color="hsla({{uint8 color.hue}}, {{uint8 color.saturation}}%, {{uint8 color.lightness}}%, 1)"/> | ||
</linearGradient> | ||
<rect style="fill:url(#lin0)" width="2000" height="3000"></rect> | ||
<rect style="fill:url(#lin0)" width="2000" height="3000"/> | ||
{{/if}} | ||
{{#if dark}} | ||
<linearGradient id="lin0" gradientTransform="rotate(90)"> | ||
<stop offset="0%" stop-color="hsl({{uint8 color.hue}}, 30%, 7%)"></stop> | ||
<stop offset="100%" stop-color="hsla({{uint8 color.hue}}, {{uint8 color.saturation}}%, {{uint8 color.lightness}}%, 1)"></stop> | ||
<stop offset="0%" stop-color="hsl({{uint8 color.hue}}, 30%, 7%)"/> | ||
<stop offset="100%" stop-color="hsla({{uint8 color.hue}}, {{uint8 color.saturation}}%, {{uint8 color.lightness}}%, 1)"/> | ||
</linearGradient> | ||
<rect style="fill:url(#lin0)" width="2000" height="3000"></rect> | ||
<rect style="fill:url(#lin0)" width="2000" height="3000"/> | ||
{{/if}} | ||
{{/if}} | ||
</g> | ||
|
||
<defs> | ||
<filter id="burstBlur"> | ||
<feGaussianBlur in="SourceGraphic" stdDeviation="2"></feGaussianBlur> | ||
<feGaussianBlur in="SourceGraphic" stdDeviation="2"/> | ||
</filter> | ||
</defs> | ||
<path | ||
filter="url(#burstBlur)" | ||
style="opacity: 0.5" | ||
d="M1000,2434.7l-198.9,334.1l194.9-334.7L422.9,2646l569.6-213.7l-891.4-19.9l888.6,17.1l-1122.4-338.6 | ||
l1120.5,335.1l-1243.4-713L987.3,2422L-255.5,1315.5L987.9,2418.1L-132.6,937.5l1122.4,1477L101.1,616l891.4,1795.7L422.9,382.4 | ||
l573.2,2027.5L801.1,259.6L1000,2409.3l198.9-2149.7l-194.9,2150.3l573.2-2027.5l-569.6,2029.3L1898.9,616l-888.6,1798.5 | ||
l1122.4-1477L1012.1,2418.1l1243.4-1102.6L1012.7,2422l1242.8-709.1l-1243.4,713l1120.5-335.1l-1122.4,338.6l888.6-17.1 | ||
l-891.4,19.9l569.6,213.7l-573.2-211.9l194.9,334.7L1000,2434.7z" | ||
d="m1000 2435-199 334 195-335-573 212 570-214-892-20 889 18-1123-339 1121 335-1244-713 1243 709-1242-1106L988 2418-133 938 | ||
990 2415 101 616l892 1796L423 382l573 2028L801 260l199 2149 199-2149-195 2150 573-2028-569 2030 891-1796-889 1799L2133 | ||
938 1012 2418l1244-1102-1243 1106 1243-709-1244 713 1121-335-1123 338 889-17-892 20 570 214-573-212 195 335-199-334z" | ||
fill="white" | ||
></path> | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.