Update euclid to 0.18

This commit is contained in:
Bastien Orivel 2018-07-18 09:27:07 +02:00
parent 88664912ed
commit 9e446971a8
27 changed files with 78 additions and 82 deletions

View file

@ -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),