From 8a7198cfc28301d9886c719c26ae50e164417293 Mon Sep 17 00:00:00 2001 From: jaraco Date: Sun, 27 Mar 2011 16:54:07 +0000 Subject: [PATCH] Updated comment --- svg/charts/graph.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/svg/charts/graph.py b/svg/charts/graph.py index 47cef4b..79eca8e 100644 --- a/svg/charts/graph.py +++ b/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),