Skip to content

Commit

Permalink
Rings: Fix the inner border
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Feb 29, 2024
1 parent 95b9938 commit 8b10c82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sheets/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ sheet.glyphs.set("ring-12", (canvas: SVGContainer) => {
.center(sheet.cellsize / 2, sheet.cellsize / 2)
.maskWith(mask);
group.circle(sheet.cellsize * 0.3)
.attr("data-playerstroke", true)
.fill({color: "#fff", opacity: 0})
.stroke({width: border, color: "#000"})
.center(sheet.cellsize / 2, sheet.cellsize / 2);
Expand All @@ -453,7 +452,6 @@ sheet.glyphs.set("ring-13", (canvas: SVGContainer) => {
.center(sheet.cellsize / 2, sheet.cellsize / 2)
.maskWith(mask);
group.circle(sheet.cellsize * 0.3)
.attr("data-playerstroke", true)
.fill({color: "#fff", opacity: 0})
.stroke({width: border, color: "#000"})
.center(sheet.cellsize / 2, sheet.cellsize / 2);
Expand All @@ -477,7 +475,6 @@ sheet.glyphs.set("ring-23", (canvas: SVGContainer) => {
.center(sheet.cellsize / 2, sheet.cellsize / 2)
.maskWith(mask);
group.circle(sheet.cellsize * 0.65)
.attr("data-playerstroke", true)
.fill({color: "#fff", opacity: 0})
.stroke({width: border, color: "#000"})
.center(sheet.cellsize / 2, sheet.cellsize / 2);
Expand Down

0 comments on commit 8b10c82

Please sign in to comment.