sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

SVG G support problem with webkit #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Latest build fixed this

Original comment by francois...@gmail.com on 8 Jan 2013 at 2:53