This commit is contained in:
petrak@ 2022-11-21 14:54:57 -06:00
parent 8fbb6acbf9
commit 979fc3aa35

View file

@ -47,8 +47,9 @@ abstract public class AbstractPatternComponent implements ICustomComponent {
@Override
public void onVariablesAvailable(UnaryOperator<IVariable> lookup) {
var patterns = this.getPatterns(lookup);
var data = PatternDrawingUtil.loadPatterns(
this.getPatterns(lookup),
patterns,
this.showStrokeOrder() ? RenderLib.DEFAULT_READABILITY_OFFSET : 0f,
this.showStrokeOrder() ? RenderLib.DEFAULT_LAST_SEGMENT_LEN_PROP : 1f);
this.hexSize = data.hexSize();