fathyb / html2svg

Convert HTML and `<canvas>` to SVG, PDF, or images using Chromium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG appears to fail validation

paulmillar opened this issue · comments

I followed the documentation to generate a test image:

docker run fathyb/html2svg https://google.com/ > google.svg

and fed the resulting file google.svg to the W3C Markup Validation Service. The validator reported a single error:

 Error Line 143, Column 45: SVG element feComposite is missing required attribute in2.

				<feComposite in="flood" operator="atop"/>