SVG_STROKELINECAP_INHERIT 2289 src/scenegraph/svg_attributes.c *value = SVG_STROKELINECAP_INHERIT; SVG_STROKELINECAP_INHERIT 4087 src/scenegraph/svg_attributes.c if (intVal==SVG_STROKELINECAP_INHERIT) return gf_strdup("inherit"); SVG_STROKELINECAP_INHERIT 451 src/scenegraph/svg_properties.c return (*((SVG_StrokeLineCap *)a->far_ptr) == SVG_STROKELINECAP_INHERIT); SVG_STROKELINECAP_INHERIT 748 src/scenegraph/svg_properties.c if (all_atts->stroke_linecap && *(all_atts->stroke_linecap) != SVG_STROKELINECAP_INHERIT) { SVG_STROKELINECAP_INHERIT 888 src/scenegraph/xml_ns.c *(SVG_StrokeLineCap*)att->data = SVG_STROKELINECAP_INHERIT;