Lines Matching defs:desc
122 // vg, g, defs, desc, title, symbol, use, image, switch, path, rect, circle, ellipse, line, polyline,
1406 Titles and descriptions are stored in 'title' and 'desc' child elements
1410 be made. The same applies to 'desc' elements. Therefore, these functions
1411 ignore all but the first 'title' child element and first 'desc' child
1414 This will change in SVG 2, where multiple 'title' and 'desc' elements will
1428 gchar * SPObject::desc() const
1430 return getTitleOrDesc("svg:desc");
1433 bool SPObject::setDesc(gchar const *desc, bool verbatim)
1435 return setTitleOrDesc(desc, "svg:desc", verbatim);
1495 // create a new 'title' or 'desc' element, putting it at the
1503 // remove the current content of the 'text' or 'desc' element