Skip to content

Attribute names are unconditionally lower-cased #41

@skywhale

Description

@skywhale

This breaks some of the attributes like viewBox, which is case-sensitive.

Input:

<svg width="21" height="15" viewBox="0 0 21 15" />

output:

<svg width="21" height="15" viewbox="0 0 21 15"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions