Merge "Ignore transform if not set" into rvc-dev am: aab157a4c8 am: 5ae2b2ed09 am: 1fc47c73c3

Change-Id: Id20f7f5e80596123f9c5fdebd97e3e0cb0650cc6
This commit is contained in:
TreeHugger Robot
2020-05-20 18:30:56 +00:00
committed by Automerger Merge Worker
2 changed files with 1 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ function is_type_flag_clear(transform, bits) {
}
function multiply_vec2(matrix, x, y) {
if (!matrix) return {x, y};
// |dsdx dsdy tx| | x |
// |dtdx dtdy ty| x | y |
// |0 0 1 | | 1 |

Binary file not shown.