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

/inkscape/share/attributes/
H A DgenMapDataSVG.pl49 # Second column is list of elements, each inside its own span.
56 push @{$attributes{ $attribute }->{elements}}, $element;
80 push @{$attributes{ "in" }->{elements}}, "feMergeNode";
81 push @{$attributes{ "class" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion","solidColor";
82 push @{$attributes{ "id" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion","solidColor";
83 push @{$attributes{ "style" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion","solidColor";
84 push @{$attributes{ "xml:space" }->{elements}}, "flowRoot","flowPara","flowSpan";
85 push @{$attributes{ "transform" }->{elements}}, "flowRoot","flowPara","flowSpan";
86 push @{$attributes{ "fr" }->{elements}}, "radialGradient";
89 push @{$attributes{ "id" }->{elements}}, "mes
[all...]
H A DgenMapDataCSS.pl17 # Groups of elements defined in spec.
81 push @{$properties{ $property }->{elements}}, $element;
87 print " Adding container elements\n";
88 push @{$properties{ $property }->{elements}}, @container_elements;
92 print " Adding text content elements\n";
93 push @{$properties{ $property }->{elements}}, @text_content_elements;
96 print " Adding graphics elements\n";
97 push @{$properties{ $property }->{elements}}, @graphics_elements;
100 print " Adding filter primitive elements\n";
101 push @{$properties{ $property }->{elements}},
[all...]
/inkscape/share/templates/
H A Di18n.py6 elements = ["inkscape:_name", "inkscape:_shortdesc", "inkscape:_keywords"] variable
15 for element in elements:
/inkscape/src/
H A Dobject-test.h187 std::vector<Inkscape::XML::Node *> elements(num_elements, NULL);
197 elements[i] = circle;
201 std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to write " << num_elements << " elements into a group\n";
211 std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to ungroup a <g> with " << num_elements << " elements\n";
212 std::cout << " Note: sp_item_group_ungroup_handle_clones() is responsible\n for most of the time as it is linear in number of elements\n which results in quadratic behavior for ungrouping." << std::endl;
215 // Remove those elements
217 elements[i]->parent()->removeChild(elements[i]);
221 std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to remove " << num_elements << " elements\n";
/inkscape/share/extensions/
H A Dmerge_styles.py65 """Removes any elements that aren't the same using a weighted threshold"""
107 elements = self.selected.values()
111 for el in elements:
116 raise KeyError("There are no common styles between these elements.")
/inkscape/src/extension/internal/
H A Dmetafile-print.cpp103 int elements = sscanf(instr.c_str(), "%lf %lf %lf %127[^\n]", local
105 if (elements != 4) {

Completed in 24 milliseconds