Skip to content

Commit

Permalink
Merge pull request #305 from ZeLonewolf/diamond-fix
Browse files Browse the repository at this point in the history
Enlarge diamond shield
  • Loading branch information
claysmalley authored May 5, 2022
2 parents d8ef06c + 44167c2 commit b15bc1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 3 additions & 0 deletions style/icons/shield40_diamond_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions style/icons/shield40_us_nc.svg

This file was deleted.

11 changes: 6 additions & 5 deletions style/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@ export function loadShields(shieldImages) {

//Diamond shields
var diamondShield = {
backgroundImage: shieldImages.shield40_us_nc,
backgroundImage: shieldImages.shield40_diamond_white,
textLayoutConstraint: ShieldText.ellipseTextConstraint,
textColor: "black",
padding: {
left: 5,
right: 5,
top: 5,
bottom: 5,
left: 2.5,
right: 2.5,
top: 4.5,
bottom: 4.5,
},
};

Expand Down

0 comments on commit b15bc1f

Please sign in to comment.