This fixes processing of files where viewbox has leading/trailing whitespace. Signed-off-by: Alexey Ivanov <rbtz@ph34r.me>
3 lines
152 B
XML
3 lines
152 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="123.456" height="654.321" viewBox=" 0 0 123.456 654.321 ">
|
|
</svg>
|