:consruction: Updates to examples
This commit is contained in:
parent
d9cbf608b7
commit
0ab87226af
8 changed files with 62 additions and 18 deletions
|
@ -9,9 +9,9 @@ export default part => {
|
|||
paths.example = new Path()
|
||||
.move(points.B)
|
||||
.curve(points.BCp2, points.CCp1, points.C)
|
||||
.attr("class", "stroke-xl canvas")
|
||||
.attr("data-text", "msg")
|
||||
.attr("data-text-class", "center fill-note");
|
||||
.attr("class", "canvas")
|
||||
.attr("data-text", "freesewingIsMadeByJoostDeCockAndContributors")
|
||||
.attr("data-text-class", "text-xs center");
|
||||
|
||||
return part;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue