liuwuqingnian
liuwuqingnian
When a certain Base64 is too large, the image generated by sharp will be missing this layer. code like: `const svgString = '.. base64ImageStr1. **base64ImageStr2**'; const imgBuffer = Buffer.from(svgString) sharp(imgBuffer,...
  **When size of an image in an SVG is too large, version 0.33.5 of Sharp will fail (version 0.33.4 is OK) to render that...
The latest release of librsvg was 9 years ago. How can this issue be fixed using Sharp? Are there any specific solutions? @lovell