adobe-photoshop / spaces-design

Adobe Photoshop Design Space
http://adobe-photoshop.github.io/
Other
848 stars 81 forks source link

Consider vector masks of groups in their bounds #3744

Closed baaygun closed 8 years ago

baaygun commented 8 years ago

In a situation where a vector mask was created for a group, we would still be calculating it's bounds using the child bounds. But the transform controls show for the union of child bounds and the mask bounds.

This PR makes sure we get the required properties for the group bounds, and use them in bounds calculations.

Addresses #3704 and potentially other mask related group bounds issues

pineapplespatula commented 8 years ago

Looks good to me