2
0

fix(appComponent): enhanced default form values

This commit is contained in:
2018-05-24 00:12:57 +02:00
parent c33f8fb738
commit bb271f68ea
5 changed files with 28 additions and 20 deletions

View File

@@ -142,7 +142,7 @@ export class GraphsComponent implements AfterViewInit, OnChanges {
}
private get randomPoint() {
const overlap = env.guilloche.overlap;
const overlap = this.config.overlap;
const x = {
min: this.matrix.center.x - this.matrix.width * overlap,
max: this.matrix.center.x + this.matrix.width * overlap