Ribir icon indicating copy to clipboard operation
Ribir copied to clipboard

Non-intrusive GUI framework for Rust

Results 44 Ribir issues
Sort by recently updated
recently updated
newest added

Previously, we were converting stroke paths into fill paths to unify the paths in the painter's results, which appeared to simplify the process. However, we should revert to keeping both...

enhancement

**Problem** When using a stroke style, nothing is being painted. **Steps To Reproduce** Steps to reproduce the behavior: ```rust fn_widget! { @Text { painting_style: PaintingStyle::Stroke(StrokeOptions::default()), text: "Hello!" } } ```...

bug

Ribir should be added to areweguiyet website to gain some attention! [areweguiyet contribution doc](https://github.com/areweguiyet/areweguiyet/blob/master/CONTRIBUTING.md)

enhancement
help wanted