This commit is contained in:
Sunli 2025-06-24 10:21:17 +08:00
parent e14f2d1cc9
commit fe0e78e86b

View file

@ -67,6 +67,7 @@ impl Render for AnimationExample {
.child( .child(
svg() svg()
.size_20() .size_20()
.overflow_hidden()
.path(ARROW_CIRCLE_SVG) .path(ARROW_CIRCLE_SVG)
.text_color(gpui::black()) .text_color(gpui::black())
.with_animation( .with_animation(