Searched defs:absref (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | sp-image.cpp | 78 static Inkscape::Pixbuf *sp_image_repr_read_image(gchar const *href, gchar const *absref, gchar const *base ); 341 this->getRepr()->attribute("sodipodi:absref"), 542 Inkscape::Pixbuf *sp_image_repr_read_image(gchar const *href, gchar const *absref, gchar const *base) argument 599 filename = absref; 601 // using absref is outside of SVG rules, so we must at least warn the user 603 g_warning ("<image xlink:href=\"%s\"> did not resolve to a valid image file (base dir is %s), now trying sodipodi:absref=\"%s\"", href, base, absref); 605 g_warning ("xlink:href did not resolve to a valid image file, now trying sodipodi:absref=\"%s\"", absref);
|
Completed in 15 milliseconds