47
47
""" % (x,y,w,h, desc)
49
sel = CSSSelector('svg|rect[ink|label="flower"]', ns)
51
x, y = float(e.get('x')), float(e.get('y'))
59
sel = CSSSelector('svg|rect[ink|label="fish"]', ns)
61
x, y = float(e.get('x')), float(e.get('y'))
62
w, h = float(e.get('width')), float(e.get('height'))
67
width = %f, height = %f,
71
sel = CSSSelector('svg|rect[ink|label="troll"]', ns)
73
x, y = float(e.get('x')), float(e.get('y'))
74
#w, h = float(e.get('width')), float(e.get('height'))