Skip to content

Commit

Permalink
fix: smoothens svg shape rendering in subfooter form
Browse files Browse the repository at this point in the history
  • Loading branch information
tikagan committed Oct 2, 2023
1 parent 695fcb9 commit 74cb6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/subfooter-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:d="path"
stroke="#FFC582"
stroke-width="2"
shape-rendering="crispEdges"
shape-rendering="auto"
class="stroke-path" />
</svg>
</div>
Expand Down

0 comments on commit 74cb6bf

Please sign in to comment.