github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/templates/components/svg-patterns.hbs (about) 1 <svg class="svg-pattern" height="0" width="0" xmlns="http://www.w3.org/2000/svg" version="1.1"> 2 <defs> 3 4 {{! Evenly sized diagonal stripes}} 5 <pattern id="diagonal-stripe-3" patternUnits="userSpaceOnUse" width="10" height="10"> 6 <image xlink:href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScvPgogIDxwYXRoIGQ9J00tMSwxIGwyLC0yCiAgICAgICAgICAgTTAsMTAgbDEwLC0xMAogICAgICAgICAgIE05LDExIGwyLC0yJyBzdHJva2U9J2JsYWNrJyBzdHJva2Utd2lkdGg9JzMnLz4KPC9zdmc+" x="0" y="0" width="10" height="10"></image> 7 </pattern> 8 9 <linearGradient class="das-gradient" id="recommendation-chart-decrease-gradient" x2="100%" y2="0"> 10 <stop offset="0%" stop-color="var(--full-color)" /> 11 <stop offset="100%" stop-color="var(--faint-color)" /> 12 </linearGradient> 13 <linearGradient class="das-gradient" id="recommendation-chart-increase-gradient" x2="100%" y2="0"> 14 <stop offset="0%" stop-color="var(--faint-color)" /> 15 <stop offset="100%" stop-color="var(--full-color)" /> 16 </linearGradient> 17 18 </defs> 19 </svg>