Lines Matching defs:svg
19 #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'"
307 "</svg>";
395 Glib::ustring svg = ".svg";
398 if (hasSuffix(fileName, svg) || hasSuffix(fileName, svgz)) {