Skip to content

lottie: can't export to png with webgl canvas #139

@tinyjin

Description

@tinyjin

save2png currently doesn’t work in the WebGL player because the browser clears the drawing buffer after presenting a frame. While enabling preserveDrawingBuffer: true allows readback, it introduces measurable overhead by turning off driver/browser buffer optimizations. We need image export without requiring preserveDrawingBuffer.

Image
  • Use ThorVG saver and add save2png like save2gif (Need wasm binding change)
  • Any bypass trick

related: thorvg/thorvg.viewer#124

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions