Skip to content

How to calculate a group of shapes' wrapping rect including shadows for exporting to PNG? #1261

Answered by lavrton
lanyusan asked this question in Q&A
Discussion options

You must be logged in to vote

I don't really understand what you can't use node.getClientRect(). It should give you exactly what you want. If you need relative results, you can use relativeTo argument:

// calculate clean rectangle relative to stage node
// it means it will ignore stage transforms
node.getClientRect({ relativeTo: stage });

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lanyusan
Comment options

Answer selected by lanyusan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants