Ensure pdfBackground constructor property is used #4207

Slightly refactor the way background colours are set
This commit is contained in:
Lovell Fuller
2025-04-09 22:21:14 +01:00
parent a642767329
commit 5b5dfbad77
4 changed files with 31 additions and 35 deletions

View File

@@ -6,6 +6,11 @@ title: Changelog
Requires libvips v8.16.1
### v0.34.2 - TBD
* Ensure `pdfBackground` constructor property is used.
[#4207](https://github.com/lovell/sharp/pull/4207)
### v0.34.1 - 7th April 2025
* TypeScript: Ensure new `autoOrient` property is optional.