mirror of
https://github.com/penpot/penpot.git
synced 2026-08-29 08:08:46 +00:00
The bitmap and svg renderers requested image embedding with a new render-embed parameter while the render entrypoint already supports an equivalent one, so both were semantically duplicated knobs. - switch exporters to the existing :embed parameter - drop the render-embed schema entry and resolution logic - populate the images cache only when embedding is active so non embedding consumers do not download every object image upfront SVG exports of shapes with image fills now contain embedded data uris instead of url references; this restores the original intent of the exporter rewrite and keeps svg and bitmaps deterministic. AI-assisted-by: glm-5.3-flash