Skip to content

Commit

Permalink
Use only fill for SVGs and remove stroke.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 21, 2022
1 parent 0f301ec commit 099f7ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<phase>process-resources</phase>
<configuration>
<target>
<replace token="path d=" value="path fill=&quot;currentColor&quot; stroke=&quot;currentColor&quot; d=" dir="${project.build.directory}/classes/images/symbols">
<replace token="path d=" value="path fill=&quot;currentColor&quot; d=" dir="${project.build.directory}/classes/images/symbols">
<include name="**/*.svg" />
</replace>
</target>
Expand Down

0 comments on commit 099f7ba

Please sign in to comment.