mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.5.37 - add defs-emblems on update
This commit is contained in:
parent
46fe5514d1
commit
40bb9c2847
1 changed files with 1 additions and 0 deletions
|
|
@ -1079,6 +1079,7 @@ function parseLoadedData(data) {
|
||||||
});
|
});
|
||||||
|
|
||||||
// v 1.5 added emblems
|
// v 1.5 added emblems
|
||||||
|
defs.append("g").attr("id", "defs-emblems");
|
||||||
emblems = viewbox.insert("g", "#population").attr("id", "emblems").style("display", "none");
|
emblems = viewbox.insert("g", "#population").attr("id", "emblems").style("display", "none");
|
||||||
emblems.append("g").attr("id", "burgEmblems");
|
emblems.append("g").attr("id", "burgEmblems");
|
||||||
emblems.append("g").attr("id", "provinceEmblems");
|
emblems.append("g").attr("id", "provinceEmblems");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue