diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index f61687e3..ccce19d0 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -7125,7 +7125,7 @@ this.setFontColor = function(val) { // Function: getFontColor // Returns the current font color -this.getFontSize = function() { +this.getFontColor = function() { return cur_text.fill; };