[Webkit-unassigned] [Bug 19357] [GTK] Loading of resource images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 20 12:47:10 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19357





------- Comment #3 from christian at imendio.com  2008-06-20 12:47 PDT -------
(From update of attachment 21841)
>+    if (strcmp(name,"missingImage") == 0 || strcmp(name, "nullPlugin") == 0) {
>+        GtkIconTheme* iconTheme = gtk_icon_theme_get_default();
>+        // The image must be a PNG or WebCore will not use it.
>+        GtkIconInfo* iconInfo = gtk_icon_theme_lookup_icon (iconTheme, GTK_STOCK_MISSING_IMAGE, 16, GTK_ICON_LOOKUP_NO_SVG);
>+        if (iconInfo) {

Why would WebCore not use an SVG image? This seems odd.

In any case, there are themes that contain only svg images. So we really want
to support vector images as well.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list