mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Increase default type size to 12px.
This commit is contained in:
parent
e52d2a08b8
commit
e1c8c48f11
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ var CharacterStyle = this.CharacterStyle = PathStyle.extend(/** @lends Character
|
|||
_defaults: Base.merge(PathStyle.prototype._defaults, {
|
||||
// Override default fillColor of CharacterStyle
|
||||
fillColor: 'black',
|
||||
fontSize: 10,
|
||||
fontSize: 12,
|
||||
leading: null,
|
||||
font: 'sans-serif'
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue