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

/inkscape/src/
H A Dpath-chemistry.cpp94 char const *path_effect = NULL; local
126 path_effect = first->getRepr()->attribute("inkscape:path-effect");
158 repr->setAttribute("inkscape:path-effect", path_effect);
163 if (path_effect) {
229 gchar *path_effect = g_strdup(item->getRepr()->attribute("inkscape:path-effect")); local
246 repr->setAttribute("inkscape:path-effect", path_effect);
249 if (path_effect)
274 g_free(path_effect);

Completed in 15 milliseconds