🚧 Progress on workbench
This commit is contained in:
parent
158c19ae1d
commit
a888922968
31 changed files with 716 additions and 153 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue