landscape top-level constant

String const landscape

Raw JSON definition of the DiceBear landscape avatar style.

Implementation

const String landscape = '''{
  "\$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@1.3.0/dist/definition.min.json",
  "\$comment": "Hand-authored definition (no Figma source). Safe to edit directly.",
  "meta": {
    "license": {
      "name": "CC0 1.0",
      "url": "https://creativecommons.org/publicdomain/zero/1.0/",
      "text": "„Landscape” (https://www.dicebear.com) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)"
    },
    "creator": {
      "name": "DiceBear",
      "url": "https://www.dicebear.com"
    },
    "source": {
      "name": "Landscape",
      "url": "https://www.dicebear.com"
    }
  },
  "canvas": {
    "elements": [
      {
        "name": "orb",
        "type": "component",
        "attributes": {
          "transform": "translate(38 2)"
        }
      },
      {
        "name": "hill1",
        "type": "component",
        "attributes": {
          "transform": "translate(0 24)"
        }
      },
      {
        "name": "hill2",
        "type": "component",
        "attributes": {
          "transform": "translate(0 44)"
        }
      },
      {
        "name": "hill3",
        "type": "component",
        "attributes": {
          "transform": "translate(0 62)"
        }
      },
      {
        "name": "hill4",
        "type": "component",
        "attributes": {
          "transform": "translate(0 78)"
        }
      },
      {
        "name": "animation",
        "type": "component"
      }
    ],
    "width": 100,
    "height": 100
  },
  "attributes": {
    "fill": "none",
    "shape-rendering": "auto"
  },
  "components": {
    "orb": {
      "width": 24,
      "height": 24,
      "probability": 80,
      "translate": {
        "x": {
          "min": -133.3333,
          "max": 133.3333
        },
        "y": {
          "min": -16.6666,
          "max": 33.3333
        }
      },
      "variants": {
        "sun": {
          "weight": 4,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbla-orb"
              },
              "children": [
                {
                  "name": "circle",
                  "type": "element",
                  "attributes": {
                    "cx": "12",
                    "cy": "12",
                    "r": "11",
                    "fill": {
                      "type": "color",
                      "name": "orb"
                    }
                  }
                }
              ]
            }
          ]
        },
        "ring": {
          "weight": 2,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbla-orb"
              },
              "children": [
                {
                  "name": "circle",
                  "type": "element",
                  "attributes": {
                    "cx": "12",
                    "cy": "12",
                    "r": "8.75",
                    "stroke": {
                      "type": "color",
                      "name": "orb"
                    },
                    "stroke-width": "4.5"
                  }
                }
              ]
            }
          ]
        },
        "glow": {
          "weight": 2,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbla-orb"
              },
              "children": [
                {
                  "name": "circle",
                  "type": "element",
                  "attributes": {
                    "cx": "12",
                    "cy": "12",
                    "r": "7",
                    "fill": {
                      "type": "color",
                      "name": "orb"
                    }
                  }
                },
                {
                  "name": "circle",
                  "type": "element",
                  "attributes": {
                    "cx": "12",
                    "cy": "12",
                    "r": "10.75",
                    "stroke": {
                      "type": "color",
                      "name": "orb"
                    },
                    "stroke-width": "1.5"
                  }
                }
              ]
            }
          ]
        }
      }
    },
    "hill1": {
      "width": 100,
      "height": 100,
      "rotate": {
        "min": -3,
        "max": 3
      },
      "translate": {
        "x": {
          "min": -80,
          "max": 80
        },
        "y": {
          "min": -4,
          "max": 4
        }
      },
      "variants": {
        "dunes": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 12.2c1.7 0 6.7-.2 10-.2s6.7.2 10 .2 6.7.1 10-.1c3.3-.3 6.7-.8 10-1.6s6.7-2.2 10-3.3 6.7-2.7 10-3.4c3.3-.8 6.7-1.3 10-1.1 3.3.3 6.7 1.3 10 2.5s6.7 3.2 10 4.5c3.3 1.4 6.7 2.9 10 3.7s6.7 1.1 10 1.2 6.7-.5 10-.7c3.3-.3 6.7-.7 10-1 3.3-.2 6.7-.1 10-.3 3.3-.1 6.7-.1 10-.4 3.3-.4 6.7-.9 10-1.6 3.3-.6 6.7-1.6 10-2.3s6.7-1.5 10-1.9c3.3-.3 6.7-.4 10-.2s6.7.8 10 1.4 6.7 1.5 10 2.1 6.7 1.2 10 1.6c3.3.3 6.7.5 10 .6s6.7-.1 10-.1c3.3-.1 6.7-.3 10-.3s6.7 0 10 .1c3.3 0 6.7.1 10 0s6.7-.3 10-.9c3.3-.5 6.7-1.4 10-2.3s6.7-2.2 10-3c3.3-.7 8.3-1.3 10-1.6V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill1"
                }
              }
            }
          ]
        },
        "gentle": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 10.5c1.7-.1 6.7-.4 10-.6 3.3-.3 6.7-.5 10-.8 3.3-.2 6.7-.5 10-.7s6.7-.5 10-.7c3.3-.1 6.7-.3 10-.3 3.3-.1 6.7-.1 10-.1 3.3.1 6.7.3 10 .5s6.7.6 10 1c3.3.3 6.7.8 10 1.3 3.3.4 6.7 1 10 1.5 3.3.4 6.7.9 10 1.3s6.7.7 10 .9c3.3.3 6.7.4 10 .4s6.7-.1 10-.3 6.7-.6 10-1c3.3-.3 6.7-.8 10-1.3s6.7-1 10-1.5c3.3-.4 6.7-.9 10-1.3s6.7-.7 10-1c3.3-.2 6.7-.4 10-.5s6.7 0 10 0c3.3.1 6.7.2 10 .4s6.7.4 10 .6c3.3.3 6.7.5 10 .8 3.3.2 6.7.5 10 .7 3.3.3 6.7.5 10 .7s6.7.4 10 .6c3.3.1 6.7.3 10 .4l10 .3c3.3 0 6.7.1 10 .1s8.3-.2 10-.2V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill1"
                }
              }
            }
          ]
        },
        "mesa": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 7.1c1.7-.2 6.7-1.2 10-1.5s6.7-.3 10-.3c3.3-.1 6.7-.1 10-.1 3.3.1 6.7 0 10 .3s6.7.7 10 1.7 6.7 3.3 10 4.5 6.7 2.3 10 2.9 6.7.7 10 .9l10 .3c3.3 0 6.7.1 10-.1 3.3-.1 6.7-.1 10-1.1 3.3-.9 6.7-3 10-4.6s6.7-3.8 10-4.9 6.7-1.2 10-1.5 6.7-.3 10-.3c3.3-.1 6.7-.1 10 0 3.3.2 6.7.1 10 .8 3.3.8 6.7 2.1 10 3.7s6.7 4.6 10 5.9c3.3 1.4 6.7 1.9 10 2.3s6.7.3 10 .3 6.7 0 10-.2c3.3-.1 6.7-.1 10-.6 3.3-.4 6.7-.9 10-2.1s6.7-3.7 10-5 6.7-2.3 10-2.9 6.7-.5 10-.5c3.3-.1 6.7 0 10 0 3.3.1 6.7.1 10 .3s6.7.3 10 1c3.3.8 8.3 2.9 10 3.5V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill1"
                }
              }
            }
          ]
        },
        "peak": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 11.6c1.7-.6 6.7-2.6 10-3.7s6.7-2.7 10-3.2 6.7-.4 10 .2 6.7 2.3 10 3.5c3.3 1.3 6.7 3 10 4 3.3.9 6.7 1.5 10 1.7 3.3.3 6.7-.2 10-.4 3.3-.1 6.7-.5 10-.5s6.7.4 10 .5 6.7.6 10 .3 6.7-1 10-2.2c3.3-1.1 6.7-3.1 10-4.6S21.7 3.7 25 3c3.3-.8 6.7-1.1 10-.5 3.3.5 6.7 2.3 10 3.8 3.3 1.4 6.7 3.7 10 4.9s6.7 2.2 10 2.4 6.7-.6 10-1.2c3.3-.5 6.7-1.7 10-2.1s6.7-.5 10-.3c3.3.3 6.7 1.3 10 1.7 3.3.5 6.7 1.1 10 .9s6.7-1.1 10-2.3c3.3-1.1 6.7-3.2 10-4.4s6.7-2.7 10-2.9c3.3-.3 6.7.3 10 1.3s6.7 3.2 10 4.7c3.3 1.6 6.7 3.6 10 4.7 3.3 1 6.7 1.5 10 1.7 3.3.1 6.7-.6 10-.9s8.3-1 10-1.2V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill1"
                }
              }
            }
          ]
        },
        "ridge": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 8.2c1.7-.8 6.7-4.4 10-5 3.3-.7 6.7-.3 10 1s6.7 4.7 10 6.7c3.3 2.1 6.7 6.2 10 5.6 3.3-.7 6.7-7.1 10-9.4 3.3-2.2 6.7-3.9 10-4.2 3.3-.4 6.7.9 10 2 3.3 1.2 6.7 3.1 10 4.8 3.3 1.6 6.7 5.5 10 5.3s6.7-5.1 10-6.5C-1.7 7 1.7 6.7 5 6.4c3.3-.4 6.7-.1 10 .2 3.3.2 6.7.5 10 1.3 3.3.9 6.7 3.5 10 4s6.7-.5 10-1.1c3.3-.5 6.7-1.5 10-2.2s6.7-1.8 10-2c3.3-.1 6.7.1 10 1.1 3.3.9 6.7 3.9 10 4.6s6.7.3 10-.6c3.3-.8 6.7-3.5 10-4.6s6.7-2.2 10-2.1 6.7 1.5 10 2.9 6.7 4.7 10 5.4c3.3.6 6.7-.2 10-1.6 3.3-1.3 6.7-5.1 10-6.4 3.3-1.4 6.7-1.7 10-1.4 3.3.2 6.7 1.5 10 2.8s6.7 4 10 5 6.7 1.8 10 .9c3.3-.8 8.3-5 10-6V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill1"
                }
              }
            }
          ]
        },
        "rolling": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 13c1.7.3 6.7 1.5 10 1.8s6.7.3 10-.1 6.7-1.2 10-2.3c3.3-1 6.7-2.6 10-3.9s6.7-2.9 10-3.9c3.3-.9 6.7-1.8 10-1.9s6.7.3 10 1.1 6.7 2.4 10 3.8c3.3 1.5 6.7 3.4 10 4.8s6.7 2.9 10 3.7c3.3.7 6.7 1 10 .9 3.3-.2 6.7-1.1 10-2s6.7-2.5 10-3.7 6.7-2.6 10-3.5c3.3-1 6.7-1.7 10-2.1 3.3-.3 6.7-.2 10 0 3.3.3 6.7 1 10 1.6 3.3.7 6.7 1.6 10 2.3s6.7 1.4 10 2c3.3.5 6.7 1 10 1.2s6.7.3 10 .2c3.3-.2 6.7-.5 10-1s6.7-1.2 10-1.9 6.7-1.7 10-2.4 6.7-1.5 10-1.9 6.7-.7 10-.5 6.7.8 10 1.6c3.3.9 6.7 2.3 10 3.5 3.3 1.3 6.7 2.9 10 4s6.7 2.1 10 2.5 8.3-.2 10-.2V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill1"
                }
              }
            }
          ]
        },
        "rugged": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 11.6c1.7-.2 6.7-.6 10-.9 3.3-.2 6.7-.1 10-.5s6.7-1.8 10-1.9 6.7.9 10 1.4c3.3.6 6.7 1.5 10 1.7 3.3.3 6.7.1 10-.2 3.3-.4 6.7-1.2 10-1.9 3.3-.8 6.7-2.7 10-2.4s6.7 3.6 10 4.4 6.7.1 10 .4c3.3.2 6.7 2 10 1s6.7-6.5 10-7.1 6.7 2.8 10 3.5c3.3.8 6.7 0 10 .9s6.7 4.8 10 4.6 6.7-4.7 10-5.8 6.7-.8 10-.9 6.7-.1 10 .5c3.3.7 6.7 3 10 3.6s6.7.3 10-.2 6.7-2.4 10-2.9 6.7-.2 10-.1 6.7.1 10 .6 6.7 2.4 10 2.5 6.7-1.5 10-1.9 6.7 0 10-.3c3.3-.4 6.7-2 10-1.8 3.3.3 6.7 3 10 3.5 3.3.6 6.7-.2 10-.3s6.7.7 10 0 8.3-3.5 10-4.2V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill1"
                }
              }
            }
          ]
        },
        "slope": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 4.6c1.7 0 6.7.2 10-.1 3.3-.2 6.7-.9 10-1.3 3.3-.5 6.7-1.1 10-1.3s6.7-.3 10 0 6.7.9 10 1.6 6.7 1.8 10 2.5c3.3.8 6.7 1.6 10 2s6.7.5 10 .4 6.7-.7 10-1.1 6.7-1.1 10-1.5c3.3-.3 6.7-.6 10-.4 3.3.1 6.7.5 10 1.1s6.7 1.6 10 2.4 6.7 1.7 10 2.3c3.3.5 6.7.9 10 .9s6.7-.4 10-.7c3.3-.4 6.7-1.1 10-1.5S71.7 9 75 9s6.7.2 10 .7c3.3.4 6.7 1.3 10 2.1s6.7 1.8 10 2.4c3.3.7 6.7 1.3 10 1.4 3.3.2 6.7.1 10-.2s6.7-1 10-1.4c3.3-.5 6.7-1.1 10-1.2 3.3-.2 6.7-.2 10 .1 3.3.4 6.7 1.1 10 1.8s6.7 1.8 10 2.5 6.7 1.5 10 1.8c3.3.4 6.7.4 10 .3 3.3-.2 8.3-1 10-1.2V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill1"
                }
              }
            }
          ]
        }
      }
    },
    "hill2": {
      "width": 100,
      "height": 100,
      "rotate": {
        "min": -3,
        "max": 3
      },
      "translate": {
        "x": {
          "min": -80,
          "max": 80
        },
        "y": {
          "min": -4,
          "max": 4
        }
      },
      "variants": {
        "dunes": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 11.6c1.7-.6 6.7-2.2 10-3.4s6.7-2.9 10-3.9c3.3-.9 6.7-1.7 10-1.7s6.7.8 10 1.8c3.3.9 6.7 2.7 10 4 3.3 1.2 6.7 2.7 10 3.6 3.3.8 6.7 1.2 10 1.4s6.7-.2 10-.4 6.7-.6 10-.8c3.3-.3 6.7-.4 10-.5s6.7 0 10-.2c3.3-.1 6.7-.3 10-.7 3.3-.3 6.7-.9 10-1.4s6.7-1.1 10-1.6c3.3-.4 6.7-.8 10-.9s6.7.1 10 .4c3.3.4 6.7 1 10 1.6 3.3.7 6.7 1.5 10 2.1s6.7 1.2 10 1.5 6.7.3 10 .3 6.7-.3 10-.3c3.3-.1 6.7-.1 10-.1s6.7.3 10 .2 6.7-.2 10-.8 6.7-1.6 10-2.7 6.7-2.9 10-4c3.3-1 6.7-2.3 10-2.6s6.7 0 10 .8 6.7 2.5 10 3.9 6.7 3.3 10 4.4c3.3 1.2 8.3 2 10 2.4v246h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill2"
                }
              }
            }
          ]
        },
        "gentle": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 6.4c1.7 0 6.7 0 10 .1s6.7.4 10 .7 6.7.8 10 1.2c3.3.5 6.7 1.1 10 1.6s6.7 1.1 10 1.6c3.3.4 6.7.9 10 1.3 3.3.3 6.7.6 10 .8 3.3.1 6.7.2 10 .1 3.3 0 6.7-.2 10-.4s6.7-.6 10-.9 6.7-.8 10-1.2c3.3-.3 6.7-.8 10-1.1 3.3-.4 6.7-.7 10-1s6.7-.5 10-.7 6.7-.3 10-.3c3.3-.1 6.7-.1 10-.1s6.7.1 10 .2 6.7.2 10 .4c3.3.1 6.7.3 10 .5s6.7.4 10 .6 6.7.4 10 .7c3.3.2 6.7.5 10 .7 3.3.3 6.7.5 10 .7s6.7.4 10 .6c3.3.1 6.7.2 10 .2s6.7-.1 10-.2c3.3-.2 6.7-.4 10-.7s6.7-.7 10-1.2c3.3-.4 6.7-.9 10-1.4s6.7-1 10-1.4c3.3-.5 8.3-1 10-1.2V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill2"
                }
              }
            }
          ]
        },
        "mesa": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 4.6c1.7.2 6.7.4 10 1.5s6.7 3.5 10 5c3.3 1.6 6.7 3.2 10 4.1s6.7.9 10 1.2c3.3.2 6.7.2 10 .2 3.3.1 6.7.2 10 0s6.7-.2 10-1.1 6.7-2.8 10-4.4c3.3-1.7 6.7-4.4 10-5.7C-11.7 4.2-8.3 4-5 3.7s6.7-.2 10-.2 6.7 0 10 .2 6.7.2 10 .7c3.3.6 6.7 1.5 10 2.8 3.3 1.4 6.7 4.1 10 5.4s6.7 1.9 10 2.4c3.3.4 6.7.2 10 .3 3.3 0 6.7-.1 10-.2s6.7-.1 10-.4 6.7-.5 10-1.4 6.7-2.8 10-4 6.7-2.5 10-3.1c3.3-.7 6.7-.7 10-.8 3.3-.2 6.7-.2 10-.2 3.3-.1 6.7-.1 10 0s6.7 0 10 .6 6.7 1.9 10 3.1c3.3 1.3 6.7 3.6 10 4.6 3.3 1.1 6.7 1.4 10 1.8s6.7.4 10 .6c3.3.1 8.3.1 10 .1v244h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill2"
                }
              }
            }
          ]
        },
        "peak": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 5c1.7.8 6.7 3.3 10 4.7 3.3 1.5 6.7 3.1 10 3.9 3.3.9 6.7 1.1 10 1.1 3.3.1 6.7-.5 10-.7s6.7-.5 10-.5 6.7.4 10 .4c3.3-.1 6.7 0 10-.5 3.3-.6 6.7-1.7 10-2.9s6.7-3.2 10-4.3C-11.7 5-8.3 3.8-5 3.6c3.3-.1 6.7.5 10 1.4 3.3 1 6.7 2.9 10 4.2s6.7 2.8 10 3.5c3.3.6 6.7.6 10 .3 3.3-.2 6.7-1.3 10-1.8s6.7-1.1 10-1c3.3 0 6.7.7 10 1.1 3.3.5 6.7 1.5 10 1.6 3.3 0 6.7-.2 10-1.1S91.7 9 95 7.5s6.7-3.8 10-4.7c3.3-1 6.7-1.5 10-1.1 3.3.5 6.7 2.2 10 3.8 3.3 1.5 6.7 4.1 10 5.7 3.3 1.5 6.7 3 10 3.6s6.7.3 10 0c3.3-.2 6.7-1.3 10-1.7 3.3-.5 6.7-.8 10-.9s6.7.4 10 .4c3.3.1 6.7.3 10-.2 3.3-.4 8.3-1.9 10-2.3V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill2"
                }
              }
            }
          ]
        },
        "ridge": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 9.5c1.7.8 6.7 4.9 10 4.8 3.3 0 6.7-3.7 10-5.3 3.3-1.5 6.7-3.2 10-3.9s6.7-1.1 10-.3c3.3.7 6.7 3 10 4.7 3.3 1.6 6.7 5 10 5.1 3.3 0 6.7-3.6 10-5s6.7-3.1 10-3.6c3.3-.4 6.7.2 10 .9 3.3.8 6.7 2.6 10 3.6 3.3 1.1 6.7 3 10 2.7s6.7-3.4 10-4.5 6.7-1.9 10-2.2c3.3-.2 6.7.5 10 1 3.3.4 6.7.9 10 1.8 3.3.8 6.7 3.2 10 3.2 3.3.1 6.7-1.9 10-2.9s6.7-2.3 10-3.1 6.7-1.6 10-1.7 6.7-.1 10 1.3c3.3 1.3 6.7 5.8 10 6.8 3.3 1.1 6.7.6 10-.5s6.7-4.6 10-6.2c3.3-1.7 6.7-3.6 10-3.8 3.3-.1 6.7.9 10 2.6 3.3 1.8 6.7 6.6 10 8 3.3 1.5 6.7 1.6 10 .5s6.7-5.6 10-7.1c3.3-1.6 6.7-2.5 10-2.4 3.3.2 6.7 2.1 10 3.4s8.3 3.8 10 4.6v248h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill2"
                }
              }
            }
          ]
        },
        "rolling": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 13.4c1.7-.8 6.7-3.3 10-4.8s6.7-3.2 10-4.1c3.3-1 6.7-1.6 10-1.6 3.3-.1 6.7.5 10 1.4 3.3.8 6.7 2.2 10 3.5 3.3 1.2 6.7 2.8 10 3.8 3.3 1.1 6.7 2.1 10 2.5 3.3.5 6.7.7 10 .5s6.7-.8 10-1.4 6.7-1.5 10-2.2c3.3-.8 6.7-1.6 10-2.2s6.7-1.2 10-1.5 6.7-.4 10-.3c3.3 0 6.7.3 10 .7s6.7 1.1 10 1.7c3.3.7 6.7 1.6 10 2.3s6.7 1.6 10 2.1c3.3.4 6.7.9 10 .8 3.3 0 6.7-.4 10-1.1s6.7-1.9 10-3.1c3.3-1.1 6.7-2.7 10-3.9 3.3-1.1 6.7-2.4 10-3 3.3-.5 6.7-.8 10-.4 3.3.3 6.7 1.4 10 2.5 3.3 1.2 6.7 3.1 10 4.6s6.7 3.4 10 4.5c3.3 1.2 6.7 2.2 10 2.5s6.7 0 10-.7c3.3-.6 6.7-2 10-3.2s6.7-2.9 10-4.1 8.3-2.6 10-3.1V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill2"
                }
              }
            }
          ]
        },
        "rugged": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 11.4c1.7-.6 6.7-2.9 10-3.4 3.3-.6 6.7 0 10 .3s6.7.4 10 1.4c3.3 1.1 6.7 4.9 10 4.8s6.7-4.4 10-5.4c3.3-.9 6.7 0 10-.5s6.7-3.2 10-2.4 6.7 6.5 10 7.4 6.7-1.6 10-2.1 6.7-.1 10-1c3.3-.8 6.7-3.8 10-4 3.3-.1 6.7 2.5 10 3.3 3.3.9 6.7 1.6 10 1.9 3.3.2 6.7-.1 10-.5s6.7-1.4 10-1.9 6.7-1.3 10-1c3.3.2 6.7 1.9 10 2.3s6.7.1 10 .2 6.7.8 10 .3S91.7 8.2 95 8c3.3-.3 6.7 1.3 10 1.6 3.3.4 6.7-.2 10 .4s6.7 3.3 10 3.1 6.7-3.4 10-4.2c3.3-.9 6.7-.6 10-.7 3.3-.2 6.7-.9 10-.1s6.7 4.1 10 4.9c3.3.7 6.7.3 10-.5s6.7-3.5 10-4.3c3.3-.9 6.7-1 10-.8 3.3.1 8.3 1.3 10 1.6v251h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill2"
                }
              }
            }
          ]
        },
        "slope": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 1.8c1.7-.2 6.7-1 10-1.1 3.3-.2 6.7-.1 10 .3s6.7 1.2 10 1.9c3.3.8 6.7 1.8 10 2.5s6.7 1.4 10 1.7 6.7.3 10 .1c3.3-.3 6.7-.9 10-1.3 3.3-.5 6.7-1.1 10-1.4 3.3-.2 6.7-.4 10-.1 3.3.2 6.7.8 10 1.5 3.3.6 6.7 1.7 10 2.4 3.3.8 6.7 1.7 10 2.1s6.7.6 10 .6c3.3-.1 6.7-.6 10-1s6.7-1.2 10-1.5c3.3-.4 6.7-.7 10-.6s6.7.5 10 1c3.3.6 6.7 1.6 10 2.3 3.3.8 6.7 1.8 10 2.4 3.3.5 6.7.9 10 1s6.7-.2 10-.6c3.3-.3 6.7-1 10-1.4 3.3-.5 6.7-1 10-1 3.3-.1 6.7.1 10 .5s6.7 1.3 10 2c3.3.8 6.7 1.8 10 2.5s6.7 1.3 10 1.5c3.3.3 6.7.2 10-.1 3.3-.2 6.7-.9 10-1.3 3.3-.5 6.7-1.1 10-1.3s8.3 0 10 0V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill2"
                }
              }
            }
          ]
        }
      }
    },
    "hill3": {
      "width": 100,
      "height": 100,
      "rotate": {
        "min": -3,
        "max": 3
      },
      "translate": {
        "x": {
          "min": -80,
          "max": 80
        },
        "y": {
          "min": -4,
          "max": 4
        }
      },
      "variants": {
        "dunes": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 5.3c1.7.5 6.7 1.8 10 2.6 3.3.9 6.7 2 10 2.7s6.7 1.1 10 1.4c3.3.2 6.7.1 10 .1 3.3-.1 6.7-.4 10-.5s6.7-.3 10-.3c3.3-.1 6.7 0 10 0 3.3-.1 6.7 0 10-.2 3.3-.3 6.7-.6 10-1.1 3.3-.6 6.7-1.4 10-2.1 3.3-.6 6.7-1.6 10-2s6.7-.7 10-.4c3.3.2 6.7.9 10 1.8 3.3.8 6.7 2.2 10 3.2s6.7 2.2 10 2.8 6.7.8 10 .9 6.7-.3 10-.5 6.7-.4 10-.5 6.7.1 10 0 6.7-.1 10-.6 6.7-1.3 10-2.4c3.3-1 6.7-2.6 10-3.7s6.7-2.5 10-2.9c3.3-.5 6.7-.5 10 0s6.7 1.8 10 2.9 6.7 2.7 10 3.7 6.7 1.9 10 2.3 6.7.4 10 .3c3.3 0 6.7-.4 10-.6s6.7-.5 10-.6 8.3-.2 10-.2V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill3"
                }
              }
            }
          ]
        },
        "gentle": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 11.3c1.7.2 6.7.8 10 1.1 3.3.2 6.7.4 10 .5s6.7.1 10 .1c3.3-.1 6.7-.3 10-.5 3.3-.1 6.7-.4 10-.7 3.3-.2 6.7-.5 10-.8s6.7-.6 10-.8c3.3-.3 6.7-.5 10-.7s6.7-.4 10-.6c3.3-.1 6.7-.3 10-.4s6.7-.1 10-.2c3.3 0 6.7-.1 10 0 3.3 0 6.7.1 10 .2s6.7.2 10 .4 6.7.5 10 .8c3.3.2 6.7.6 10 .9 3.3.4 6.7.7 10 1.1 3.3.3 6.7.7 10 1s6.7.5 10 .7 6.7.2 10 .2 6.7-.1 10-.4c3.3-.2 6.7-.5 10-.9s6.7-.9 10-1.4 6.7-1.1 10-1.6c3.3-.6 6.7-1.1 10-1.5 3.3-.5 6.7-.9 10-1.1 3.3-.3 6.7-.5 10-.5 3.3-.1 6.7-.1 10 .1 3.3.1 6.7.4 10 .7s6.7.6 10 1 8.3 1 10 1.2V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill3"
                }
              }
            }
          ]
        },
        "mesa": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 16.5c1.7 0 6.7.2 10 .2s6.7-.1 10-.3 6.7-.2 10-.9c3.3-.8 6.7-2.1 10-3.6s6.7-4.2 10-5.4 6.7-1.5 10-1.9c3.3-.3 6.7-.1 10-.1s6.7 0 10 .2c3.3.1 6.7.1 10 .5s6.7.9 10 1.9c3.3 1.1 6.7 3.3 10 4.4 3.3 1.2 6.7 2.1 10 2.6 3.3.6 6.7.5 10 .6s6.7.1 10 .1 6.7 0 10-.2c3.3-.1 6.7-.1 10-.9 3.3-.7 6.7-2.3 10-3.6s6.7-3.1 10-4 6.7-1 10-1.3 6.7-.3 10-.4 6.7-.2 10-.2c3.3.1 6.7-.1 10 .5s6.7 1.7 10 3.1c3.3 1.5 6.7 4.4 10 5.7 3.3 1.4 6.7 2 10 2.6 3.3.5 6.7.4 10 .6 3.3.1 6.7.1 10 0 3.3 0 6.7.1 10-.4 3.3-.4 6.7-.8 10-2.2s6.7-4.3 10-5.9 8.3-3.2 10-3.8V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill3"
                }
              }
            }
          ]
        },
        "peak": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 14.2c1.7-.2 6.7-1.1 10-1.3 3.3-.3 6.7-.3 10-.2s6.7.6 10 .6 6.7-.1 10-.8c3.3-.6 6.7-1.9 10-3.1 3.3-1.1 6.7-2.8 10-3.6 3.3-.7 6.7-1.3 10-1.1 3.3.3 6.7 1.4 10 2.5 3.3 1 6.7 2.8 10 3.9 3.3 1 6.7 1.9 10 2.2s6.7-.2 10-.5 6.7-1 10-1.2 6.7-.1 10 .2c3.3.2 6.7 1.1 10 1.3s6.7.5 10 0c3.3-.6 6.7-2 10-3.4 3.3-1.5 6.7-3.9 10-5.3s6.7-3 10-3.3c3.3-.2 6.7.5 10 1.7 3.3 1.1 6.7 3.6 10 5.3s6.7 3.9 10 5c3.3 1 6.7 1.4 10 1.4 3.3-.1 6.7-1.1 10-1.7s6.7-1.5 10-1.8c3.3-.2 6.7 0 10 .3 3.3.2 6.7 1 10 1.2 3.3.1 6.7.1 10-.5s6.7-2 10-3.1 6.7-2.8 10-3.5c3.3-.6 6.7-1 10-.7 3.3.4 8.3 2.5 10 2.9V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill3"
                }
              }
            }
          ]
        },
        "ridge": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 7.2c1.7.3 6.7 1.2 10 1.7 3.3.4 6.7.7 10 1.1 3.3.3 6.7 1.1 10 .9 3.3-.1 6.7-1.3 10-1.8 3.3-.4 6.7-.6 10-.9 3.3-.4 6.7-1.3 10-1.3 3.3.1 6.7.3 10 1.5s6.7 5.4 10 5.7 6.7-2.4 10-3.9 6.7-3.9 10-5C-1.7 4 1.7 2.8 5 3.3c3.3.6 6.7 2.7 10 5 3.3 2.2 6.7 8.5 10 8.8s6.7-4.8 10-7.1c3.3-2.4 6.7-5.8 10-7s6.7-1 10-.1c3.3 1 6.7 3.6 10 5.7 3.3 2 6.7 6.3 10 6.4 3.3.2 6.7-3.8 10-5.4s6.7-3.8 10-4.4 6.7.3 10 .8 6.7 1.5 10 2.3c3.3.9 6.7 2.5 10 2.8 3.3.4 6.7-.4 10-.8s6.7-1.1 10-1.5 6.7-.8 10-1 6.7-.8 10-.4 6.7 1.9 10 2.7 6.7 2.2 10 2c3.3-.1 6.7-1.9 10-2.9 3.3-1.1 8.3-2.8 10-3.4V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill3"
                }
              }
            }
          ]
        },
        "rolling": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 5.1c1.7.2 6.7.6 10 1.1 3.3.6 6.7 1.5 10 2.3 3.3.7 6.7 1.7 10 2.3 3.3.7 6.7 1.3 10 1.7 3.3.3 6.7.5 10 .6 3.3 0 6.7-.3 10-.6s6.7-.9 10-1.5 6.7-1.5 10-2.2 6.7-1.5 10-2.1c3.3-.5 6.7-1 10-1.1s6.7.1 10 .6c3.3.6 6.7 1.6 10 2.6 3.3 1.1 6.7 2.6 10 3.8 3.3 1.1 6.7 2.5 10 3.3 3.3.7 6.7 1.2 10 1.1 3.3-.2 6.7-.9 10-1.9s6.7-2.7 10-4.2 6.7-3.5 10-4.8 6.7-2.5 10-3c3.3-.6 6.7-.6 10-.1 3.3.4 6.7 1.6 10 2.8 3.3 1.1 6.7 2.8 10 4.1s6.7 2.7 10 3.6c3.3.8 6.7 1.4 10 1.6 3.3.1 6.7-.2 10-.7 3.3-.4 6.7-1.4 10-2.1 3.3-.8 6.7-1.8 10-2.6 3.3-.7 6.7-1.5 10-1.9 3.3-.5 6.7-.8 10-.9s6.7.1 10 .4c3.3.2 8.3 1.1 10 1.3V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill3"
                }
              }
            }
          ]
        },
        "rugged": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 5.1c1.7.8 6.7 4 10 4.9 3.3 1 6.7.1 10 .8 3.3.6 6.7 3.5 10 3s6.7-4.9 10-5.8 6.7.2 10 .4 6.7.3 10 .9 6.7 2.4 10 2.7 6.7-.6 10-1.1 6.7-1.8 10-2.1 6.7.1 10 .3 6.7.4 10 .9 6.7 2 10 1.9c3.3 0 6.7-1.8 10-2.3 3.3-.4 6.7-.1 10-.3 3.3-.3 6.7-2 10-1.4 3.3.5 6.7 4.1 10 4.6s6.7-1.1 10-1.4 6.7.3 10-.5C78.3 9.7 81.7 6 85 6c3.3-.1 6.7 3 10 4 3.3 1.1 6.7 2 10 2.4s6.7.7 10 0 6.7-3.2 10-4.2 6.7-2.3 10-1.8 6.7 4 10 4.9 6.7.5 10 .6 6.7.9 10 .1c3.3-.9 6.7-4.8 10-5.2s6.7 2.2 10 2.8c3.3.5 6.7 0 10 .4 3.3.5 8.3 2 10 2.4V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill3"
                }
              }
            }
          ]
        },
        "slope": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 .2c1.7.3 6.7 1.4 10 2.1 3.3.8 6.7 1.8 10 2.5 3.3.6 6.7 1.2 10 1.3 3.3.2 6.7 0 10-.2 3.3-.3 6.7-1 10-1.4 3.3-.5 6.7-1.1 10-1.3 3.3-.1 6.7-.1 10 .2 3.3.4 6.7 1.1 10 1.8 3.3.8 6.7 1.8 10 2.5 3.3.8 6.7 1.5 10 1.9 3.3.3 6.7.3 10 .2 3.3-.2 6.7-.8 10-1.2 3.3-.5 6.7-1.2 10-1.4 3.3-.3 6.7-.5 10-.3 3.3.1 6.7.7 10 1.3s6.7 1.7 10 2.5c3.3.7 6.7 1.6 10 2.1s6.7.8 10 .7c3.3 0 6.7-.4 10-.8s6.7-1.2 10-1.5c3.3-.4 6.7-.8 10-.8s6.7.4 10 .9 6.7 1.5 10 2.2c3.3.8 6.7 1.8 10 2.4s6.7 1.1 10 1.2c3.3.2 6.7-.1 10-.4s6.7-1 10-1.5c3.3-.4 6.7-.9 10-1.1 3.3-.1 6.7 0 10 .4s6.7 1.2 10 1.9c3.3.8 8.3 2.1 10 2.5V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill3"
                }
              }
            }
          ]
        }
      }
    },
    "hill4": {
      "width": 100,
      "height": 100,
      "rotate": {
        "min": -3,
        "max": 3
      },
      "translate": {
        "x": {
          "min": -80,
          "max": 80
        },
        "y": {
          "min": -4,
          "max": 4
        }
      },
      "variants": {
        "dunes": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 12c1.7 0 6.7 0 10-.1 3.3 0 6.7-.2 10-.2s6.7.1 10 .1c3.3.1 6.7.2 10 .1 3.3-.2 6.7-.5 10-1.2 3.3-.6 6.7-1.8 10-2.8s6.7-2.5 10-3.3 6.7-1.5 10-1.5c3.3.1 6.7.9 10 1.9s6.7 2.8 10 4.2c3.3 1.3 6.7 3 10 3.9s6.7 1.4 10 1.6 6.7-.3 10-.5c3.3-.3 6.7-.7 10-1 3.3-.2 6.7-.2 10-.3s6.7 0 10-.4c3.3-.3 6.7-.8 10-1.5s6.7-1.8 10-2.6c3.3-.9 6.7-1.9 10-2.4s6.7-.7 10-.5c3.3.1 6.7.8 10 1.5 3.3.6 6.7 1.7 10 2.4s6.7 1.4 10 1.8 6.7.6 10 .7 6.7-.1 10-.2c3.3 0 6.7-.2 10-.3s6.7 0 10 0 6.7.1 10 0 6.7-.2 10-.6 6.7-1.1 10-1.9c3.3-.7 8.3-2.1 10-2.6V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill4"
                }
              }
            }
          ]
        },
        "gentle": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 11.4c1.7-.1 6.7-.4 10-.6s6.7-.4 10-.6 6.7-.4 10-.7c3.3-.2 6.7-.4 10-.6s6.7-.5 10-.6c3.3-.2 6.7-.4 10-.5s6.7-.2 10-.2 6.7 0 10 .2c3.3.1 6.7.3 10 .6s6.7.6 10 1 6.7.9 10 1.3c3.3.5 6.7 1 10 1.4 3.3.5 6.7.9 10 1.2s6.7.6 10 .7c3.3.2 6.7.2 10 .1s6.7-.3 10-.6c3.3-.2 6.7-.7 10-1.1s6.7-1 10-1.5 6.7-1 10-1.5 6.7-.9 10-1.3c3.3-.3 6.7-.6 10-.8s6.7-.3 10-.3 6.7 0 10 .2c3.3.1 6.7.3 10 .6 3.3.2 6.7.5 10 .7 3.3.3 6.7.6 10 .9s6.7.5 10 .8c3.3.2 6.7.4 10 .6s6.7.4 10 .5l10 .3c3.3.1 8.3.1 10 .1V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill4"
                }
              }
            }
          ]
        },
        "mesa": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 12.3c1.7-.8 6.7-3.6 10-4.7s6.7-1.6 10-2 6.7-.3 10-.4h10c3.3.1 6.7 0 10 .3s6.7.4 10 1.3 6.7 2.8 10 4 6.7 2.6 10 3.3 6.7.8 10 1 6.7.2 10 .3 6.7.2 10 .1 6.7 0 10-.8c3.3-.7 6.7-2.2 10-3.7 3.3-1.4 6.7-4 10-5.2 3.3-1.1 6.7-1.5 10-1.9s6.7-.4 10-.5 6.7-.1 10 0c3.3 0 6.7-.1 10 .5s6.7 1.4 10 2.9 6.7 4.6 10 6.1c3.3 1.6 6.7 2.5 10 3.1s6.7.5 10 .5c3.3.1 6.7.1 10 0s6.7-.1 10-.5 6.7-.7 10-1.8 6.7-3.4 10-4.9 6.7-3.1 10-3.8c3.3-.8 6.7-.7 10-.8s6.7 0 10 0c3.3.1 6.7.1 10 .3s8.3.8 10 .9V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill4"
                }
              }
            }
          ]
        },
        "peak": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 13c1.7-.3 6.7-.5 10-1.3s6.7-2.4 10-3.5 6.7-2.7 10-3.2 6.7-.4 10 .1c3.3.6 6.7 2.1 10 3.3s6.7 2.9 10 3.8c3.3 1 6.7 1.5 10 1.7s6.7-.3 10-.5c3.3-.1 6.7-.5 10-.5s6.7.4 10 .6c3.3.1 6.7.7 10 .4 3.3-.2 6.7-.8 10-1.9s6.7-3.1 10-4.6c3.3-1.6 6.7-3.7 10-4.6s6.7-1.3 10-.8 6.7 2.2 10 3.7c3.3 1.4 6.7 3.8 10 5.2 3.3 1.3 6.7 2.4 10 2.8 3.3.3 6.7-.4 10-.9s6.7-1.8 10-2.2c3.3-.5 6.7-.7 10-.6 3.3.2 6.7 1.1 10 1.6 3.3.4 6.7 1.2 10 1 3.3-.1 6.7-.9 10-1.9s6.7-3 10-4.2 6.7-2.7 10-3 6.7.1 10 1 6.7 2.9 10 4.4 6.7 3.5 10 4.6c3.3 1 6.7 1.6 10 1.8 3.3.1 8.3-.6 10-.8V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill4"
                }
              }
            }
          ]
        },
        "ridge": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 13.6c1.7-1.1 6.7-4.7 10-6.3 3.3-1.7 6.7-3.3 10-3.5s6.7.9 10 2.1c3.3 1.3 6.7 3.9 10 5.4 3.3 1.4 6.7 4.2 10 3.5 3.3-.8 6.7-6.2 10-8 3.3-1.9 6.7-2.7 10-3 3.3-.2 6.7.4 10 1.3 3.3.8 6.7 2 10 3.7s6.7 6.4 10 6.5c3.3 0 6.7-4.6 10-6.1C8.3 7.6 11.7 6.7 15 6s6.7-1.3 10-1.1c3.3.3 6.7 1.1 10 2.6 3.3 1.4 6.7 5.5 10 6.1s6.7-1.4 10-2.4c3.3-1.1 6.7-3 10-3.9s6.7-1.7 10-1.5c3.3.3 6.7 1.7 10 2.9s6.7 4 10 4.3c3.3.4 6.7-1.3 10-2.3 3.3-1.1 6.7-3.4 10-4.1s6.7-.7 10-.2c3.3.4 6.7 1.7 10 2.8 3.3 1 6.7 3 10 3.2s6.7-1 10-2 6.7-3.4 10-4.2c3.3-.9 6.7-.9 10-.9 3.3.1 6.7.4 10 1.3s6.7 3.4 10 4.4 8.3 1.4 10 1.7V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill4"
                }
              }
            }
          ]
        },
        "rolling": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 10.7c1.7.3 6.7 1.5 10 2.1 3.3.5 6.7 1.1 10 1.3s6.7.2 10-.2 6.7-1.2 10-2.1 6.7-2.3 10-3.5 6.7-2.6 10-3.4c3.3-.9 6.7-1.6 10-1.7s6.7.3 10 1.1c3.3.9 6.7 2.4 10 3.8s6.7 3.4 10 4.8 6.7 2.9 10 3.6c3.3.8 6.7 1.1 10 .8 3.3-.2 6.7-1.1 10-2.2 3.3-1 6.7-2.7 10-4.1 3.3-1.3 6.7-2.9 10-3.9s6.7-1.9 10-2.2 6.7-.2 10 .2 6.7 1.2 10 2 6.7 1.8 10 2.7c3.3.8 6.7 1.6 10 2.2 3.3.5 6.7.9 10 1.1 3.3.1 6.7 0 10-.2s6.7-.6 10-1.2c3.3-.5 6.7-1.2 10-1.8 3.3-.7 6.7-1.5 10-2.1s6.7-1.2 10-1.5 6.7-.5 10-.2c3.3.2 6.7.7 10 1.5s6.7 2 10 3.1 6.7 2.6 10 3.5c3.3 1 8.3 1.9 10 2.2V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill4"
                }
              }
            }
          ]
        },
        "rugged": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 10.6c1.7.1 6.7.8 10 .8s6.7-.3 10-.7 6.7-1.4 10-1.7c3.3-.4 6.7-.6 10-.3 3.3.4 6.7 1.9 10 2.3 3.3.3 6.7 0 10 0 3.3-.1 6.7.4 10-.3 3.3-.6 6.7-3.3 10-3.5 3.3-.1 6.7 2.3 10 2.9 3.3.5 6.7-.1 10 .5S1.7 14 5 13.5s6.7-5 10-5.9 6.7.2 10 .4 6.7-.2 10 .7c3.3 1 6.7 4.7 10 5.2 3.3.4 6.7-1.4 10-2.4 3.3-1.1 6.7-3.3 10-3.9s6.7-.3 10 .1 6.7 1.6 10 2.5c3.3 1 6.7 3.5 10 3.4 3.3-.2 6.7-3.4 10-4.2 3.3-.7 6.7-.2 10-.4 3.3-.3 6.7-1.5 10-1s6.7 3.5 10 3.9c3.3.5 6.7-1 10-1.3s6.7.1 10-.3 6.7-2.2 10-2.2 6.7 1.6 10 2c3.3.5 6.7.7 10 .9s6.7.7 10 .3 8.3-2.1 10-2.5V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill4"
                }
              }
            }
          ]
        },
        "slope": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M-105 4.1c1.7.1 6.7.9 10 1s6.7-.2 10-.6c3.3-.3 6.7-1.1 10-1.5s6.7-.9 10-1c3.3 0 6.7.2 10 .6s6.7 1.3 10 2c3.3.8 6.7 1.8 10 2.5s6.7 1.3 10 1.5c3.3.3 6.7.1 10-.1 3.3-.3 6.7-.9 10-1.4 3.3-.4 6.7-1 10-1.2s6.7-.3 10 0 6.7 1 10 1.7 6.7 1.7 10 2.5c3.3.7 6.7 1.5 10 1.9s6.7.5 10 .4c3.3-.2 6.7-.7 10-1.1 3.3-.5 6.7-1.2 10-1.5s6.7-.6 10-.4c3.3.1 6.7.6 10 1.2s6.7 1.6 10 2.4c3.3.7 6.7 1.7 10 2.2s6.7.9 10 .9 6.7-.4 10-.8c3.3-.3 6.7-1.1 10-1.5s6.7-.8 10-.8c3.3-.1 6.7.2 10 .7s6.7 1.4 10 2.1c3.3.8 6.7 1.8 10 2.5 3.3.6 6.7 1.2 10 1.3 3.3.2 8.3-.2 10-.2V260h-310Z",
                "fill": {
                  "type": "color",
                  "name": "hill4"
                }
              }
            }
          ]
        }
      }
    },
    "animation": {
      "width": 100,
      "height": 100,
      "variants": {
        "none": {
          "elements": []
        },
        "fastest": {
          "weight": 0,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbla-fastest"
              }
            },
            {
              "name": "style",
              "type": "element",
              "children": [
                {
                  "type": "text",
                  "value": "svg:has(.dbla-fastest){--dbla-t:0.75;--dbla-p:running}@media (prefers-reduced-motion: no-preference){@keyframes dblaOrbit{from{transform:translate(12px,37px) rotate(0deg) translate(-12px,-37px)}to{transform:translate(12px,37px) rotate(360deg) translate(-12px,-37px)}} .dbla-orb{transform-origin:0 0;animation:dblaOrbit calc(var(--dbla-t,1)*32s) linear infinite;animation-play-state:var(--dbla-p,paused)}}"
                }
              ]
            }
          ],
          "tags": [
            "animation"
          ]
        },
        "fast": {
          "weight": 0,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbla-fast"
              }
            },
            {
              "name": "style",
              "type": "element",
              "children": [
                {
                  "type": "text",
                  "value": "svg:has(.dbla-fast){--dbla-t:0.9;--dbla-p:running}@media (prefers-reduced-motion: no-preference){@keyframes dblaOrbit{from{transform:translate(12px,37px) rotate(0deg) translate(-12px,-37px)}to{transform:translate(12px,37px) rotate(360deg) translate(-12px,-37px)}} .dbla-orb{transform-origin:0 0;animation:dblaOrbit calc(var(--dbla-t,1)*32s) linear infinite;animation-play-state:var(--dbla-p,paused)}}"
                }
              ]
            }
          ],
          "tags": [
            "animation"
          ]
        },
        "medium": {
          "weight": 0,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbla-medium"
              }
            },
            {
              "name": "style",
              "type": "element",
              "children": [
                {
                  "type": "text",
                  "value": "svg:has(.dbla-medium){--dbla-t:1;--dbla-p:running}@media (prefers-reduced-motion: no-preference){@keyframes dblaOrbit{from{transform:translate(12px,37px) rotate(0deg) translate(-12px,-37px)}to{transform:translate(12px,37px) rotate(360deg) translate(-12px,-37px)}} .dbla-orb{transform-origin:0 0;animation:dblaOrbit calc(var(--dbla-t,1)*32s) linear infinite;animation-play-state:var(--dbla-p,paused)}}"
                }
              ]
            }
          ],
          "tags": [
            "animation"
          ]
        },
        "slow": {
          "weight": 0,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbla-slow"
              }
            },
            {
              "name": "style",
              "type": "element",
              "children": [
                {
                  "type": "text",
                  "value": "svg:has(.dbla-slow){--dbla-t:1.15;--dbla-p:running}@media (prefers-reduced-motion: no-preference){@keyframes dblaOrbit{from{transform:translate(12px,37px) rotate(0deg) translate(-12px,-37px)}to{transform:translate(12px,37px) rotate(360deg) translate(-12px,-37px)}} .dbla-orb{transform-origin:0 0;animation:dblaOrbit calc(var(--dbla-t,1)*32s) linear infinite;animation-play-state:var(--dbla-p,paused)}}"
                }
              ]
            }
          ],
          "tags": [
            "animation"
          ]
        },
        "slowest": {
          "weight": 0,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbla-slowest"
              }
            },
            {
              "name": "style",
              "type": "element",
              "children": [
                {
                  "type": "text",
                  "value": "svg:has(.dbla-slowest){--dbla-t:1.35;--dbla-p:running}@media (prefers-reduced-motion: no-preference){@keyframes dblaOrbit{from{transform:translate(12px,37px) rotate(0deg) translate(-12px,-37px)}to{transform:translate(12px,37px) rotate(360deg) translate(-12px,-37px)}} .dbla-orb{transform-origin:0 0;animation:dblaOrbit calc(var(--dbla-t,1)*32s) linear infinite;animation-play-state:var(--dbla-p,paused)}}"
                }
              ]
            }
          ],
          "tags": [
            "animation"
          ]
        }
      }
    }
  },
  "colors": {
    "background": {
      "values": [
        "#e1f3ff",
        "#d5f3ff",
        "#d6f8fb",
        "#faf0d2",
        "#ffebd5",
        "#ffe7dd",
        "#ffe4e1",
        "#f0e9ff",
        "#f0f3e8",
        "#daecff"
      ]
    },
    "orb": {
      "values": [
        "#e9c944",
        "#f8b734",
        "#fea247",
        "#fd9565",
        "#ffaf78",
        "#f58d79"
      ]
    },
    "hill1": {
      "values": [
        "#a8cde8",
        "#a5ccd8",
        "#b0d2b0",
        "#becb9c",
        "#dac99e",
        "#e2bc9e",
        "#e2beb2",
        "#a3d2ce"
      ]
    },
    "hill2": {
      "values": [
        "#84ae85",
        "#92a86d",
        "#b3a15e",
        "#a1a368",
        "#c38f65",
        "#c89381",
        "#76a5c6",
        "#62adad"
      ]
    },
    "hill3": {
      "values": [
        "#508659",
        "#6b8143",
        "#827d3e",
        "#987431",
        "#a26144",
        "#9e6258",
        "#507ca1",
        "#31868a"
      ]
    },
    "hill4": {
      "values": [
        "#2c5837",
        "#445423",
        "#5c531c",
        "#684821",
        "#6a3c2c",
        "#673d3d",
        "#30506f",
        "#05585f"
      ]
    }
  }
}
''';