Ribir icon indicating copy to clipboard operation
Ribir copied to clipboard

Stroke text is not displaying.

Open M-Adoo opened this issue 4 months ago • 0 comments

Problem

When using a stroke style, nothing is being painted.

Steps To Reproduce Steps to reproduce the behavior:

fn_widget! {
  @Text {
    painting_style: PaintingStyle::Stroke(StrokeOptions::default()),
    text: "Hello!"
  }
}

Expected behavior

The text with a stroke should be displayed.

M-Adoo avatar Sep 29 '24 10:09 M-Adoo