(cornerRadii, id, globalRadius)
| 88 | }; |
| 89 | |
| 90 | const cornersFor = (cornerRadii, id, globalRadius) => |
| 91 | cornerRadii[id] || { tl: globalRadius, tr: globalRadius, br: globalRadius, bl: globalRadius }; |
| 92 | |
| 93 | export const computeShapesBBox = shapes => { |
| 94 | let minX = Infinity, |
no outgoing calls
no test coverage detected