Bug 151947 - [cairo] Solid stroke of lines with thickness less than 1 pixel broken after r191658
Summary: [cairo] Solid stroke of lines with thickness less than 1 pixel broken after r...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Frédéric Wang (:fredw)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-07 10:33 PST by Alejandro G. Castro
Modified: 2015-12-08 01:18 PST (History)
8 users (show)

See Also:


Attachments
Patch (4.53 KB, patch)
2015-12-07 10:47 PST, Frédéric Wang (:fredw)
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro G. Castro 2015-12-07 10:33:43 PST
After that commit the mathml roots were not drawing correctly because sometime the line thickness is less than zero and this situation is not controlled anymore.
Comment 1 Frédéric Wang (:fredw) 2015-12-07 10:47:49 PST
Created attachment 266786 [details]
Patch
Comment 2 Frédéric Wang (:fredw) 2015-12-08 01:18:03 PST
Committed r193743: <http://trac.webkit.org/changeset/193743>