Commit 487384c
layout: Use
It seems that `f32` doesn't have enough precision to prevent hitting our
floating point error limit when blending content sizes during table
layout. This change makes more calculations use `f64` preventing a debug
assertion from firing.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>f64 when blending table content sizes1 parent 1985b47 commit 487384c
1 file changed
Lines changed: 18 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments