fix(appComponent): enhanced default form values
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user