21
21
import sys, copy, simplestyle, inkex
24
color_props_fill = ('fill', 'stop-color', 'flood-color', 'lighting-color')
24
color_props_fill = ('fill', 'stop-color', 'flood-color', 'lighting-color')
25
25
color_props_stroke = ('stroke',)
26
opacity_props = ('opacity',) #'stop-opacity', 'fill-opacity', 'stroke-opacity' don't work with clones
27
26
color_props = color_props_fill + color_props_stroke