In SafeDrawOverlay when we translate the coordinates, we use getScaleX/Y(). I
don't know what the original intention was for this, but it is unnecessary.
Since we don't call setScaleX/Y() on the view, the getter will always return 1.
We should remove that and just use the regular canvas.translate() which works
in all APIs.
Original issue reported on code.google.com by kurtzm...@gmail.com on 13 Sep 2013 at 2:56
Original issue reported on code.google.com by
kurtzm...@gmail.com
on 13 Sep 2013 at 2:56