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

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp444 gchar *pathtext = svgInterpretPath(state->getPath()); local
445 path->setAttribute("d", pathtext);
446 g_free(pathtext);
465 gchar *pathtext = svgInterpretPath(path); local
466 path_node->setAttribute("d", pathtext);
467 g_free(pathtext);
531 gchar *pathtext = svgInterpretPath(state->getPath()); local
532 path->setAttribute("d", pathtext);
533 g_free(pathtext);

Completed in 23 milliseconds