Skip to content

Commit

Permalink
Fix black bits in Empires and Coalitions map.
Browse files Browse the repository at this point in the history
  • Loading branch information
tttppp committed Mar 28, 2020
1 parent 12bb0b1 commit f2f3536
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
4 changes: 2 additions & 2 deletions variants/empiresandcoalitions/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variants/empiresandcoalitions/empiresandcoalitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var EmpiresAndCoalitionsVariant = common.Variant{
SVGMap: func() ([]byte, error) {
return Asset("svg/empiresandcoalitionsmap.svg")
},
SVGVersion: "4",
SVGVersion: "5",
SVGUnits: map[godip.UnitType]func() ([]byte, error){
godip.Army: func() ([]byte, error) {
return classical.Asset("svg/army.svg")
Expand Down
30 changes: 27 additions & 3 deletions variants/empiresandcoalitions/svg/empiresandcoalitionsmap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2f3536

Please sign in to comment.