* @function LevelRenderer.Render.prototype.toDataURL * @description 图像导出。 * * @param {string} type - 类型。 * @param {string} backgroundColor - 背景色,默认值:"#FFFFFF"。 * @param {string} args - 参数。 * @return {string} 图片的 Base64 URL。
(type, backgroundColor, args)
| 402 | * @return {string} 图片的 Base64 URL。 |
| 403 | */ |
| 404 | toDataURL(type, backgroundColor, args) { |
| 405 | return this.painter.toDataURL(type, backgroundColor, args); |
| 406 | } |
| 407 | |
| 408 | /** |
| 409 | * @function LevelRenderer.Render.prototype.shapeToImage |
no outgoing calls
no test coverage detected