Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 26, 2024
1 parent 4b9dced commit af465bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/gpui/examples/painting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ impl PaintingViewer {
let mut path = Path::new(point(px(20.), px(100.)));
path.line_to(point(px(50.), px(160.)));
path.line_to(point(px(60.), px(100.)));
path.line_to(point(px(90.), px(160.)));
path.line_to(point(px(91.), px(161.)));
path.line_to(point(px(60.5), px(101.)));
path.line_to(point(px(51.), px(160.)));
path.line_to(point(px(21.), px(100.)));
Expand Down

0 comments on commit af465bb

Please sign in to comment.