(g)
| 18050 | } |
| 18051 | |
| 18052 | function getElMap(g) { |
| 18053 | var elMap = {}; |
| 18054 | g.traverse(function (el) { |
| 18055 | if (!el.isGroup && el.anid) { |
| 18056 | elMap[el.anid] = el; |
| 18057 | } |
| 18058 | }); |
| 18059 | return elMap; |
| 18060 | } |
| 18061 | function getAnimatableProps(el) { |
| 18062 | var obj = { |
| 18063 | position: clone$1(el.position), |
no test coverage detected