fix: ophtograthy

This commit is contained in:
Azgaar 2025-10-31 01:15:59 +01:00
parent 8e13a3a0de
commit e4590f56bc
5 changed files with 28 additions and 30 deletions

View file

@ -300,8 +300,6 @@ window.ThreeD = (function () {
const states = viewbox.select("#labels #states");
const city = burgLabels.select("#city");
const town = burgLabels.select("#town");
const city_icons = burgIcons.select("#city");
const town_icons = burgIcons.select("#town");
const stateOptions = {
font: states.attr("font-family"),

View file

@ -352,7 +352,7 @@ function addStylePreset() {
"stroke-dasharray",
"stroke-linecap",
"stroke-linejoin",
"fitler"
"filter"
];
const anchorsAttributes = ["opacity", "fill", "font-size", "stroke", "stroke-width", "filter"];
options.burgs.groups.forEach(({name}) => {