SVG_PAINT_NONE 87 applications/testapps/svg2bifs/main.c if (svg_props->fill->type == SVG_PAINT_NONE) { SVG_PAINT_NONE 113 applications/testapps/svg2bifs/main.c if (svg_props->stroke->type != SVG_PAINT_NONE && SVG_PAINT_NONE 1371 src/compositor/drawable.c asp->pen_props.width = (props->stroke->type != SVG_PAINT_NONE) ? props->stroke_width->value : 0; SVG_PAINT_NONE 372 src/compositor/svg_grouping.c if (vp_fill && (vp_fill->type != SVG_PAINT_NONE) && vp_opacity) { SVG_PAINT_NONE 638 src/laser/lsr_dec.c paint->type = SVG_PAINT_NONE; SVG_PAINT_NONE 460 src/laser/lsr_enc.c case SVG_PAINT_NONE: SVG_PAINT_NONE 1962 src/scenegraph/svg_attributes.c paint->type = SVG_PAINT_NONE; SVG_PAINT_NONE 4059 src/scenegraph/svg_attributes.c if (paint->type == SVG_PAINT_NONE) return gf_strdup("none"); SVG_PAINT_NONE 139 src/scenegraph/svg_properties.c svg_props->stroke->type = SVG_PAINT_NONE; SVG_PAINT_NONE 187 src/scenegraph/svg_properties.c if (svg_props->viewport_fill) svg_props->viewport_fill->type = SVG_PAINT_NONE;