🚧 Benjamin WIP
This commit is contained in:
parent
45498afbba
commit
c68c219fe3
9 changed files with 301 additions and 10831 deletions
20
packages/benjamin/src/bow3.js
Normal file
20
packages/benjamin/src/bow3.js
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue