mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-30 02:47:22 +02:00
`IndexedCS` invoked the base color space once per palette entry, which is cheap for e.g. `DeviceRgbCS` but not for `IccColorSpace` where every call is a Wasm round-trip.