summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/canvas/geometry.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-24/+0
|
* Fix `canvas::Frame` issuing a new layer for `Mesh2D` in `with_clip`Libravatar Héctor Ramón Jiménez2022-03-101-6/+0
| | | | Text will still be rendered in its own layer, until we fix the composition bottleneck in `glyph-brush`.
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-6/+2
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+34