Skip to content

Commit

Permalink
#451 #168 set default values to match current appearance of main version
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Jan 10, 2025
1 parent 68357a8 commit 3cd0de8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/js/model/TextConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ TextConfig.defaults({
modelVersion: constants.MODEL_VERSION,
convertMode: null,
fontFamily: "Arial",
fontSizePct: 15,
fontSizePct: 12,
lineHeight: 1.5,
maxLines: 1,
textPosition: TextConfig.TEXT_POS_ABOVE,
onlyTextFontSizePct: 15,
maxLines: 2,
textPosition: TextConfig.TEXT_POS_BELOW,
onlyTextFontSizePct: 12,
onlyTextLineHeight: 1
});

Expand Down

0 comments on commit 3cd0de8

Please sign in to comment.