mirror of
https://github.com/servo/servo.git
synced 2025-10-04 10:39:16 +01:00
Sometimes, we want to use extremely small pixel value in transform, e.g. translate(calc(0.001px)), which should be rendered correctly together with scale(100000). This patch only fixes this case for Servo because Stylo still uses Au on the Gecko side, even if we pass pixel value into FFI directly in the previous patch. |
||
---|---|---|
.. | ||
html |