liuwuqingnian

Results 3 comments of 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,...

![successful svg demo](https://github.com/user-attachments/assets/84d53d02-a70e-4b76-aec9-0359b2231031) ![failed svg demo](https://github.com/user-attachments/assets/f92c654f-dfaf-448b-8986-9a366540261f) **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