Changes between Version 10 and Version 11 of LayoutUnit
- Timestamp:
- Mar 27, 2012, 10:06:18 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LayoutUnit
v10 v11 42 42 43 43 NOTE: Pixels in the list above refers to device pixels, not css pixels.[[BR]][[BR]] 44 44 45 = Interfacing with the inline box tree = 46 47 Inline boxes continue to be at floating point offsets with text rendered at floating point distances. Because we pixel snap the render tree, we need use the pixel snapped integer values when laying out inline boxes to avoid having text bleed outside of their containing blocks. We also continue to need use enclosingIntRect for measurements originating in the inline box tree.[[BR]][[BR]] 45 48 46 49 = Converting Subpixels to Pixels =