fixed #873 function getFontSize() should be called getFontColor()
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2434 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user