Bug 155416

Summary: Negative outline offset could break curved outline-style: auto
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, thorton
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description zalan 2016-03-13 18:24:04 PDT
when the abs(offset) value is higher than the border radius value.
Comment 1 zalan 2016-03-13 19:40:19 PDT
Created attachment 273917 [details]
Patch
Comment 2 Tim Horton 2016-03-14 10:11:41 PDT
Comment on attachment 273917 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=273917&action=review

> Source/WebCore/platform/graphics/PathUtilities.cpp:439
> +        FloatSize adjustedRadius = radius;

I think you can expandedTo/shrunkTo here.
Comment 3 zalan 2016-03-14 11:12:48 PDT
Committed r198142: <http://trac.webkit.org/changeset/198142>