From ffc40e32dcf8641da6cc547b4404a2b22c4968c4 Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Sun, 5 Jan 2025 02:10:14 +0100 Subject: [PATCH] docs: clarify handling of missing SVG files (#863) Signed-off-by: Bjorn Lammers --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d04efab..34479b87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)