Browse Source

Updated comment

pull/8/head
jaraco 14 years ago
parent
commit
8a7198cfc2
  1. 3
      svg/charts/graph.py

3
svg/charts/graph.py

@ -238,8 +238,7 @@ class Graph(object):
'id': id
})
# Note, prior to the etree conversion, this circle element was never
# added to anything (now it's added to the foreground)
# add the circle element to the foreground
visibility = "document.getElementById(%s).setAttribute('visibility', %%s)" % id
t = etree.SubElement(self.foreground, 'circle', {
'cx': str(x),

Loading…
Cancel
Save