Lines Matching refs:svg
13 #include "abg-viz-svg.h"
22 svg::write()
26 std::string filename(_M_title + ".svg");
29 throw std::runtime_error("abigail::svg::write fail");
42 svg::start_element()
45 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
46 <svg version="1.1"
50 xmlns:svg="http://www.w3.org/2000/svg"
51 xmlns="http://www.w3.org/2000/svg"
74 svg::finish_element()
76 _M_sstream << "</svg>" << std::endl;
80 svg::add_title()
88 svg::add_y_label()
134 svg::add_y_lines()
178 svg::add_y_row(const row& __r)