github.com/hernad/nomad@v1.6.112/ui/app/templates/components/svg-patterns.hbs (about)

     1  {{!
     2    Copyright (c) HashiCorp, Inc.
     3    SPDX-License-Identifier: MPL-2.0
     4  ~}}
     5  
     6  <svg class="svg-pattern" height="0" width="0" xmlns="http://www.w3.org/2000/svg" version="1.1">
     7   <defs>
     8  
     9   {{! Evenly sized diagonal stripes}}
    10   <pattern id="diagonal-stripe-3" patternUnits="userSpaceOnUse" width="10" height="10">
    11    <image xlink:href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScvPgogIDxwYXRoIGQ9J00tMSwxIGwyLC0yCiAgICAgICAgICAgTTAsMTAgbDEwLC0xMAogICAgICAgICAgIE05LDExIGwyLC0yJyBzdHJva2U9J2JsYWNrJyBzdHJva2Utd2lkdGg9JzMnLz4KPC9zdmc+" x="0" y="0" width="10" height="10"></image>
    12   </pattern>
    13  
    14    <linearGradient class="das-gradient" id="recommendation-chart-decrease-gradient" x2="100%" y2="0">
    15      <stop offset="0%" stop-color="var(--full-color)" />
    16      <stop offset="100%" stop-color="var(--faint-color)" />
    17    </linearGradient>
    18    <linearGradient class="das-gradient" id="recommendation-chart-increase-gradient" x2="100%" y2="0">
    19      <stop offset="0%" stop-color="var(--faint-color)" />
    20      <stop offset="100%" stop-color="var(--full-color)" />
    21    </linearGradient>
    22  
    23   </defs>
    24  </svg>