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

/inkscape/src/
H A Dsp-root.h2 * SPRoot: SVG \<svg\> implementation.
18 #include "svg/svg-length.h"
27 /** \<svg\> element */
34 Inkscape::Version svg; member in struct:SPRoot::__anon431
49 * this \<svg\> element: see writers of this member in sp-root.cpp.
H A Drdf.cpp223 #define XML_TAG_NAME_SVG "svg:svg"
224 #define XML_TAG_NAME_METADATA "svg:metadata"
738 Inkscape::XML::Node * svg = sp_repr_lookup_name( doc->getReprRoot(), XML_TAG_NAME_SVG ); local
739 if ( !svg ) {
740 g_critical("Unable to locate svg element.");
742 Inkscape::XML::Node * parent = sp_repr_lookup_name( svg, XML_TAG_NAME_METADATA );
748 svg->appendChild(parent);
1171 { "format", "image/svg+xml", },
/inkscape/share/extensions/
H A Dink2canvas.py22 import ink2canvas.svg as svg namespace
37 # remove namespace part from "{http://www.w3.org/2000/svg}elem"
46 gstops = self.xpathSingle("//svg:linearGradient[@id='%s']" % url_stops[1:])
51 return svg.RadialGradientDef(gradient, colors)
53 return svg.LinearGradientDef(gradient, colors)
66 if not hasattr(svg, class_name):
72 elem = getattr(svg, class_name)(tag, node, self.canvas)
/inkscape/src/ui/widget/
H A Dimageicon.cpp19 #include "svg-view-widget.h"
177 # don't we make a lovely little svg and
181 //Arbitrary size of svg doc -- rather 'portrait' shaped
214 "<svg\n"
215 "xmlns=\"http://www.w3.org/2000/svg\"\n"
229 "</svg>\n\n";
263 "<svg"
265 " xmlns:svg='http://www.w3.org/2000/svg'"
266 " xmlns='http://www.w3.org/2000/svg'"
395 Glib::ustring svg = ".svg"; local
[all...]
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp51 #include "svg-view-widget.h"
154 * prevents the display of an svg with a non-ascii filename
208 # don't we make a lovely little svg and
212 // Arbitrary size of svg doc -- rather 'portrait' shaped
241 Glib::ustring svg = ".svg"; local
242 if (hasSuffix(fileName, svg)) {
304 "<svg\n"
305 "xmlns=\"http://www.w3.org/2000/svg\"\n"
324 "</svg>\
571 Glib::ustring svg = ".svg"; local
[all...]
H A Dfiledialogimpl-win32.cpp983 const Glib::ustring svg = ".svg"; local
994 (hasSuffix(path, svg) || hasSuffix(path, svgz)))

Completed in 67 milliseconds