🚧 Updated CFP template pattern
This commit is contained in:
parent
eae34d6155
commit
60592472ec
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ export default function(part) {
|
|||
if (complete) {
|
||||
points.logo = points.topLeft.shiftFractionTowards(points.bottomRight, 0.5);
|
||||
snippets.logo = new Snippet("logo", points.logo);
|
||||
points.text = points.logo
|
||||
.shift(-90, w / 8)
|
||||
.attr("data-text", "hello")
|
||||
.attr("data-text-class", "center");
|
||||
|
||||
if (sa) {
|
||||
paths.sa = paths.seam.offset(sa).attr("class", "fabric sa");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue