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: CSSAssignee: 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
Reported 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.
Attachments
Zoltan Horvath
Comment 1 2014-02-07 14:50:19 PST
I'm not sure that this bug is still valid. Needs to be revisited.
Note You need to log in before you can comment on or make changes to this bug.