Skip to content

Commit

Permalink
ink_depth_default
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Sep 17, 2023
1 parent 2a3177e commit 6f3e636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default {
strikethrough_width_sigma: 2,
strikethrough_probability: 0.08,
strikethrough_width: 8,
ink_depth_sigma: 10,
ink_depth_sigma: 30,
isExpanded: false,
localStorageItems: ['text', 'fontFile', 'fontSize', 'lineSpacing', 'fill', 'width', 'height', 'marginTop', 'marginBottom', 'marginLeft', 'marginRight', 'selectedFontFileName', 'selectedOption', 'lineSpacingSigma', 'fontSizeSigma', 'wordSpacingSigma', 'perturbXSigma', 'perturbYSigma', 'perturbThetaSigma', 'wordSpacing', 'strikethrough_length_sigma', 'strikethrough_angle_sigma', 'strikethrough_width_sigma', 'strikethrough_probability', 'strikethrough_width', 'ink_depth_sigma'],
};
Expand Down

0 comments on commit 6f3e636

Please sign in to comment.