diff --git a/CHANGES b/CHANGES index 18b84a67..087570c2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -2.0.1 - ???? ??, ???? +2.1 - ???? ??, 2009 --------------------- * added tooltips * fix flyout menus diff --git a/editor/images/text.png b/editor/images/text.png new file mode 100644 index 00000000..944fcfe8 Binary files /dev/null and b/editor/images/text.png differ diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 6808ab0a..6c2d887a 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -33,13 +33,13 @@
Select
-Path
+Pencil
Line
Square
Circle
Delete
Clear
-Source
+Source

diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index dcd1a51b..ff0cd809 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -155,7 +155,7 @@ function SvgCanvas(c) current_stroke_style = selected.getAttribute("stroke-dasharray"); } - call("selected",selected); + call("selected", selected); } var mouseDown = function(evt)