Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bleed-avoidance computation for border-image
BoxDecorationData::ComputeBleedAvoidance() did not take border image outsets into consideration, which meant that the "clip" strategy could be used - clipping the border image. Don't do any bleed-avoidance if there's either a border radius set or if the border image outsets are non-zero. Fixed: 378404999 Change-Id: I958e5cf045bdf560efd1a72ed8d62d17932b23be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6010901 Reviewed-by: Stephen Chenney <[email protected]> Commit-Queue: Stephen Chenney <[email protected]> Auto-Submit: Fredrik Söderquist <[email protected]> Cr-Commit-Position: refs/heads/main@{#1382422}
- Loading branch information