Bug 98462
Summary: | [CSS Shapes] Implement correct behavior for shape-inside when corner radius > half width or height | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bear Travis <betravis> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED LATER | ||
Severity: | Normal | CC: | donggwan.kim, zoltan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 96669 | ||
Bug Blocks: | 89256 |
Bear Travis
If a shape has corner radius greater than half its dimension (cornerRadiusX > width / 2, or cornerRadiusY > height / 2), shape-inside has inconsistent behavior.
It tries to use these larger radii, but some content is placed outside the shape-inside.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zoltan Horvath
I'm not sure that this bug is still valid. Needs to be revisited.