mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
57bdd6920f
The optimize parameter was missing from the API request payload. The API endpoint defaulted to optimization enabled because `body.optimize !== false` (svgr/+server.ts:L18) evaluates to `true` when `undefined`, removing gradients even when users disabled optimization.