More refactor of firing arcs module

This commit is contained in:
2024-04-26 10:37:36 -07:00
parent b4898daa2f
commit 93ef00d180
3 changed files with 76 additions and 64 deletions

View File

@@ -147,6 +147,7 @@ polygon.firing-arc[data-allegiance="liao"] {
#lines polyline, #lines line {
fill: none;
stroke: black;
stroke-width: 0.5;
}
#lines line {

View File

@@ -46,8 +46,6 @@
</g>
<g class="board">
<g id="test-arcs">
</g>
<g id="firing-arcs">
<g id="shapes"/>
<g id="lines"/>

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB