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 16 16"><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="3.51" y="5.99" width="9" height="4" transform="translate(-3.3 8) rotate(-45)"/><rect class="cls-2" x="11.61" y="1.39" width="2" height="4" transform="translate(1.29 9.91) rotate(-45)"/><polygon class="cls-2" points="5.54 13.29 2 14 2.71 10.46 5.54 13.29"/></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 16 16"><defs><style>.cls-1{filter:url(#drop-shadow-1);}.cls-2{fill:#404040;}</style></defs><g class="cls-1"><rect class="cls-2" x="3.51" y="5.99" width="9" height="4" transform="translate(-3.3 8) rotate(-45)"/><rect class="cls-2" x="11.61" y="1.39" width="2" height="4" transform="translate(1.29 9.91) rotate(-45)"/><polygon class="cls-2" points="5.54 13.29 2 14 2.71 10.46 5.54 13.29"/></g></svg>

Before

Width:  |  Height:  |  Size: 801 B

After

Width:  |  Height:  |  Size: 546 B