(context)
| 7643 | return buffer && buffer.value(); |
| 7644 | } |
| 7645 | renderBounds(context) { |
| 7646 | const buffer = context == null ? context = new Path : undefined; |
| 7647 | context.rect(this.xmin, this.ymin, this.xmax - this.xmin, this.ymax - this.ymin); |
| 7648 | return buffer && buffer.value(); |
| 7649 | } |
| 7650 | renderCell(i, context) { |
| 7651 | const buffer = context == null ? context = new Path : undefined; |
| 7652 | const points = this._clip(i); |