Changed font drop-down list to spinner, now uses px rather than pt
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@849 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -695,7 +695,7 @@ function BatchCommand(text) {
|
||||
$.extend(all_properties.text, {
|
||||
fill: "#000000",
|
||||
stroke_width: 0,
|
||||
font_size: '12pt',
|
||||
font_size: 24,
|
||||
font_family: 'serif'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user