gpui: Add svg example (#17315)

This PR adds an example for working with SVGs.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-09-03 13:15:37 -04:00 committed by GitHub
parent 30cfff0402
commit 12341e518e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 326 additions and 0 deletions

View file

@ -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"