enable curveFitting & bump roughjs (#373)

This commit is contained in:
David Luzar 2020-01-15 20:01:50 +01:00 committed by Faustino Kialungila
parent 657014466c
commit 42968ef44d
3 changed files with 6 additions and 5 deletions

View file

@ -85,7 +85,8 @@ export function renderElement(
fillStyle: element.fillStyle,
strokeWidth: element.strokeWidth,
roughness: element.roughness,
seed: element.seed
seed: element.seed,
curveFitting: 1
}
);
}