8000 Make the size of clipping masks only use the size of the mask · Issue #14 · WestonThayer/Bloks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Make the size of clipping masks only use the size of the mask #14
Open
@WestonThayer

Description

@WestonThayer

The size of a clipping mask according to Illustrator's API is determined by the largest object in the clip group. This is super unintuitive, and they don't provide a nice way to get the size of the mask object.

  • We can't simply ask for the first group child and take it's size, the mask object can be at any Z
  • Clip groups can be nested, so we would have to recurse through the entire tree to get the true size

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0