Skip to content

Commit 5cc06bb

Browse files
authored
refines the observable10 scheme (#1947)
1 parent 6152309 commit 5cc06bb

31 files changed

+4912
-4906
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Year: **Current (2023)** · [2022](./CHANGELOG-2022.md) · [2021](./CHANGELOG-2021.md)
44

5+
## 0.6.13
6+
7+
[Released December 13, 2023.](https://github.com/observablehq/plot/releases/tag/v0.6.13)
8+
9+
Fixes the *observable10* categorical color scheme. In 0.6.12, we inadvertently published an earlier draft; this fixed version better aligns the order of colors with *tableau10*.
10+
511
## 0.6.12
612

713
[Released December 7, 2023.](https://github.com/observablehq/plot/releases/tag/v0.6.12)

src/scales/schemes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ const schemeObservable10 = [
8383
"#efb118",
8484
"#ff725c",
8585
"#6cc5b0",
86-
"#a463f2",
86+
"#3ca951",
8787
"#ff8ab7",
88-
"#9c6b4e",
88+
"#a463f2",
8989
"#97bbf5",
90-
"#3ca951",
90+
"#9c6b4e",
9191
"#9498a0"
9292
];
9393

test/output/athletesHeightWeightSport.svg

Lines changed: 1993 additions & 1993 deletions
Loading

test/output/athletesSortNationality.html

Lines changed: 784 additions & 784 deletions
Large diffs are not rendered by default.

test/output/athletesSortNullLimit.html

Lines changed: 791 additions & 791 deletions
Large diffs are not rendered by default.

test/output/autoAreaStackColor.svg

Lines changed: 3 additions & 3 deletions
Loading

test/output/autoLineColorSeries.svg

Lines changed: 3 additions & 3 deletions
Loading

test/output/autoLineZero.svg

Lines changed: 3 additions & 3 deletions
Loading

test/output/clamp.svg

Lines changed: 366 additions & 366 deletions
Loading

test/output/colorLegendCategorical.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
<rect width="100%" height="100%"></rect>
3232
</svg>C</span><span class="plot-swatch"><svg width="15" height="15" fill="#6cc5b0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3333
<rect width="100%" height="100%"></rect>
34-
</svg>D</span><span class="plot-swatch"><svg width="15" height="15" fill="#a463f2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
34+
</svg>D</span><span class="plot-swatch"><svg width="15" height="15" fill="#3ca951" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3535
<rect width="100%" height="100%"></rect>
3636
</svg>E</span><span class="plot-swatch"><svg width="15" height="15" fill="#ff8ab7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3737
<rect width="100%" height="100%"></rect>
38-
</svg>F</span><span class="plot-swatch"><svg width="15" height="15" fill="#9c6b4e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
38+
</svg>F</span><span class="plot-swatch"><svg width="15" height="15" fill="#a463f2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3939
<rect width="100%" height="100%"></rect>
4040
</svg>G</span><span class="plot-swatch"><svg width="15" height="15" fill="#97bbf5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4141
<rect width="100%" height="100%"></rect>
42-
</svg>H</span><span class="plot-swatch"><svg width="15" height="15" fill="#3ca951" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
42+
</svg>H</span><span class="plot-swatch"><svg width="15" height="15" fill="#9c6b4e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4343
<rect width="100%" height="100%"></rect>
4444
</svg>I</span><span class="plot-swatch"><svg width="15" height="15" fill="#9498a0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4545
<rect width="100%" height="100%"></rect>

test/output/colorLegendCategoricalColumns.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</svg>
4949
<div class="plot-swatch-label" title="Business services">Business services</div>
5050
</div>
51-
<div class="plot-swatch"><svg width="15" height="15" fill="#a463f2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
51+
<div class="plot-swatch"><svg width="15" height="15" fill="#3ca951" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5252
<rect width="100%" height="100%"></rect>
5353
</svg>
5454
<div class="plot-swatch-label" title="Construction">Construction</div>
@@ -58,7 +58,7 @@
5858
</svg>
5959
<div class="plot-swatch-label" title="Education and Health">Education and Health</div>
6060
</div>
61-
<div class="plot-swatch"><svg width="15" height="15" fill="#9c6b4e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
61+
<div class="plot-swatch"><svg width="15" height="15" fill="#a463f2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
6262
<rect width="100%" height="100%"></rect>
6363
</svg>
6464
<div class="plot-swatch-label" title="Government">Government</div>
@@ -68,7 +68,7 @@
6868
</svg>
6969
<div class="plot-swatch-label" title="Finance">Finance</div>
7070
</div>
71-
<div class="plot-swatch"><svg width="15" height="15" fill="#3ca951" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
71+
<div class="plot-swatch"><svg width="15" height="15" fill="#9c6b4e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7272
<rect width="100%" height="100%"></rect>
7373
</svg>
7474
<div class="plot-swatch-label" title="Self-employed">Self-employed</div>

test/output/colorLegendCategoricalReverse.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
<rect width="100%" height="100%"></rect>
3232
</svg>H</span><span class="plot-swatch"><svg width="15" height="15" fill="#6cc5b0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3333
<rect width="100%" height="100%"></rect>
34-
</svg>G</span><span class="plot-swatch"><svg width="15" height="15" fill="#a463f2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
34+
</svg>G</span><span class="plot-swatch"><svg width="15" height="15" fill="#3ca951" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3535
<rect width="100%" height="100%"></rect>
3636
</svg>F</span><span class="plot-swatch"><svg width="15" height="15" fill="#ff8ab7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3737
<rect width="100%" height="100%"></rect>
38-
</svg>E</span><span class="plot-swatch"><svg width="15" height="15" fill="#9c6b4e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
38+
</svg>E</span><span class="plot-swatch"><svg width="15" height="15" fill="#a463f2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3939
<rect width="100%" height="100%"></rect>
4040
</svg>D</span><span class="plot-swatch"><svg width="15" height="15" fill="#97bbf5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4141
<rect width="100%" height="100%"></rect>
42-
</svg>C</span><span class="plot-swatch"><svg width="15" height="15" fill="#3ca951" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
42+
</svg>C</span><span class="plot-swatch"><svg width="15" height="15" fill="#9c6b4e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4343
<rect width="100%" height="100%"></rect>
4444
</svg>B</span><span class="plot-swatch"><svg width="15" height="15" fill="#9498a0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4545
<rect width="100%" height="100%"></rect>

test/output/colorLegendOrdinalTicks.svg

Lines changed: 1 addition & 1 deletion
Loading

test/output/decathlon.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<path d="M-4.87,-4.87L4.87,4.87M-4.87,4.87L4.87,-4.87"></path>
3333
</svg>FRG</span><span class="plot-swatch"><svg viewBox="-8 -8 16 16" width="15" height="15" fill="none" fill-opacity="1" stroke="#6cc5b0" stroke-opacity="1" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3434
<path d="M0,-5.443L4.714,2.721L-4.714,2.721Z"></path>
35-
</svg>GBR</span><span class="plot-swatch"><svg viewBox="-8 -8 16 16" width="15" height="15" fill="none" fill-opacity="1" stroke="#a463f2" stroke-opacity="1" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
35+
</svg>GBR</span><span class="plot-swatch"><svg viewBox="-8 -8 16 16" width="15" height="15" fill="none" fill-opacity="1" stroke="#3ca951" stroke-opacity="1" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3636
<path d="M0,4.769L0,-4.769M-4.13,-2.384L4.13,2.384M-4.13,2.384L4.13,-2.384"></path>
3737
</svg>SOV</span><span class="plot-swatch"><svg viewBox="-8 -8 16 16" width="15" height="15" fill="none" fill-opacity="1" stroke="#ff8ab7" stroke-opacity="1" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3838
<path d="M3.534,3.534L3.534,-3.534L-3.534,-3.534L-3.534,3.534Z"></path>
39-
</svg>TCH</span><span class="plot-swatch"><svg viewBox="-8 -8 16 16" width="15" height="15" fill="none" fill-opacity="1" stroke="#9c6b4e" stroke-opacity="1" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
39+
</svg>TCH</span><span class="plot-swatch"><svg viewBox="-8 -8 16 16" width="15" height="15" fill="none" fill-opacity="1" stroke="#a463f2" stroke-opacity="1" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4040
<path d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z"></path>
4141
</svg>USA</span>
4242
</div><svg class="plot" fill="currentColor" font-family="system-ui, sans-serif" font-size="10" text-anchor="middle" width="640" height="400" viewBox="0 0 640 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -115,14 +115,14 @@
115115
<text transform="translate(620,370)">Long Jump →</text>
116116
</g>
117117
<g aria-label="dot" fill="none" stroke-width="1.5" transform="translate(0.5,0.5)">
118-
<path transform="translate(608,289.36842105263173)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
118+
<path transform="translate(608,289.36842105263173)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
119119
<path transform="translate(570.2135922330095,285.9368421052634)" d="M0,-5.443L4.714,2.721L-4.714,2.721Z" stroke="#6cc5b0"></path>
120-
<path transform="translate(543.2233009708738,358)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
120+
<path transform="translate(543.2233009708738,358)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
121121
<path transform="translate(435.26213592232995,196.7157894736845)" d="M-4.87,-4.87L4.87,4.87M-4.87,4.87L4.87,-4.87" stroke="#ff725c"></path>
122122
<path transform="translate(424.4660194174759,121.22105263157894)" d="M-4.87,-4.87L4.87,4.87M-4.87,4.87L4.87,-4.87" stroke="#ff725c"></path>
123-
<path transform="translate(332.69902912621376,265.3473684210527)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
124-
<path transform="translate(559.4174757281554,241.32631578947365)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
125-
<path transform="translate(510.8349514563109,296.23157894736846)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
123+
<path transform="translate(332.69902912621376,265.3473684210527)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
124+
<path transform="translate(559.4174757281554,241.32631578947365)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
125+
<path transform="translate(510.8349514563109,296.23157894736846)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
126126
<path transform="translate(413.66990291262124,347.70526315789493)" d="M0,-5.443L4.714,2.721L-4.714,2.721Z" stroke="#6cc5b0"></path>
127127
<path transform="translate(451.45631067961165,73.17894736842082)" d="M-6.873,0L6.873,0M0,6.873L0,-6.873" stroke="#efb118"></path>
128128
<path transform="translate(456.8543689320387,261.91578947368436)" d="M0,-5.443L4.714,2.721L-4.714,2.721Z" stroke="#6cc5b0"></path>
@@ -131,40 +131,40 @@
131131
<path transform="translate(165.35922330097083,265.3473684210527)" d="M4.5,0A4.5,4.5,0,1,1,-4.5,0A4.5,4.5,0,1,1,4.5,0" stroke="#4269d0"></path>
132132
<path transform="translate(537.8252427184467,265.3473684210527)" d="M0,-5.443L4.714,2.721L-4.714,2.721Z" stroke="#6cc5b0"></path>
133133
<path transform="translate(505.4368932038833,138.3789473684213)" d="M-4.87,-4.87L4.87,4.87M-4.87,4.87L4.87,-4.87" stroke="#ff725c"></path>
134-
<path transform="translate(273.3203883495146,327.11578947368423)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
134+
<path transform="translate(273.3203883495146,327.11578947368423)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
135135
<path transform="translate(52,189.85263157894715)" d="M4.5,0A4.5,4.5,0,1,1,-4.5,0A4.5,4.5,0,1,1,4.5,0" stroke="#4269d0"></path>
136-
<path transform="translate(462.2524271844658,268.7789473684211)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
136+
<path transform="translate(462.2524271844658,268.7789473684211)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
137137
<path transform="translate(500.03883495145624,231.03157894736862)" d="M0,-5.443L4.714,2.721L-4.714,2.721Z" stroke="#6cc5b0"></path>
138-
<path transform="translate(429.86407766990294,289.36842105263173)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
139-
<path transform="translate(332.69902912621376,107.49473684210491)" d="M0,4.769L0,-4.769M-4.13,-2.384L4.13,2.384M-4.13,2.384L4.13,-2.384" stroke="#a463f2"></path>
140-
<path transform="translate(462.2524271844658,330.54736842105257)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
141-
<path transform="translate(257.1262135922329,107.49473684210491)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
142-
<path transform="translate(251.72815533980582,138.3789473684213)" d="M0,4.769L0,-4.769M-4.13,-2.384L4.13,2.384M-4.13,2.384L4.13,-2.384" stroke="#a463f2"></path>
138+
<path transform="translate(429.86407766990294,289.36842105263173)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
139+
<path transform="translate(332.69902912621376,107.49473684210491)" d="M0,4.769L0,-4.769M-4.13,-2.384L4.13,2.384M-4.13,2.384L4.13,-2.384" stroke="#3ca951"></path>
140+
<path transform="translate(462.2524271844658,330.54736842105257)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
141+
<path transform="translate(257.1262135922329,107.49473684210491)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
142+
<path transform="translate(251.72815533980582,138.3789473684213)" d="M0,4.769L0,-4.769M-4.13,-2.384L4.13,2.384M-4.13,2.384L4.13,-2.384" stroke="#3ca951"></path>
143143
<path transform="translate(456.8543689320387,124.65263157894731)" d="M-4.87,-4.87L4.87,4.87M-4.87,4.87L4.87,-4.87" stroke="#ff725c"></path>
144-
<path transform="translate(321.9029126213592,241.32631578947365)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
145-
<path transform="translate(467.65048543689335,313.38947368421077)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
144+
<path transform="translate(321.9029126213592,241.32631578947365)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
145+
<path transform="translate(467.65048543689335,313.38947368421077)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
146146
<path transform="translate(500.03883495145624,200.14736842105285)" d="M-6.873,0L6.873,0M0,6.873L0,-6.873" stroke="#efb118"></path>
147147
<path transform="translate(348.89320388349495,152.1052631578947)" d="M-4.87,-4.87L4.87,4.87M-4.87,4.87L4.87,-4.87" stroke="#ff725c"></path>
148148
<path transform="translate(456.8543689320387,237.8947368421053)" d="M-4.87,-4.87L4.87,4.87M-4.87,4.87L4.87,-4.87" stroke="#ff725c"></path>
149149
<path transform="translate(462.2524271844658,244.757894736842)" d="M0,-5.443L4.714,2.721L-4.714,2.721Z" stroke="#6cc5b0"></path>
150150
<path transform="translate(402.8737864077671,309.9578947368425)" d="M0,-5.443L4.714,2.721L-4.714,2.721Z" stroke="#6cc5b0"></path>
151-
<path transform="translate(170.7572815533979,32)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
151+
<path transform="translate(170.7572815533979,32)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
152152
<path transform="translate(413.66990291262124,248.18947368421033)" d="M0,-5.443L4.714,2.721L-4.714,2.721Z" stroke="#6cc5b0"></path>
153153
<path transform="translate(289.5145631067963,145.24210526315798)" d="M-4.87,-4.87L4.87,4.87M-4.87,4.87L4.87,-4.87" stroke="#ff725c"></path>
154-
<path transform="translate(440.66019417475707,128.08421052631564)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
155-
<path transform="translate(440.66019417475707,128.08421052631564)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
156-
<path transform="translate(143.7669902912621,114.35789473684225)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
154+
<path transform="translate(440.66019417475707,128.08421052631564)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
155+
<path transform="translate(440.66019417475707,128.08421052631564)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
156+
<path transform="translate(143.7669902912621,114.35789473684225)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
157157
<path transform="translate(575.6116504854366,224.16842105263189)" d="M3.534,3.534L3.534,-3.534L-3.534,-3.534L-3.534,3.534Z" stroke="#ff8ab7"></path>
158-
<path transform="translate(419.06796116504876,76.61052631578917)" d="M0,4.769L0,-4.769M-4.13,-2.384L4.13,2.384M-4.13,2.384L4.13,-2.384" stroke="#a463f2"></path>
158+
<path transform="translate(419.06796116504876,76.61052631578917)" d="M0,4.769L0,-4.769M-4.13,-2.384L4.13,2.384M-4.13,2.384L4.13,-2.384" stroke="#3ca951"></path>
159159
<path transform="translate(451.45631067961165,59.45263157894742)" d="M-6.873,0L6.873,0M0,6.873L0,-6.873" stroke="#efb118"></path>
160160
<path transform="translate(284.1165048543692,145.24210526315798)" d="M4.5,0A4.5,4.5,0,1,1,-4.5,0A4.5,4.5,0,1,1,4.5,0" stroke="#4269d0"></path>
161161
<path transform="translate(494.6407766990292,169.26315789473705)" d="M3.534,3.534L3.534,-3.534L-3.534,-3.534L-3.534,3.534Z" stroke="#ff8ab7"></path>
162162
<path transform="translate(386.6796116504854,182.98947368421045)" d="M4.5,0A4.5,4.5,0,1,1,-4.5,0A4.5,4.5,0,1,1,4.5,0" stroke="#4269d0"></path>
163-
<path transform="translate(235.53398058252418,179.55789473684212)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
164-
<path transform="translate(235.53398058252418,169.26315789473705)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#9c6b4e"></path>
163+
<path transform="translate(235.53398058252418,179.55789473684212)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
164+
<path transform="translate(235.53398058252418,169.26315789473705)" d="M0,-4.995L4.995,0L0,4.995L-4.995,0Z" stroke="#a463f2"></path>
165165
<path transform="translate(429.86407766990294,110.92631578947389)" d="M-4.87,-4.87L4.87,4.87M-4.87,4.87L4.87,-4.87" stroke="#ff725c"></path>
166166
<path transform="translate(397.47572815534,73.17894736842082)" d="M-6.873,0L6.873,0M0,6.873L0,-6.873" stroke="#efb118"></path>
167-
<path transform="translate(354.2912621359225,121.22105263157894)" d="M0,4.769L0,-4.769M-4.13,-2.384L4.13,2.384M-4.13,2.384L4.13,-2.384" stroke="#a463f2"></path>
167+
<path transform="translate(354.2912621359225,121.22105263157894)" d="M0,4.769L0,-4.769M-4.13,-2.384L4.13,2.384M-4.13,2.384L4.13,-2.384" stroke="#3ca951"></path>
168168
</g>
169169
</svg>
170170
</figure>

0 commit comments

Comments
 (0)