mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update euclid to 0.18
This commit is contained in:
parent
88664912ed
commit
9e446971a8
27 changed files with 78 additions and 82 deletions
|
@ -2370,7 +2370,7 @@ impl BlockFlowDisplayListBuilding for BlockFlow {
|
|||
clip.size.height.to_f32_px(),
|
||||
);
|
||||
|
||||
let clip = transform.transform_rect(&clip);
|
||||
let clip = transform.transform_rect(&clip).unwrap();
|
||||
|
||||
rect(
|
||||
Au::from_f32_px(clip.origin.x),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue