Improve error message for SVG render above limit #3167

This commit is contained in:
Lovell Fuller
2022-04-04 14:20:04 +01:00
parent 926572b41e
commit 5d36f5f699
3 changed files with 24 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ Requires libvips v8.12.2
* Increase control over sensitivity to invalid images via `failOn`, deprecate `failOnError` (equivalent to `failOn: 'warning'`).
* Improve error message when attempting to render SVG input greater than 32767x32767.
[#3167](https://github.com/lovell/sharp/issues/3167)
* Ensure `create` input image has correct bit depth and colour space.
[#3139](https://github.com/lovell/sharp/issues/3139)