Skip to content
#

cleaner

Here are 204 public repositories matching this topic...

lexeii
lexeii commented Aug 11, 2019

When fill is absent (fill="none") then fill-* attributes has no sense:

Now:

fill:none;fill-rule:evenodd

Desired:

fill:none

Additionally, when stroke not defined then stroke-* attributes are excessive:

Now:

fill:#333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round

Desired:

fill:#333

Added: if path contains

Improve this page

Add a description, image, and links to the cleaner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cleaner topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.