<IMAGE> elements in SVG will also point to an external url. They have an xlink:href attribute with the url. You need to get this using getAttribute as element.href returns something that is not a string.
getEntriesByType("resource") returns IMAGE elements with initiatorType set to image. The element's nodeName property is image (in lower case).
Hope all this helps add support.
<IMAGE>elements inSVGwill also point to an external url. They have anxlink:hrefattribute with the url. You need to get this usinggetAttributeaselement.hrefreturns something that is not a string.getEntriesByType("resource")returnsIMAGEelements withinitiatorTypeset toimage. The element'snodeNameproperty isimage(in lower case).Hope all this helps add support.