SVG_STROKELINECAP_BUTT 2291 src/scenegraph/svg_attributes.c *value = SVG_STROKELINECAP_BUTT; SVG_STROKELINECAP_BUTT 4088 src/scenegraph/svg_attributes.c else if (intVal==SVG_STROKELINECAP_BUTT) return gf_strdup("butt"); SVG_STROKELINECAP_BUTT 154 src/scenegraph/svg_properties.c if (svg_props->stroke_linecap) *svg_props->stroke_linecap = SVG_STROKELINECAP_BUTT;