Skip to content

Commit

Permalink
Merge pull request #177 from jenkinsci/fill
Browse files Browse the repository at this point in the history
Use only `fill` for SVGs and remove `stroke`
  • Loading branch information
uhafner authored Sep 21, 2022
2 parents 0f301ec + 099f7ba commit d291302
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 d291302

Please sign in to comment.