Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix glyphs with color mask in `iced_tiny_skia` | 2023-02-26 | 1 | -6/+10 | |
| | |||||
* | Implement text alignment support in `iced_tiny_skia` | 2023-02-26 | 1 | -6/+25 | |
| | |||||
* | Draft text support in `iced_tiny_skia` | 2023-02-26 | 4 | -112/+523 | |
| | |||||
* | Use `Surface::buffer` directly for drawing in `iced_tiny_skia` | 2023-02-26 | 3 | -23/+16 | |
| | | | | ... with a nice little color trick :^) | ||||
* | Draft support for `Quad` and `Clip` primitives in `iced_tiny_skia` | 2023-02-26 | 1 | -3/+150 | |
| | |||||
* | Resize `Surface::buffer` instead of reallocating in `iced_tiny_skia` | 2023-02-25 | 1 | -1/+2 | |
| | |||||
* | Implement basic presentation with `softbuffer` for `iced_tiny_skia` | 2023-02-25 | 2 | -15/+70 | |
| | |||||
* | Scaffold `iced_tiny_skia` and connect it to `iced_renderer` | 2023-02-25 | 6 | -0/+247 | |