fixed #873 function getFontSize() should be called getFontColor()

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2434 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Bruno Heridet 2013-02-19 20:27:53 +00:00
parent fd5ab3dc30
commit 480c41ee69
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};