tldraw / tldraw-v1

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

[feature]Get the picture about only the elements visible within the canvas are obtained, and those beyond the canvas are intercepted #5

Closed yangshuo1126 closed 7 months ago

yangshuo1126 commented 1 year ago

If the element or image exceeds the canvas, the generated image will contain the excess part. We would like to obtain a picture that does not contain any excess parts. That is to say, if you want a WYSIWYG image on the canvas and the elements outside the canvas are intercepted, how can add this feature

steveruizok commented 1 year ago

You would like a command that gets your current canvas as an image? That's interesting, I had not thought of that but I could see it being useful.

steveruizok commented 7 months ago

Hi, closing this as we won't be adding new features to this version of tldraw. Check https://github.com/tldraw/tldraw for the latest!