What steps will reproduce the problem?
1. Try the attached code
2. Using Safari on iOS, windows7 or os/x, and also chrome on windows7
3. After the group is created on line 12, it errors out on line 13:
group <= SVG.rect(y="3.59", fill="#7F7F7F", width="2.5", height="2.91")
What is the expected output? What do you see instead?
Expecting a silver bar, instead I get:
Uncaught TypeError: TypeError: Object #<SVGGElement> has no method '__le__'
module '__main__' line 3
group <= SVG.rect(y="3.59", fill="#7F7F7F", width="2.5", height="2.91")
Please use labels and text to provide additional information.
Original issue reported on code.google.com by francois...@gmail.com on 4 Jan 2013 at 1:55
Original issue reported on code.google.com by
francois...@gmail.com
on 4 Jan 2013 at 1:55Attachments: