Skip to content

Commit

Permalink
fix display of "hollow" svg shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
kepper committed Dec 7, 2023
1 parent ed9ae7c commit d623d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FacsimileComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ export default {
.unassigned path {
fill: $svgUnassignedShapeColor;
stroke: $svgUnassignedShapeColor;
fill-rule: evenodd;
&:hover {
stroke-width: 10px;
stroke: lighten($svgUnassignedShapeColor, 15%);
Expand All @@ -1009,6 +1010,7 @@ export default {
.writingZone path {
fill: #666666;
stroke: #666666;
fill-rule: evenodd;
&:hover {
stroke-width: 10px;
stroke: azure;
Expand Down

0 comments on commit d623d09

Please sign in to comment.