Closed westonruter closed 2 years ago
Fixes #512
Ensures that SelfClosingSVGElements will properly process:
SelfClosingSVGElements
<path/>
<path />
@schlessera Once this is merged, can a 0.11.0 release be made so we can include it in AMP plugin v2.2.2?
Fixes #512
Ensures that
SelfClosingSVGElements
will properly process:<path/>
as opposed to<path />
).