2
0

hotfix wrong vector directions of starting points

This commit is contained in:
2018-08-04 21:44:36 +02:00
parent 73b79c757f
commit 8622382798

View File

@@ -90,12 +90,12 @@ export class GraphsComponent implements AfterViewInit, OnChanges {
{ {
start: { start: {
point: this.matrix['end'], point: this.matrix['end'],
vector: this.config.vectors.start, vector: this.config.vectors.end,
color: env.guilloche.colors.end color: env.guilloche.colors.end
}, },
end: { end: {
point: this.matrix['start'], point: this.matrix['start'],
vector: this.config.vectors.end, vector: this.config.vectors.start,
color: env.guilloche.colors.start color: env.guilloche.colors.start
} }
} }