Bug 98462 - [CSS Shapes] Implement correct behavior for shape-inside when corner radius > half width or height
Summary: [CSS Shapes] Implement correct behavior for shape-inside when corner radius >...
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 96669
Blocks: 89256
  Show dependency treegraph
 
Reported: 2012-10-04 16:28 PDT by Bear Travis
Modified: 2014-03-27 08:49 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bear Travis 2012-10-04 16:28:27 PDT
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.
Comment 1 Zoltan Horvath 2014-02-07 14:50:19 PST
I'm not sure that this bug is still valid. Needs to be revisited.