diff options
author | Danny Baumann <dannybaumann@web.de> | 2016-01-11 13:39:10 +0100 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2016-01-11 14:51:44 -0800 |
commit | 2b30269d11f85fea9f942471193f1d59e7b6d7ac (patch) | |
tree | cfaaa35fc4a9802c6c50349b21c63e2b18cac5d1 /packages/SystemUI/res/values-ru | |
parent | e62097f1444929fe3291b6af2b24f9d77db73e59 (diff) | |
download | frameworks_base-2b30269d11f85fea9f942471193f1d59e7b6d7ac.zip frameworks_base-2b30269d11f85fea9f942471193f1d59e7b6d7ac.tar.gz frameworks_base-2b30269d11f85fea9f942471193f1d59e7b6d7ac.tar.bz2 |
Fix drawing of VectorDrawables that are rotated by 90 or 270 degrees.
The SCALE_X / SCALE_Y values of rotated matrices are set to the cosine
of the rotation angle, which is 0 for drawables that are rotated by 90
or 270 degrees. Map the matrix onto the bounds rectangle and use the
resulting size to determine the scaled size instead.
Change-Id: I6cc0f0b5569d43434c829cb5f6e5f848cad995ec
Diffstat (limited to 'packages/SystemUI/res/values-ru')
0 files changed, 0 insertions, 0 deletions