WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED LATER
97236
[CSS Shapes] Fixup pixel snapping code in shape inside layout code
https://bugs.webkit.org/show_bug.cgi?id=97236
Summary
[CSS Shapes] Fixup pixel snapping code in shape inside layout code
Bear Travis
Reported
2012-09-20 10:51:41 PDT
Separated from
https://bugs.webkit.org/show_bug.cgi?id=95479#c4
The code below should be cleaned up: Source/WebCore/rendering/RenderBlockLineLayout.cpp:809,810 logicalLeft = max<float>(roundToInt(wrapShapeInfo->segments()[0].logicalLeft), logicalLeft); logicalRight = min<float>(floorToInt(wrapShapeInfo->segments()[0].logicalRight), logicalRight);
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug