1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-05 01:20:39 +02:00

Fix SVG tag error in contributing guidelines (#4529)

This commit is contained in:
Álvaro Mondéjar 2020-12-29 16:12:32 +01:00 committed by GitHub
parent 94f2e3e821
commit 05f4e8fd26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ The final icon should:
* Be minified to a single line with no formatting.
* Contain only a single `path` element.
* Not contain extraneous elements.
* This includes: `circ`, `ellipse`, `rect`, `polygon`, `line`, `g`, etc.
* This includes: `circle`, `ellipse`, `rect`, `polygon`, `line`, `g`, etc.
* Not contain extraneous attributes.
* This includes: `width`, `height`, `fill`, `stroke`, `clip`, `font`, etc.