Searched defs:clip_path_url (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp496 gchar const *clip_path_url = node->attribute("clip-path"); local
497 if (clip_path_url) {
500 strncpy(clip_path_id, clip_path_url + 5, strlen(clip_path_url) - 6);

Completed in 17 milliseconds