url-encoder icon indicating copy to clipboard operation
url-encoder copied to clipboard

Cannot escape '<' in attributes

Open carefree0910 opened this issue 2 years ago • 0 comments

Minimal buggy svg:

<svg xmlns='http://www.w3.org/2000/svg'><rect width='100' height='100' fill='red' data-name='<' /></svg>

carefree0910 avatar Mar 29 '22 14:03 carefree0910