iced/wgpu/src/image
Jovansonlee Cesar 0c502801e3
Make rendering of svg that has text work out of the box (#2560)
* fix: load system fonts to usvg font_db, this will make rendering of text in svg that has it

* feat: add an example that renders svg that has text on it

* Initialize `fontdb` only once for `vector` images

* Remove `svg_text` example

* Set `fontdb` for `usvg::Options` in `tiny_skia::vector`

---------

Co-authored-by: Héctor Ramón Jiménez <hector@hecrj.dev>
2024-09-13 21:43:00 +00:00
..
atlas Make image Cache eviction strategy less aggressive in iced_wgpu 2024-04-24 21:29:30 +02:00
atlas.rs Fix windows fighting over shared image::Cache 2024-05-06 12:23:44 +02:00
cache.rs Fix windows fighting over shared image::Cache 2024-05-06 12:23:44 +02:00
mod.rs Introduce Svg struct in core::svg 2024-08-04 04:52:55 +02:00
null.rs Merge branch 'master' into wgpu/better-architecture 2024-04-07 14:06:52 +02:00
raster.rs Use an opaque Id type for image::Handle 2024-05-01 01:39:43 +02:00
vector.rs Make rendering of svg that has text work out of the box (#2560) 2024-09-13 21:43:00 +00:00