payment_icons icon indicating copy to clipboard operation
payment_icons copied to clipboard

Keep <svg> at the root of the structure

Open tauthomas01 opened this issue 5 years ago • 0 comments

Issue

Some of the newest icon requests contain markups that are not needed at the root of the SVG file.

Examples alt alt

Reference example Reference example

This is mostly due to SVG icons generated by vector applications such as Illustrator that keep its original layers.

Proposed solution

We should have a test that rejects any markups at the root except the <svg> to keep the SVG lightweight and clean.

tauthomas01 avatar May 08 '19 14:05 tauthomas01