diff --git a/src/app/components/graphs.component.ts b/src/app/components/graphs.component.ts index 576c686..1b1b617 100644 --- a/src/app/components/graphs.component.ts +++ b/src/app/components/graphs.component.ts @@ -90,12 +90,12 @@ export class GraphsComponent implements AfterViewInit, OnChanges { { start: { point: this.matrix['end'], - vector: this.config.vectors.start, + vector: this.config.vectors.end, color: env.guilloche.colors.end }, end: { point: this.matrix['start'], - vector: this.config.vectors.end, + vector: this.config.vectors.start, color: env.guilloche.colors.start } }