szeged / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45 stars 7 forks source link

Fix dpi used in wrench #327

Closed zakorgy closed 4 years ago

zakorgy commented 4 years ago

Fixes https://github.com/szeged/webrender/issues/326 by setting the dpi to be always 1.0, If we use a different number, we don't pass tests which are using images (png) for the reference.


This change is Reviewable