Commit 864bdda4 authored by Taurie Davis's avatar Taurie Davis

spellcheck

parent befb425c
...@@ -56,8 +56,8 @@ When exporting SVGs, be sure to follow the following guidelines: ...@@ -56,8 +56,8 @@ When exporting SVGs, be sure to follow the following guidelines:
3. SVGs that are limited to one color should be exported without a fill color so the color can be set using CSS. 3. SVGs that are limited to one color should be exported without a fill color so the color can be set using CSS.
4. Ensure that exported SVGs have been run through an [SVG cleaner](https://github.com/RazrFalcon/SVGCleaner) to remove unused elements and attributes. 4. Ensure that exported SVGs have been run through an [SVG cleaner](https://github.com/RazrFalcon/SVGCleaner) to remove unused elements and attributes.
You can open you svg in a text editor to ensure that it is clean. You can open your svg in a text editor to ensure that it is clean.
Incorrect file will look like this: Incorrect files will look like this:
```xml ```xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment