diff --git a/colour.py b/colour.py index c52a01b..e467d58 100644 --- a/colour.py +++ b/colour.py @@ -121,7 +121,8 @@ def getSvgFromDbImages(images, elId = ""): # for c in loadColoursFromDbImages(images): # allColours += c # box 160, because center or circle = 100 => +/- 50 => + r of colour circle (max: 10) => 160 - svg = '' % (elId, ) + # svg = '' % (elId, ) + svg = '' # because of IE this is fully defined here radius = 100 diff --git a/templates/index.html b/templates/index.html index f945af1..78d4cde 100644 --- a/templates/index.html +++ b/templates/index.html @@ -249,7 +249,7 @@ - + @@ -271,24 +271,29 @@