html2svg icon indicating copy to clipboard operation
html2svg copied to clipboard

SVG appears to fail validation

Open paulmillar opened this issue 1 year ago • 0 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"/>

paulmillar avatar Jun 18 '23 22:06 paulmillar