# # File : sak-svg-definitions.yaml # Project : Home Assistant # Repository: https://github.com/AmoebeLabs/Home-Assistant-Config # # Author: Mars @ AmoebeLabs.com # # License: CC BY-SA, https://creativecommons.org/licenses/by/4.0/ # # ----- # Description: # Swiss Army Knife SVG definitions # ############################################################################### #sak_svg_definitions: # Light color temperature gradient # HA uses: linear-gradient( right, rgb(255, 160, 0) 0%, white 50%, rgb(166, 209, 255) 100% ); # Then converted to SVG using https://www.kmhcreative.com/downloads/CSS2SVG.htm gives: # ===== Inset shadow filters ===== # SVG inner shadow on rgba fill: https://codepen.io/salsita/pen/qBbmYMw # Damien Jurado Poster Rebound: https://codepen.io/dylanbaumann/pen/wevMwB - descr: sak-inset-1 filter content: | # SVG Inset Shadow: https://codepen.io/mattrosno/pen/zxpNwd - descr: sak-inset-2 filter content: | # ===== Neumorphic filters ===== - descr: sak-neumorphic filters content: | # ===== Drop shadow filters ===== - descr: shadow from https://css-tricks.com/adding-shadows-to-svg-icons-with-css-and-svg-filters/ content: | - descr: sak-drop-shadow filters content: | # ===== Markers (testing segmented arc) ===== - descr: sak-markers content: | # ===== Clip path test ===== - descr: sak-clip-path tests content: | # ===== Gradients ===== - descr: sak-gradients content: |