fixed #873 function getFontSize() should be called getFontColor()
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2434 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
fd5ab3dc30
commit
480c41ee69
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue