linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.45k stars 569 forks source link

SVG widget doesn't respect scale #2333

Closed xStrom closed 1 year ago

xStrom commented 1 year ago

With the merger of #2106 we regressed on respecting the scale of dp:px for SVG. This can be solved with a few lines, but requires the actual scale information in the widget code. That info isn't piped through right now, so the prerequisite step is to get that piped in.

Hopefully I can have this fixed soon, but just in case I'm creating this issue to track it.