This breaks some of the attributes like `viewBox`, which is case-sensitive. Input: ```html <svg width="21" height="15" viewBox="0 0 21 15" /> ``` output: ```html <svg width="21" height="15" viewbox="0 0 21 15"/> ```
This breaks some of the attributes like
viewBox, which is case-sensitive.Input:
output: