Skip to content

Commit

Permalink
v1.5.37 - add defs-emblems on update
Browse files Browse the repository at this point in the history
  • Loading branch information
Azgaar committed Feb 16, 2021
1 parent 46fe551 commit 40bb9c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/save-and-load.js
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ function parseLoadedData(data) {
});

// v 1.5 added emblems
defs.append("g").attr("id", "defs-emblems");
emblems = viewbox.insert("g", "#population").attr("id", "emblems").style("display", "none");
emblems.append("g").attr("id", "burgEmblems");
emblems.append("g").attr("id", "provinceEmblems");
Expand Down

0 comments on commit 40bb9c2

Please sign in to comment.