mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
fix: ophtograthy
This commit is contained in:
parent
8e13a3a0de
commit
e4590f56bc
5 changed files with 28 additions and 30 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
|
|
@ -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}) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue