From bfdda3ec4d4ec7cdf8ac8d2bc8ad5baca70da400 Mon Sep 17 00:00:00 2001 From: duese Date: Fri, 19 Jul 2024 14:22:34 +0200 Subject: [PATCH] Update contribution guide. --- guides/Contributing.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/guides/Contributing.md b/guides/Contributing.md index ff8f58206f..2fc90de46a 100644 --- a/guides/Contributing.md +++ b/guides/Contributing.md @@ -23,7 +23,7 @@ - lines should have a **round cap & round corners** - the icons should be drawn in **white** - dots should be a circle with a **radius of 0,5px** (i.e. total size = 1,5 x 1,5 px) -- try to be consistent with sizing your icons, make sure it's not to big or small (use the templates as a reference) +- try to be consistent with sizing your icons, make sure it's not too big or small (use the templates as a reference) - we don't accept files that are directly image traced, they are a mess to work with and look sloppy - if you use any letters or numbers make sure to use the font document from the templates folder - make sure that your SVG file names do not contain any special characters like +-.,! @@ -31,18 +31,14 @@ ### Some features -Before contributing SVG icons, open them inside a text editor and check for the following features. If your icon contains **any** of these SVG features, please replace them before submitting a pull request! +Before contributing SVG icons, open them inside a text editor and check for the following features. If your icon +contains **any** of these SVG features, please replace them before submitting a pull request! - - transform elements - fill-rule:evenodd - scientific e-notation ### How to Replace -- **transform elements**: there are several methods to remove this - - delete all transform attributes - - combine one of the transform objects with another one - - un-group the objects - **fill-rule:evenodd**: these can just be deleted - **scientific e-notation**: replace them with the normal notation