Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make rendering of svg that has text work out of the box (#2560) | 2024-09-13 | 1 | -10/+21 | |
| | | | | | | | | | | | | | | | * 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> | ||||
* | Update `cosmic-text` and `resvg` (#2416) | 2024-07-17 | 1 | -22/+12 | |
| | | | | | | | | | | | | | | | | | * Update `cosmic-text`, `glyphon`, and `resvg` * Fix slow font fallback with `Shaping::Basic` in `cosmic-text` * Update `cosmic-text` and `resvg` * Update `cosmic-text` * Fix `SelectAll` action in `editor` * Fix some panics in `graphics::text::editor` * Remove empty `if` statement in `tiny_skia::vector` * Update `cosmic-text`, `glyphon`, and `rustc-hash` | ||||
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 1 | -1/+5 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -1/+3 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -0/+11 | |
| | |||||
* | Fix `expect` message in `iced_tiny_skia::vector` | 2023-12-11 | 1 | -1/+1 | |
| | |||||
* | Call `convert_text` on `svg` node before rendering | 2023-11-11 | 1 | -2/+12 | |
| | | | | | `tiny-skia` does not support text rendering, so we convert the text nodes to path nodes prior to that. | ||||
* | Fix `clippy::unreadable_literal` | 2023-09-20 | 1 | -3/+3 | |
| | |||||
* | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -4/+4 | |
| | |||||
* | Improve code style in `vector` modules | 2023-07-12 | 1 | -11/+12 | |
| | |||||
* | Fix import consistency for `bytemuck` | 2023-07-12 | 1 | -2/+1 | |
| | |||||
* | Upgrade resvg to 0.34 and tiny_skia to 0.10 | 2023-07-12 | 1 | -18/+30 | |
| | |||||
* | fix: tiny-skia svg premultiply final filtered color | 2023-05-09 | 1 | -8/+9 | |
| | |||||
* | Update `tiny-skia` and `resvg` | 2023-04-26 | 1 | -3/+5 | |
| | |||||
* | Implement color filter support for `Primitive::Svg` in `iced_tiny_skia` | 2023-03-09 | 1 | -18/+48 | |
| | |||||
* | Tell `clippy` to go learn the borrow rules | 2023-03-07 | 1 | -0/+1 | |
| | |||||
* | Implement `vector` pipeline in `iced_tiny_skia` | 2023-03-07 | 1 | -0/+149 | |