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{fill:#404040;filter:url(#drop-shadow-3);}</style><filter id="drop-shadow-3" filterUnits="userSpaceOnUse"><feOffset dx="0" dy="0"/><feGaussianBlur result="blur" stdDeviation="1"/><feFlood flood-color="#000" flood-opacity=".7"/><feComposite in2="blur" operator="in"/><feComposite in="SourceGraphic"/></filter></defs><polygon class="cls-1" points="12.95 5.17 10.83 3.05 8 5.88 5.17 3.05 3.05 5.17 5.88 8 3.05 10.83 5.17 12.95 8 10.12 10.83 12.95 12.95 10.83 10.12 8 12.95 5.17"/></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{fill:#404040;filter:url(#drop-shadow-3);}</style></defs><polygon class="cls-1" points="12.95 5.17 10.83 3.05 8 5.88 5.17 3.05 3.05 5.17 5.88 8 3.05 10.83 5.17 12.95 8 10.12 10.83 12.95 12.95 10.83 10.12 8 12.95 5.17"/></svg>

Before

Width:  |  Height:  |  Size: 656 B

After

Width:  |  Height:  |  Size: 400 B