mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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, {
|
_defaults: Base.merge(PathStyle.prototype._defaults, {
|
||||||
// Override default fillColor of CharacterStyle
|
// Override default fillColor of CharacterStyle
|
||||||
fillColor: 'black',
|
fillColor: 'black',
|
||||||
fontSize: 10,
|
fontSize: 12,
|
||||||
leading: null,
|
leading: null,
|
||||||
font: 'sans-serif'
|
font: 'sans-serif'
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue