Searched refs:shadow (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dnicechart.py86 with optional drop shadow, from a csv file or from pasted text
285 # Check if a drop shadow should be drawn:
370 # draw drop shadow, if necessary
372 # Create shadow element
373 shadow = inkex.etree.Element(inkex.addNS("rect", "svg"))
376 shadow.set('x', str(width/2 + offset + 1))
377 shadow.set('y', str(height/2 - int(value) + 1))
378 shadow.set("width", str(bar_width))
379 shadow.set("height", str(int(value)))
381 shadow
[all...]

Completed in 10 milliseconds