SVG_DISPLAYALIGN_AUTO 2100 src/scenegraph/svg_attributes.c 		*value = SVG_DISPLAYALIGN_AUTO;
SVG_DISPLAYALIGN_AUTO 4164 src/scenegraph/svg_attributes.c 		else if (intVal==SVG_DISPLAYALIGN_AUTO) return gf_strdup("auto");
SVG_DISPLAYALIGN_AUTO   63 src/scenegraph/svg_properties.c 	if (svg_props->display_align) *svg_props->display_align = SVG_DISPLAYALIGN_AUTO;