constellation top-level constant

String const constellation

Raw JSON definition of the DiceBear constellation avatar style.

Implementation

const String constellation = '''{
  "\$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": "„Constellation” (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": "Constellation",
      "url": "https://www.dicebear.com"
    }
  },
  "canvas": {
    "elements": [
      {
        "name": "star",
        "type": "component",
        "attributes": {
          "transform": "translate(7.5 7.5)"
        }
      },
      {
        "name": "star02",
        "type": "component",
        "attributes": {
          "transform": "translate(32.5 7.5)"
        }
      },
      {
        "name": "star03",
        "type": "component",
        "attributes": {
          "transform": "translate(57.5 7.5)"
        }
      },
      {
        "name": "star04",
        "type": "component",
        "attributes": {
          "transform": "translate(82.5 7.5)"
        }
      },
      {
        "name": "star05",
        "type": "component",
        "attributes": {
          "transform": "translate(7.5 32.5)"
        }
      },
      {
        "name": "star06",
        "type": "component",
        "attributes": {
          "transform": "translate(32.5 32.5)"
        }
      },
      {
        "name": "star07",
        "type": "component",
        "attributes": {
          "transform": "translate(57.5 32.5)"
        }
      },
      {
        "name": "star08",
        "type": "component",
        "attributes": {
          "transform": "translate(82.5 32.5)"
        }
      },
      {
        "name": "star09",
        "type": "component",
        "attributes": {
          "transform": "translate(7.5 57.5)"
        }
      },
      {
        "name": "star10",
        "type": "component",
        "attributes": {
          "transform": "translate(32.5 57.5)"
        }
      },
      {
        "name": "star11",
        "type": "component",
        "attributes": {
          "transform": "translate(57.5 57.5)"
        }
      },
      {
        "name": "star12",
        "type": "component",
        "attributes": {
          "transform": "translate(82.5 57.5)"
        }
      },
      {
        "name": "star13",
        "type": "component",
        "attributes": {
          "transform": "translate(7.5 82.5)"
        }
      },
      {
        "name": "star14",
        "type": "component",
        "attributes": {
          "transform": "translate(32.5 82.5)"
        }
      },
      {
        "name": "star15",
        "type": "component",
        "attributes": {
          "transform": "translate(57.5 82.5)"
        }
      },
      {
        "name": "star16",
        "type": "component",
        "attributes": {
          "transform": "translate(82.5 82.5)"
        }
      },
      {
        "name": "constellation",
        "type": "component"
      },
      {
        "name": "comet",
        "type": "component"
      },
      {
        "name": "animation",
        "type": "component"
      }
    ],
    "width": 100,
    "height": 100
  },
  "attributes": {
    "fill": "none",
    "shape-rendering": "auto"
  },
  "components": {
    "comet": {
      "width": 100,
      "height": 100,
      "probability": 22,
      "rotate": {
        "min": -12,
        "max": 12
      },
      "translate": {
        "x": {
          "min": -12,
          "max": 12
        },
        "y": {
          "min": -5,
          "max": 8
        }
      },
      "variants": {
        "long": {
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbca-comet"
              },
              "children": [
                {
                  "name": "defs",
                  "type": "element",
                  "children": [
                    {
                      "name": "linearGradient",
                      "type": "element",
                      "attributes": {
                        "id": "dicebearConstellation-long",
                        "gradientUnits": "userSpaceOnUse",
                        "x1": "78",
                        "y1": "12",
                        "x2": "36",
                        "y2": "34"
                      },
                      "children": [
                        {
                          "name": "stop",
                          "type": "element",
                          "attributes": {
                            "offset": "0",
                            "stop-color": "#fff",
                            "stop-opacity": "0"
                          }
                        },
                        {
                          "name": "stop",
                          "type": "element",
                          "attributes": {
                            "offset": "1",
                            "stop-color": "#fff",
                            "stop-opacity": ".7"
                          }
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "path",
                  "type": "element",
                  "attributes": {
                    "d": "M78 12 35.3 32.7l1.4 2.6Z",
                    "fill": "url(#dicebearConstellation-long)"
                  }
                },
                {
                  "name": "circle",
                  "type": "element",
                  "attributes": {
                    "cx": "36",
                    "cy": "34",
                    "r": "1.6",
                    "fill": "#fff",
                    "fill-opacity": ".9"
                  }
                }
              ]
            }
          ]
        },
        "short": {
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbca-comet"
              },
              "children": [
                {
                  "name": "defs",
                  "type": "element",
                  "children": [
                    {
                      "name": "linearGradient",
                      "type": "element",
                      "attributes": {
                        "id": "dicebearConstellation-short",
                        "gradientUnits": "userSpaceOnUse",
                        "x1": "84",
                        "y1": "10",
                        "x2": "60",
                        "y2": "20"
                      },
                      "children": [
                        {
                          "name": "stop",
                          "type": "element",
                          "attributes": {
                            "offset": "0",
                            "stop-color": "#fff",
                            "stop-opacity": "0"
                          }
                        },
                        {
                          "name": "stop",
                          "type": "element",
                          "attributes": {
                            "offset": "1",
                            "stop-color": "#fff",
                            "stop-opacity": ".7"
                          }
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "path",
                  "type": "element",
                  "attributes": {
                    "d": "m84 10-24.5 8.9 1 2.2Z",
                    "fill": "url(#dicebearConstellation-short)"
                  }
                },
                {
                  "name": "circle",
                  "type": "element",
                  "attributes": {
                    "cx": "60",
                    "cy": "20",
                    "r": "1.3",
                    "fill": "#fff",
                    "fill-opacity": ".9"
                  }
                }
              ]
            }
          ]
        }
      }
    },
    "constellation": {
      "width": 100,
      "height": 100,
      "rotate": {
        "min": -180,
        "max": 180
      },
      "translate": {
        "x": {
          "min": -6,
          "max": 6
        },
        "y": {
          "min": -6,
          "max": 6
        }
      },
      "variants": {
        "andromeda": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m71.2 63.9-13.9-2.6m0 0-12.8-9.5M24.7 35.9l19.8 15.9m0 0 5.3-5.7m0 0 2.6-5.1",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "71.2",
                "cy": "63.9",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "71.2",
                "cy": "63.9",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "57.3",
                "cy": "61.3",
                "r": "1.8",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "52.4",
                "cy": "41",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "49.8",
                "cy": "46.1",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "44.5",
                "cy": "51.8",
                "r": "2.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "24.7",
                "cy": "35.9",
                "r": "2.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "aquila": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m38.8 48.9 2.5-5.4m0 0 2.5-3.8m-2.5 3.8 13.8 12.7m0 0-14.8 4.7M29.7 65l10.6-4.1m14.8-4.7 10.8-24m0 0 3.2-2.8m-14 26.8 10.9 18",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "69.1",
                "cy": "29.4",
                "r": "1.3",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "65.9",
                "cy": "32.2",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "66",
                "cy": "74.2",
                "r": "1.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "55.1",
                "cy": "56.2",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "43.8",
                "cy": "39.7",
                "r": "1.6",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "41.3",
                "cy": "43.5",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "41.3",
                "cy": "43.5",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "40.3",
                "cy": "60.9",
                "r": "1.3",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "38.8",
                "cy": "48.9",
                "r": "1.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "29.7",
                "cy": "65",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "auriga": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m31.1 53.3 2.1-22.2m0 0 21.7-2.2m0 0L63 42.6m0 0 4.8 22.5M50.1 79l17.7-13.9M50.1 79l-19-25.7",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "67.8",
                "cy": "65.1",
                "r": "1.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "63",
                "cy": "42.6",
                "r": "1.2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "54.9",
                "cy": "28.9",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "54.9",
                "cy": "28.9",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "50.1",
                "cy": "79",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "33.2",
                "cy": "31.1",
                "r": "1.6",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "31.1",
                "cy": "53.3",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "bear": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M22.1 51.3 36.2 45m0 0 11.3-6.4m0 0 7.7-4.3m0 0 6.3-7m0 0 6.4 9.3m0 0 9 10m0 0L70.2 68m0 0-16 10.7m0 0-20-10m0 0-6.4-10.4m0 0-5.7-7",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "22.1",
                "cy": "51.3",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "22.1",
                "cy": "51.3",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "36.2",
                "cy": "45",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "47.5",
                "cy": "38.6",
                "r": "1.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "55.2",
                "cy": "34.3",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "61.5",
                "cy": "27.3",
                "r": "1.8",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "67.9",
                "cy": "36.6",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "76.9",
                "cy": "46.6",
                "r": "1.6",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "70.2",
                "cy": "68",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "54.2",
                "cy": "78.7",
                "r": "1.6",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "34.2",
                "cy": "68.7",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "27.8",
                "cy": "58.3",
                "r": "1.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "46.2",
                "cy": "46.6",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ],
          "weight": 0.5
        },
        "bigDipper": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m68.7 36.7 3.7 10.2m0 0-13.6 8.2m0 0-6.5-6.2m0 0 16.4-12.2M52.3 48.9l-10.6 1.7m0 0-8.6.7m0 0-10.2 9.1",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "72.4",
                "cy": "46.9",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "68.7",
                "cy": "36.7",
                "r": "2.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "58.8",
                "cy": "55.1",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "52.3",
                "cy": "48.9",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "41.7",
                "cy": "50.6",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "41.7",
                "cy": "50.6",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "33.1",
                "cy": "51.3",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "22.9",
                "cy": "60.4",
                "r": "2.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "bootes": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m45.1 73.7 11.4-10.4m0 0L44.1 48.8m0 0L32.4 36.4m0 0 6.2-13.1m0 0 10.8 4.6m0 0 .1 14.9m0 0 7 20.5m0 0 9.4 1.2m0 0 2.7 4.8",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "68.6",
                "cy": "69.3",
                "r": "1.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "65.9",
                "cy": "64.5",
                "r": "1.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "56.5",
                "cy": "63.3",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "56.5",
                "cy": "63.3",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "49.5",
                "cy": "42.8",
                "r": "1.2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "49.4",
                "cy": "27.9",
                "r": "1.3",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "45.1",
                "cy": "73.7",
                "r": "1.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "44.1",
                "cy": "48.8",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "38.6",
                "cy": "23.3",
                "r": "1.2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "32.4",
                "cy": "36.4",
                "r": "1.2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "camelopardalis": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m62.1 69.1-8.9-6.7m0 0-13.9-8.7m22.8 15.4-8.5-26.5m0 0L39.3 53.7m14.3-11.1L41.8 22.2",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "62.1",
                "cy": "69.1",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "62.1",
                "cy": "69.1",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "53.6",
                "cy": "42.6",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "53.2",
                "cy": "62.4",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "39.3",
                "cy": "53.7",
                "r": "2.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "41.8",
                "cy": "22.2",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "cassiopeia": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m25.7 34.2 11.2 15.7m0 0 14.4-1.3m0 0 9.1 16.3m0 0 15.3-12.5",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "75.7",
                "cy": "52.4",
                "r": "2.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "60.4",
                "cy": "64.9",
                "r": "2.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "51.3",
                "cy": "48.6",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "51.3",
                "cy": "48.6",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "36.9",
                "cy": "49.9",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "25.7",
                "cy": "34.2",
                "r": "1.8",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "cepheus": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m49.4 72.2-9.1-20m0 0L58 42m0 0 5.8 18.3m0 0L49.4 72.2m-9.1-20-1.7-28.9m0 0L58 42",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "63.8",
                "cy": "60.3",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "63.8",
                "cy": "60.3",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "58",
                "cy": "42",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "49.4",
                "cy": "72.2",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "40.3",
                "cy": "52.2",
                "r": "1.8",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "38.6",
                "cy": "23.3",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "coronaBorealis": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m66 27.3 8 15.2m0 0L64 59.2m0 0-12.3 2.9m0 0-10.5 1.6m0 0-12.1-5.8m0 0-5.2-20.6",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "74",
                "cy": "42.5",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "66",
                "cy": "27.3",
                "r": "1.6",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "64",
                "cy": "59.2",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "64",
                "cy": "59.2",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "51.7",
                "cy": "62.1",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "41.2",
                "cy": "63.7",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "29.1",
                "cy": "57.9",
                "r": "1.6",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "23.9",
                "cy": "37.3",
                "r": "1.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "corvus": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m37.1 29.1 2.8 1.6m0 0 17.7 5.4m0 0 6.7 26.8m0 0 1.8 11.2m-1.8-11.2L34.9 67m0 0 5-36.3",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "66.1",
                "cy": "74.1",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "64.3",
                "cy": "62.9",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "57.6",
                "cy": "36.1",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "57.6",
                "cy": "36.1",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "39.9",
                "cy": "30.7",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "37.1",
                "cy": "29.1",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "34.9",
                "cy": "67",
                "r": "2.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "delphinus": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m63.2 75.8-8.4-25.7m0 0-4-10.3m0 0L37.6 38m0 0 6 8.3m0 0 11.2 3.8",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "63.2",
                "cy": "75.8",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "54.8",
                "cy": "50.1",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "54.8",
                "cy": "50.1",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "50.8",
                "cy": "39.8",
                "r": "2.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "43.6",
                "cy": "46.3",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "37.6",
                "cy": "38",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "dice": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M36 36h28m0 0v28m0 0H36m0 0V36",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "36",
                "cy": "36",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "64",
                "cy": "36",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "64",
                "cy": "64",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "36",
                "cy": "64",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "50",
                "cy": "50",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "50",
                "cy": "50",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "43",
                "cy": "43",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "57",
                "cy": "43",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "43",
                "cy": "57",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "57",
                "cy": "57",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ],
          "weight": 0.5
        },
        "grus": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m35.1 45.8 17.6-.7m0 0 9 9.4m0 0-15.1-.7m0 0-12.7-3.4m0 0 1.2-4.6m11.5 8-6.8 15.6m6.8-15.6-2.1 11.5m17.2-10.8 2.7-19.1m0 0 6.9-5.1",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "71.3",
                "cy": "30.3",
                "r": "1.8",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "64.4",
                "cy": "35.4",
                "r": "1.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "61.7",
                "cy": "54.5",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "61.7",
                "cy": "54.5",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "52.7",
                "cy": "45.1",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "46.6",
                "cy": "53.8",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "44.5",
                "cy": "65.3",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "39.8",
                "cy": "69.4",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "35.1",
                "cy": "45.8",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "33.9",
                "cy": "50.4",
                "r": "1.6",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "lacerta": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m56.1 78.4-8.9-17m0 0L48 47m0 0 2.6-5.5m0 0 .4-8.7m0 0-3.8 6.1m0 0L48 47",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "56.1",
                "cy": "78.4",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "51",
                "cy": "32.8",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "50.6",
                "cy": "41.5",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "48",
                "cy": "47",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "47.2",
                "cy": "61.4",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "47.2",
                "cy": "38.9",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "47.2",
                "cy": "38.9",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            }
          ]
        },
        "lynx": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m35.4 63.8 1.1-3m0 0 3.4-1.6m0 0 1.9-4m0 0 8.6-1.3m0 0 11.2-8.5m0 0 2.7-12.8m0 0 5.9-3.4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "70.2",
                "cy": "29.2",
                "r": "1.8",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "64.3",
                "cy": "32.6",
                "r": "1.8",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "61.6",
                "cy": "45.4",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "50.4",
                "cy": "53.9",
                "r": "1.8",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "41.8",
                "cy": "55.2",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "39.9",
                "cy": "59.2",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "36.5",
                "cy": "60.8",
                "r": "1.9",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "35.4",
                "cy": "63.8",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "35.4",
                "cy": "63.8",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            }
          ]
        },
        "lyra": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m68.3 27.5-11.6 9.3m0 0-8.1 32.5m0 0-14.2 4.9m0 0 7.5-32m0 0 14.8-5.4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "68.3",
                "cy": "27.5",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "68.3",
                "cy": "27.5",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "56.7",
                "cy": "36.8",
                "r": "1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "48.6",
                "cy": "69.3",
                "r": "1.2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "41.9",
                "cy": "42.2",
                "r": "1.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "34.4",
                "cy": "74.2",
                "r": "1.3",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "orion": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "M35.8 24.7 58 28m0 0-5.1 19.7m-17.1-23 10.7 27.8m6.4-4.8-3.1 2.7m0 0-3.3 2.1m6.4-4.8 12.9 23.5M46.5 52.5l-5.2 23m24.5-4.3-24.5 4.3",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "65.8",
                "cy": "71.2",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "65.8",
                "cy": "71.2",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "58",
                "cy": "28",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "52.9",
                "cy": "47.7",
                "r": "1.6",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "49.8",
                "cy": "50.4",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "46.5",
                "cy": "52.5",
                "r": "1.7",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "41.3",
                "cy": "75.5",
                "r": "1.6",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "35.8",
                "cy": "24.7",
                "r": "2",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        },
        "ursaMinor": {
          "elements": [
            {
              "name": "path",
              "type": "element",
              "attributes": {
                "d": "m49.4 21-3.5 10.3m0 0-1.5 12.6m0 0L50.2 56m0 0-5.4 5.2m0 0 10.5 10.7m0 0 4.8-7.2m0 0L50.2 56",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".4",
                "stroke-width": ".8",
                "stroke-linecap": "round"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "49.4",
                "cy": "21",
                "r": "2.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "49.4",
                "cy": "21",
                "r": "4",
                "stroke": {
                  "type": "color",
                  "name": "constellation"
                },
                "stroke-opacity": ".35",
                "stroke-width": ".7"
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "60.1",
                "cy": "64.7",
                "r": "2.1",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "55.3",
                "cy": "71.9",
                "r": "1.8",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "50.2",
                "cy": "56",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "44.8",
                "cy": "61.2",
                "r": "1.4",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "44.4",
                "cy": "43.9",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            },
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "45.9",
                "cy": "31.3",
                "r": "1.5",
                "fill": {
                  "type": "color",
                  "name": "constellation"
                }
              }
            }
          ]
        }
      }
    },
    "star": {
      "width": 10,
      "height": 10,
      "probability": 85,
      "translate": {
        "x": {
          "min": -120,
          "max": 120
        },
        "y": {
          "min": -120,
          "max": 120
        }
      },
      "variants": {
        "faint": {
          "weight": 3,
          "elements": [
            {
              "name": "circle",
              "type": "element",
              "attributes": {
                "cx": "5",
                "cy": "5",
                "r": ".6",
                "fill": "#fff",
                "fill-opacity": ".4"
              }
            }
          ]
        },
        "small": {
          "weight": 3,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbca-tw-small"
              },
              "children": [
                {
                  "name": "circle",
                  "type": "element",
                  "attributes": {
                    "cx": "5",
                    "cy": "5",
                    "r": ".8",
                    "fill": "#fff",
                    "fill-opacity": ".6"
                  }
                }
              ]
            }
          ]
        },
        "medium": {
          "weight": 2,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbca-tw-medium"
              },
              "children": [
                {
                  "name": "circle",
                  "type": "element",
                  "attributes": {
                    "cx": "5",
                    "cy": "5",
                    "r": "1",
                    "fill": "#fff",
                    "fill-opacity": ".7"
                  }
                }
              ]
            }
          ]
        }
      }
    },
    "star02": {
      "extends": "star"
    },
    "star03": {
      "extends": "star"
    },
    "star04": {
      "extends": "star"
    },
    "star05": {
      "extends": "star"
    },
    "star06": {
      "extends": "star"
    },
    "star07": {
      "extends": "star"
    },
    "star08": {
      "extends": "star"
    },
    "star09": {
      "extends": "star"
    },
    "star10": {
      "extends": "star"
    },
    "star11": {
      "extends": "star"
    },
    "star12": {
      "extends": "star"
    },
    "star13": {
      "extends": "star"
    },
    "star14": {
      "extends": "star"
    },
    "star15": {
      "extends": "star"
    },
    "star16": {
      "extends": "star"
    },
    "animation": {
      "width": 100,
      "height": 100,
      "variants": {
        "none": {
          "elements": []
        },
        "fastest": {
          "weight": 0,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbca-fastest"
              }
            },
            {
              "name": "style",
              "type": "element",
              "children": [
                {
                  "type": "text",
                  "value": "svg:has(.dbca-fastest){--dbca-t:0.75;--dbca-p:running}@media (prefers-reduced-motion: no-preference){@keyframes dbcaTw{0%,100%{opacity:1}50%{opacity:.3}} @keyframes dbcaComet{0%{transform:translate(16px,-6.6px);opacity:0}8%{opacity:1}26%{transform:translate(-36px,15px);opacity:0}100%{transform:translate(-36px,15px);opacity:0}} .dbca-tw-small{animation:dbcaTw calc(var(--dbca-t,1)*4.2s) ease-in-out infinite calc(var(--dbca-t,1)*1.1s)} .dbca-tw-medium{animation:dbcaTw calc(var(--dbca-t,1)*5.2s) ease-in-out infinite calc(var(--dbca-t,1)*2.2s)} .dbca-comet{animation:dbcaComet calc(var(--dbca-t,1)*10.5s) ease-in infinite}.dbca-tw-small,.dbca-tw-medium,.dbca-comet{animation-play-state:var(--dbca-p,paused)}}"
                }
              ]
            }
          ],
          "tags": [
            "animation"
          ]
        },
        "fast": {
          "weight": 0,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbca-fast"
              }
            },
            {
              "name": "style",
              "type": "element",
              "children": [
                {
                  "type": "text",
                  "value": "svg:has(.dbca-fast){--dbca-t:0.9;--dbca-p:running}@media (prefers-reduced-motion: no-preference){@keyframes dbcaTw{0%,100%{opacity:1}50%{opacity:.3}} @keyframes dbcaComet{0%{transform:translate(16px,-6.6px);opacity:0}8%{opacity:1}26%{transform:translate(-36px,15px);opacity:0}100%{transform:translate(-36px,15px);opacity:0}} .dbca-tw-small{animation:dbcaTw calc(var(--dbca-t,1)*4.2s) ease-in-out infinite calc(var(--dbca-t,1)*1.1s)} .dbca-tw-medium{animation:dbcaTw calc(var(--dbca-t,1)*5.2s) ease-in-out infinite calc(var(--dbca-t,1)*2.2s)} .dbca-comet{animation:dbcaComet calc(var(--dbca-t,1)*10.5s) ease-in infinite}.dbca-tw-small,.dbca-tw-medium,.dbca-comet{animation-play-state:var(--dbca-p,paused)}}"
                }
              ]
            }
          ],
          "tags": [
            "animation"
          ]
        },
        "medium": {
          "weight": 0,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbca-medium"
              }
            },
            {
              "name": "style",
              "type": "element",
              "children": [
                {
                  "type": "text",
                  "value": "svg:has(.dbca-medium){--dbca-t:1;--dbca-p:running}@media (prefers-reduced-motion: no-preference){@keyframes dbcaTw{0%,100%{opacity:1}50%{opacity:.3}} @keyframes dbcaComet{0%{transform:translate(16px,-6.6px);opacity:0}8%{opacity:1}26%{transform:translate(-36px,15px);opacity:0}100%{transform:translate(-36px,15px);opacity:0}} .dbca-tw-small{animation:dbcaTw calc(var(--dbca-t,1)*4.2s) ease-in-out infinite calc(var(--dbca-t,1)*1.1s)} .dbca-tw-medium{animation:dbcaTw calc(var(--dbca-t,1)*5.2s) ease-in-out infinite calc(var(--dbca-t,1)*2.2s)} .dbca-comet{animation:dbcaComet calc(var(--dbca-t,1)*10.5s) ease-in infinite}.dbca-tw-small,.dbca-tw-medium,.dbca-comet{animation-play-state:var(--dbca-p,paused)}}"
                }
              ]
            }
          ],
          "tags": [
            "animation"
          ]
        },
        "slow": {
          "weight": 0,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbca-slow"
              }
            },
            {
              "name": "style",
              "type": "element",
              "children": [
                {
                  "type": "text",
                  "value": "svg:has(.dbca-slow){--dbca-t:1.15;--dbca-p:running}@media (prefers-reduced-motion: no-preference){@keyframes dbcaTw{0%,100%{opacity:1}50%{opacity:.3}} @keyframes dbcaComet{0%{transform:translate(16px,-6.6px);opacity:0}8%{opacity:1}26%{transform:translate(-36px,15px);opacity:0}100%{transform:translate(-36px,15px);opacity:0}} .dbca-tw-small{animation:dbcaTw calc(var(--dbca-t,1)*4.2s) ease-in-out infinite calc(var(--dbca-t,1)*1.1s)} .dbca-tw-medium{animation:dbcaTw calc(var(--dbca-t,1)*5.2s) ease-in-out infinite calc(var(--dbca-t,1)*2.2s)} .dbca-comet{animation:dbcaComet calc(var(--dbca-t,1)*10.5s) ease-in infinite}.dbca-tw-small,.dbca-tw-medium,.dbca-comet{animation-play-state:var(--dbca-p,paused)}}"
                }
              ]
            }
          ],
          "tags": [
            "animation"
          ]
        },
        "slowest": {
          "weight": 0,
          "elements": [
            {
              "name": "g",
              "type": "element",
              "attributes": {
                "class": "dbca-slowest"
              }
            },
            {
              "name": "style",
              "type": "element",
              "children": [
                {
                  "type": "text",
                  "value": "svg:has(.dbca-slowest){--dbca-t:1.35;--dbca-p:running}@media (prefers-reduced-motion: no-preference){@keyframes dbcaTw{0%,100%{opacity:1}50%{opacity:.3}} @keyframes dbcaComet{0%{transform:translate(16px,-6.6px);opacity:0}8%{opacity:1}26%{transform:translate(-36px,15px);opacity:0}100%{transform:translate(-36px,15px);opacity:0}} .dbca-tw-small{animation:dbcaTw calc(var(--dbca-t,1)*4.2s) ease-in-out infinite calc(var(--dbca-t,1)*1.1s)} .dbca-tw-medium{animation:dbcaTw calc(var(--dbca-t,1)*5.2s) ease-in-out infinite calc(var(--dbca-t,1)*2.2s)} .dbca-comet{animation:dbcaComet calc(var(--dbca-t,1)*10.5s) ease-in infinite}.dbca-tw-small,.dbca-tw-medium,.dbca-comet{animation-play-state:var(--dbca-p,paused)}}"
                }
              ]
            }
          ],
          "tags": [
            "animation"
          ]
        }
      }
    }
  },
  "colors": {
    "background": {
      "values": [
        "#131e37",
        "#1f2040",
        "#27193c",
        "#0d1e2f",
        "#032933",
        "#032729",
        "#2f182d",
        "#181a22"
      ]
    },
    "constellation": {
      "values": [
        "#ece8dd",
        "#e7ecf0",
        "#e9dab2",
        "#c1e0f0",
        "#f1d7d2"
      ]
    }
  }
}
''';