1
0
Fork 0

🚧 Progress on workbench

This commit is contained in:
Joost De Cock 2019-05-06 17:01:44 +02:00
parent 158c19ae1d
commit a888922968
31 changed files with 716 additions and 153 deletions

View file

@ -86,14 +86,14 @@ export default {
.line(this.points.__scaleboxImperialBottomRight)
.line(this.points.__scaleboxImperialTopRight)
.close()
.attr("style", "fill: #000; stroke: none;");
.attr("class", "scalebox imperial");
this.paths.__scaleboxMetric = new this.Path()
.move(this.points.__scaleboxMetricTopLeft)
.line(this.points.__scaleboxMetricBottomLeft)
.line(this.points.__scaleboxMetricBottomRight)
.line(this.points.__scaleboxMetricTopRight)
.close()
.attr("style", "fill: #FFF; stroke: none;");
.attr("class", "scalebox metric");
// Lead
this.points.__scaleboxLead = this.points.__scaleboxLead
.attr("data-text", so.lead || "freesewing")