tldraw / tldraw-v1

A tiny little drawing app. This is the original 2021-2022 version, released under MIT.
https://old.tldraw.com
MIT License
61 stars 36 forks source link

[bug] file exported as image in multiplayer mode contains placeholders instead of image #66

Closed krapie closed 1 year ago

krapie commented 1 year ago

When upload file into tldraw multiplayer and export it as image (png, etc), the downloaded image file contains image placeholder, not image.

See below (tldraw multiplayer):

export_fail

But it seems like tldraw beta is working fine (tldraw beta share/multiplayer):

export_success

This issue was initially found in: https://github.com/Krapi0314/yorkie-tldraw/issues/6

krapie commented 1 year ago

This issue is resolved: https://github.com/tldraw/tldraw/pull/1130