* Fire Graphics event * @returns {Object} return value
(...args)
| 25 | * @returns {Object} return value |
| 26 | */ |
| 27 | fire(...args) { |
| 28 | const context = this.graphics; |
| 29 | |
| 30 | return this.graphics.fire.apply(context, args); |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Save image(background) of canvas |
no outgoing calls
no test coverage detected