Skip to content
Discussion options

You must be logged in to vote

Sorry for the delayed reply, and thanks for the detailed writeup — this was helpful to dig into.

On the shrink/flexbox issue: you've actually found a real gap, not a misconfiguration on your part. A couple of quick notes:

  • If you're using filter + filterMode: 'remove', that option currently isn't wired into the size-correction pass at all — the bbox stays at the original element's full size no matter what gets filtered out.
  • If you switch to exclude + excludeMode: 'remove' instead, you should see the box shrink vertically when content is removed — but horizontal shrink is not implemented, and flex/grid/table containers are explicitly skipped from the shrink logic today to avoid producing f…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tinchox5
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