summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/canvas/path/builder.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-198/+0
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-1/+1
|
* Update `lyon` to `1.0` :tada:Libravatar Héctor Ramón Jiménez2022-07-111-1/+1
| | | | Congrats and thanks to @nical!
* fix another discrepancy with HTML5 arcToLibravatar ThatsNoMoon2022-07-101-7/+12
| | | | | HTML5's arcTo does not draw a line from the end of the arc to `b`, so this should not either.
* fix arc_toLibravatar ThatsNoMoon2022-07-101-7/+41
| | | | | Fixed `path::Builder::arc_to` to behave the same as [HTML5's `arcTo`] ( https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-arcto ).
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-0/+6
| | | | ... and check those in CI as well!
* Address Clippy lintsLibravatar Poly2022-07-091-1/+1
|
* Update `lyon` to `0.17` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-261-2/+2
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-28/+1
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Calculated sweep_angle in call to lyon::geom::Arc was actually end_angleLibravatar Vanille-N2020-06-111-1/+1
| | | | Adresses `Arc end_angle should be renamed to span_angle #400`
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+180