Searched refs:to_obj (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Did-clash.cpp317 * Change any references of svg:def from_obj into to_obj
320 change_def_references(SPObject *from_obj, SPObject *to_obj) argument
335 gchar *new_uri = g_strdup_printf("#%s", to_obj->getId());
341 sp_style_set_property_url(it->elem, it->attr, to_obj, false);
345 gchar *url = g_strdup_printf("url(#%s)", to_obj->getId());
352 gchar *url = g_strdup_printf("url(#%s)", to_obj->getId());

Completed in 72 milliseconds