* @function LevelRenderer.Shape.prototype.buildPath * @description 构建绘制的Path。子类必须重新实现此方法。 * * @param {CanvasRenderingContext2D} ctx - Context2D 上下文。 * @param {Object} style - 样式。
(ctx, style)
| 528 | * @param {Object} style - 样式。 |
| 529 | */ |
| 530 | buildPath(ctx, style) { // eslint-disable-line no-unused-vars |
| 531 | SUtil.Util_log('buildPath not implemented in ' + this.type); |
| 532 | } |
| 533 | |
| 534 | |
| 535 | /** |
no outgoing calls
no test coverage detected