gpui: Add svg
example (#17315)
This PR adds an example for working with SVGs. Release Notes: - N/A
This commit is contained in:
parent
30cfff0402
commit
12341e518e
3 changed files with 326 additions and 0 deletions
|
@ -181,6 +181,10 @@ path = "examples/input.rs"
|
|||
name = "shadow"
|
||||
path = "examples/shadow.rs"
|
||||
|
||||
[[example]]
|
||||
name = "svg"
|
||||
path = "examples/svg/svg.rs"
|
||||
|
||||
[[example]]
|
||||
name = "text_wrapper"
|
||||
path = "examples/text_wrapper.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue