Steve Ruiz
Steve Ruiz
Noted! It would be a big feature, but we could use this thread to start the research. Are there any other apps that have implementations that you like?
Hey @thomasaull, we re-scale all images to fit into a 1000x1000 box. For local images, this is done for performance reasons (serializing a 10mb means having a 13mb string in...
Cheers, I'll look into this. In the meantime, what kind of UX would have been good here? A little dialog saying "hey we had to resize this"?
It's not that the image is bigger than the viewport, it's just anything over 1000px on either side will cause us to rescale the image.
Working on some APIs to address this: https://github.com/tldraw/tldraw/pull/1824
I landed the props in https://github.com/tldraw/tldraw/pull/1824 which will allow developers more control over when (and whether) to rescale images which are too large or reject files which are too large....
Hey @Ange-Cesari, thanks for the issue. This was talked about a lot last year when the first version of tldraw came out: in the end in the context of a...
We used to persist these properties but this was dropped after some changes to user presence / styles. @ds300 could you provide context on this one?
Sorry, it's a bit more complicated. I'd like to find a solution but our current "shared styles across tools" pattern doesn't really support it, so we're considering changing that pattern!
What do you mean by regular web pack builder? Is this a different issue?