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
Note You need to log in before you can comment on or make changes to this bug.