colinmeinke / wilderness-core

The SVG animation engine behind Wilderness
http://wilderness.now.sh
MIT License
4 stars 0 forks source link

Group shape transforms throw #25

Closed colinmeinke closed 7 years ago

colinmeinke commented 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 ]]
}