Lines Matching refs:setAttribute

87     _root->setAttribute("xml:space", "preserve");
92 _preferences->setAttribute("embedImages", "1");
93 _preferences->setAttribute("localFonts", "1");
152 _container->setAttribute("inkscape:groupmode", "layer");
154 _container->setAttribute("inkscape:label", layer_name);
260 node->setAttribute("transform", transform_text);
445 path->setAttribute("d", pathtext);
466 path_node->setAttribute("d", pathtext);
505 node->setAttribute("clip-path", NULL);
528 clip_path->setAttribute("clipPathUnits", "userSpaceOnUse");
532 path->setAttribute("d", pathtext);
535 path->setAttribute("clip-rule", "evenodd");
543 _container->setAttribute("clip-path", urltext);
696 pattern_node->setAttribute("patternTransform", transform_text);
698 pattern_node->setAttribute("patternUnits", "userSpaceOnUse");
789 gradient->setAttribute("gradientUnits", "userSpaceOnUse");
799 gradient->setAttribute("gradientTransform", transform_text);
804 gradient->setAttribute("spreadMethod", "pad");
1245 text_node->setAttribute("transform", transform);
1281 tspan_node->setAttribute("x", x_coords.c_str());
1286 tspan_node->setAttribute("y", y_coords.c_str());
1290 tspan_node->setAttribute("sodipodi:role", "line");
1670 image_node->setAttribute("preserveAspectRatio", "none");
1681 image_node->setAttribute("xlink:href", png_data.c_str());
1684 image_node->setAttribute("xlink:href", file_name);
1698 mask_node->setAttribute("maskUnits", "userSpaceOnUse");
1719 mask_node->setAttribute("id", mask_id);
1761 mask_image_node->setAttribute("transform", NULL);
1765 rect->setAttribute("mask", mask_url);
1787 mask_image_node->setAttribute("transform", NULL);
1792 mask_node->setAttribute("maskTransform", transform_text);
1796 image_node->setAttribute("mask", mask_url);
1820 mask_image_node->setAttribute("transform", NULL);
1824 image_node->setAttribute("mask", mask_url);
1895 _container->setAttribute("mask", mask_url);