mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Fix size of 'wasm renderer' debug text on dpr > 1
This commit is contained in:
@@ -275,6 +275,7 @@ impl RenderState {
|
||||
self.viewbox.width.floor() as i32,
|
||||
self.viewbox.height.floor() as i32,
|
||||
);
|
||||
self.fonts.set_scale_debug_font(dpr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user