Open
Description
If an html element has a <g></g>
inside, the picture will show cutouts wherever the <g>
is. This is a regression from v1.11.11 where it worked.
Expected Behavior
Current Behavior
Possible Solution
Fix the regression occurring from 1.11.11 to 1.11.13
Steps to Reproduce
use toPNG() on
<div>
<svg>
<g>
<rect width="200" height="100" fill="green" />
</g>
</svg>
</div>
You should see a green rectangle in the picture you take but instead its a gray rectangle