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:
parent
94f2e3e821
commit
05f4e8fd26
@ -169,7 +169,7 @@ The final icon should:
|
|||||||
* Be minified to a single line with no formatting.
|
* Be minified to a single line with no formatting.
|
||||||
* Contain only a single `path` element.
|
* Contain only a single `path` element.
|
||||||
* Not contain extraneous elements.
|
* 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.
|
* Not contain extraneous attributes.
|
||||||
* This includes: `width`, `height`, `fill`, `stroke`, `clip`, `font`, etc.
|
* This includes: `width`, `height`, `fill`, `stroke`, `clip`, `font`, etc.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user