Home
last modified time | relevance | path

Searched defs:svg_line (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/usr.bin/evtranalyze/
H A Dsvg.c64 struct svg_line { struct
65 struct xml_element el;
66 struct xml_attribute x1, y1, x2, y2, cl;
67 struct xml_attribute transform;
68 char x1_val[MAX_VALSTR_LEN], y1_val[MAX_VALSTR_LEN];
69 char x2_val[MAX_VALSTR_LEN], y2_val[MAX_VALSTR_LEN];
70 char transform_val[MAX_VALSTR_LEN * 6];