slint/internal/core/graphics
Olivier Goffart 2e08b7dd1e Fix the rendering size of svg
- On the web, to return the image size, we need to use the natural size
   of the image, and not its dom size, as the later get modified since
   commit  b727aba4a0

 - The target size did not take in account the image fit, that's because
   former version of resvg could only render by respecting the aspect
   ratio. But since the web don't have this limitation, we now need to
   take it into account. And new version of resvg can also scale with
   any aspect ratio
2022-10-24 10:05:38 +02:00
..
image Fix the rendering size of svg 2022-10-24 10:05:38 +02:00
bitmapfont.rs Fix scaling of glyphs and improve type safety in the MCU backend 2022-02-17 15:07:57 +01:00
brush.rs Fix interpolation between gradiants of different size 2022-05-20 09:06:55 +02:00
color.rs Skia/FemtoVG: implement re-use of box shadow textures 2022-08-23 15:27:34 +02:00
image.rs Fix the rendering size of svg 2022-10-24 10:05:38 +02:00
path.rs Upgrade to lyon 1.0 2022-07-22 19:27:49 +02:00
rendering_metrics_collector.rs janitor: Fix some typos 2022-08-29 16:53:47 +02:00