Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add stroke_rectangle | 2024-09-10 | 1 | -0/+24 | |
| | | | | | This method should be able to leverage performance improvements in lyon's `tessellate_rectangle` over `tessellate_path`. | ||||
* | Implement missing `draw_svg` in `Frame` wrapper | 2024-08-04 | 1 | -1/+7 | |
| | |||||
* | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 1 | -23/+5 | |
| | |||||
* | Introduce `Image` struct in `core::image` | 2024-08-04 | 1 | -34/+5 | |
| | |||||
* | Implement image support for `canvas` widget | 2024-08-04 | 1 | -7/+65 | |
| | |||||
* | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -9/+7 | |
| | |||||
* | Fix standalone compilation of `iced_widget` crate | 2024-03-22 | 1 | -0/+46 | |
| | |||||
* | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -2/+1 | |
| | |||||
* | Fix outdated warning in docs of `Frame::fill_text` | 2024-03-22 | 1 | -8/+1 | |
| | |||||
* | Fix broken links in documentation | 2024-03-22 | 1 | -3/+8 | |
| | |||||
* | Restore `canvas::Frame` API | 2024-03-22 | 1 | -0/+208 | |