mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 05:47:19 +02:00
Merge pull request #6742 from penpot/ladybenko-fix-wasm-debug-text-hi-dpr
✨ Fix size of 'wasm renderer' debug text on dpr > 1
This commit is contained in:
commit
9ea0875e65
13 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue