Remove shadows from some svg icons

They weren't been shown in older versions of qt but qt 6.8 displays them.
This commit is contained in:
Luis Ángel San Martín
2024-12-21 09:43:35 +01:00
parent 011dc64baf
commit 9925692d5d
9 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18"><defs><style>.cls-1{filter:url(#drop-shadow-1);}.cls-2{fill:#404040;}</style><filter id="drop-shadow-1" filterUnits="userSpaceOnUse"><feOffset dx="0" dy="0"/><feGaussianBlur result="blur" stdDeviation="1"/><feFlood flood-color="#000" flood-opacity="1"/><feComposite in2="blur" operator="in"/><feComposite in="SourceGraphic"/></filter></defs><g class="cls-1"><rect class="cls-2" x="4.15" y="7.35" width="9" height="4" transform="translate(-4.08 8.85) rotate(-45)"/><rect class="cls-2" x="12.24" y="2.76" width="2" height="4" transform="translate(.51 10.76) rotate(-45)"/><polyline class="cls-2" points="6.17 14.66 2.64 15.36 3.34 11.83"/></g></svg>
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18"><defs><style>.cls-1{filter:url(#drop-shadow-1);}.cls-2{fill:#404040;}</style></defs><g class="cls-1"><rect class="cls-2" x="4.15" y="7.35" width="9" height="4" transform="translate(-4.08 8.85) rotate(-45)"/><rect class="cls-2" x="12.24" y="2.76" width="2" height="4" transform="translate(.51 10.76) rotate(-45)"/><polyline class="cls-2" points="6.17 14.66 2.64 15.36 3.34 11.83"/></g></svg>

Before

Width:  |  Height:  |  Size: 801 B

After

Width:  |  Height:  |  Size: 546 B