From a02ca22416957bea83768e25d35448a5e8c053da Mon Sep 17 00:00:00 2001 From: vimux Date: Tue, 30 Aug 2022 10:39:29 -0400 Subject: [PATCH] Update CONTRIBUTING.md Add a note about negative SVG viewBox values --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c05cd36..fa6cb89 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,7 @@ what the user needs to do * Be less than 2048 bytes * Be minified to a single line with no formatting * Not contain any JS or CSS section inside it - * Not contain any additional transformations (matrix, translate, scale) + * Not contain any additional transformations (matrix, translate, scale) or negative viewBox position values * Сompatible with [MIT License](LICENSE) * Maintain clean commit history and use meaningful commit messages. Pull Requests with messy commit history (with commit messages like "update", "another update", etc) are difficult to review and won't be merged, even if the changes