hotfix wrong vector directions of starting points
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user