(path5)
| 122350 | }; |
| 122351 | } |
| 122352 | function drawOne(path5) { |
| 122353 | return function(context31, scene, bounds4) { |
| 122354 | if (scene.items.length && (!bounds4 || bounds4.intersects(scene.bounds))) drawPath(path5, context31, scene.items[0], scene.items); |
| 122355 | }; |
| 122356 | } |
| 122357 | function drawPath(path6, context32, item, items) { |
| 122358 | var opacity = item.opacity == null ? 1 : item.opacity; |
| 122359 | if (opacity === 0) return; |
no test coverage detected