Closed colinmeinke closed 7 years ago
const arrows = { type: 'g', shapes: [ { type: 'path', d: 'M0,0L20,10L0,20Z' }, { type: 'path', d: 'M20,10L40,20L20,30Z' }, { type: 'path', d: 'M0,20L20,30L0,40Z' }, ], transforms: [[ 'scale', 0.8 ]] }