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="flag"]', ns)
73
x, y = float(e.get('x')), float(e.get('y'))
74
w, h = float(e.get('width')), float(e.get('height'))
79
width = %f, height = %f,
83
sel = CSSSelector('svg|rect[ink|label="troll"]', ns)
85
x, y = float(e.get('x')), float(e.get('y'))
86
#w, h = float(e.get('width')), float(e.get('height'))