1
0
Fork 0

🚧 Benjamin WIP

This commit is contained in:
Joost De Cock 2019-07-08 15:54:19 +02:00 committed by Joost De Cock
parent 45498afbba
commit c68c219fe3
9 changed files with 301 additions and 10831 deletions

View file

@ -0,0 +1,20 @@
export default function(part) {
let { options, points, paths, complete, macro, sa } = part.shorthand();
if (options.adjustmentRibbon) {
part.render = false;
return part;
}
if (complete) {
if (sa) paths.sa.render = true;
macro("title", {
at: points.titleAnchor,
nr: 3,
title: "bowTie",
scale: 0.8
});
}
return part;
}