fathyb / html2svg

Convert HTML and `<canvas>` to SVG, PDF, or images using Chromium
1.2k stars 30 forks source link

SVG appears to fail validation #37

Open paulmillar opened 1 year ago

paulmillar commented 1 year ago

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"/>