* Retrieves the current transformation matrix being applied to the element. * https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/getTransform * @returns {Array} Returns the readonly transformation matrix.
()
| 744 | * @returns {Array} Returns the readonly transformation matrix. |
| 745 | */ |
| 746 | $getTransform(): number[] { |
| 747 | return this.$matrix.slice(); |
| 748 | } |
| 749 | |
| 750 | /** |
| 751 | * Resets the current transform to the initial identity matrix. |
no outgoing calls
no test coverage detected