mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Make font properties disappear in JSON.
This commit is contained in:
parent
94d5a09b7b
commit
007b780763
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ var Style = Base.extend(new function() {
|
||||||
fontFamily: 'sans-serif',
|
fontFamily: 'sans-serif',
|
||||||
fontWeight: 'normal',
|
fontWeight: 'normal',
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
font: null, // deprecated, links to fontFamily
|
font: 'sans-serif', // deprecated, links to fontFamily
|
||||||
leading: null,
|
leading: null,
|
||||||
// Paragraphs
|
// Paragraphs
|
||||||
justification: 'left'
|
justification: 'left'
|
||||||
|
|
Loading…
Reference in a new issue