Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the actual Frame when there are Drop Shadows and outer Borders #585

Closed
angusjune opened this issue Jul 25, 2019 · 2 comments
Closed

Comments

@angusjune
Copy link

Is it possible to get the actual Frame if a component has drop shadows and outer borders?

For example a Rectangle with frame = { x: 0, y: 0, width: 100, height: 100 } and 1px outer Border, its "actual frame" is { x: -1, y: -1, width: 102, height: 102 }.

@bomberstudios
Copy link
Contributor

This will be fixed when we implement #655

@christianklotz
Copy link
Contributor

Closing as a duplicate of #655.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants