-
-
Notifications
You must be signed in to change notification settings - Fork 21
Better SVG minification #10
Copy link
Copy link
Closed
Labels
👶 semver/patchThis is a backwards-compatible fixThis is a backwards-compatible fix💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface🦋 type/enhancementThis is great to haveThis is great to have
Metadata
Metadata
Assignees
Labels
👶 semver/patchThis is a backwards-compatible fixThis is a backwards-compatible fix💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface🦋 type/enhancementThis is great to haveThis is great to have
When embedded in HTML, attributes can be left unquoted (but apparently they can't collapse), also: the SVG element is an HTML element, whereas elements inside it are in the SVG space.