summaryrefslogtreecommitdiffstats
path: root/native/src/widget/canvas/stroke.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-03Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez1-106/+0
2023-03-01Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-21/+1
2022-11-16Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-10Fix broken documentation linksLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-03Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez1-25/+2
2022-10-07Adjusted gradient transform function to be more readable.Libravatar shan1-11/+5
2022-10-07Fixed import issue with canvas in the gradient mod for situations where canva...Libravatar shan1-1/+5
2022-10-06Fixed some more imports/documentation.Libravatar shan1-2/+2
2022-10-06Added support for gradients to respect current frame transform.Libravatar shan1-4/+10
2022-10-05Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan1-4/+6
2022-10-04Reworked wgpu buffers, updated glow side to have proper transform location st...Libravatar shan1-7/+7
2022-09-30Fixed some importing issues since you can use a Shader::Gradient outside a Ca...Libravatar shan1-2/+11
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan1-5/+21
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan1-5/+21
2022-02-03Ask for a slice of segments instead of ownership in `LineDash`Libravatar Héctor Ramón Jiménez1-13/+14
2022-01-27Add line dash APILibravatar Cory Forsstrom1-1/+13
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-10/+0
2020-05-19Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez1-0/+0
2020-04-30Write documentation for the new `canvas` APILibravatar Héctor Ramón Jiménez1-0/+14
2020-04-28Add convenient builder methods to `canvas::Stroke`Libravatar Héctor Ramón Jiménez1-0/+18
2020-02-18Write documentation for new `canvas` moduleLibravatar Héctor Ramón Jiménez1-0/+17
2020-02-12Split `Fill` and `Stroke` into their own modulesLibravatar Héctor Ramón Jiménez1-0/+66