(out: BoundingRect, label: ZRText)
| 332 | } |
| 333 | |
| 334 | function computeLabelGlobalRect(out: BoundingRect, label: ZRText): void { |
| 335 | _tmpLabelGeometry.rect = out; |
| 336 | computeLabelGeometry(_tmpLabelGeometry, label, _computeLabelGeometryOpt); |
| 337 | } |
| 338 | const _computeLabelGeometryOpt = { |
| 339 | minMarginForce: [null, 0, null, 0], |
| 340 | marginDefault: [1, 0, 1, 0], // Arbitrary value |
no test coverage detected
searching dependent graphs…