docs: clarify handling of missing SVG files (#863)

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>
This commit is contained in:
Bjorn Lammers 2025-01-05 02:10:14 +01:00 committed by GitHub
parent 745ed80968
commit ffc40e32dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,8 @@ Thank you for your interest in contributing to the icon repository! To ensure sm
### Format
- **SVG Format Required**: All icons must be submitted in SVG format.
- **Automatic PNG and WEBP Generation**: PNG and WEBP versions are generated automatically from the SVG files using the following settings:
- **SVG Format Required**: All icons should be submitted in SVG format. If an SVG version is unavailable, a PNG version will suffice, and a WEBP version will be accordingly.
- **Automatic PNG and WEBP Generation**: PNG and WEBP versions are generated automatically from the SVG (or PNG) files using the following settings:
- **Dimensions**:
- Height: 512 pixels
- Width: Auto (maintaining aspect ratio)