mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
gtk-demo: Recognize .svg as images
We can't guarantee that we can load it, but worst case you'll get a missing image.
This commit is contained in:
parent
043207133d
commit
25cbc1a15a
@ -410,6 +410,7 @@ static struct {
|
||||
{ ".gif", NULL, display_image },
|
||||
{ ".jpg", NULL, display_image },
|
||||
{ ".png", NULL, display_image },
|
||||
{ ".svg", NULL, display_image },
|
||||
{ ".c", "c", display_text },
|
||||
{ ".css", "css", display_text },
|
||||
{ ".glsl", NULL, display_text },
|
||||
|
Loading…
Reference in New Issue
Block a user