You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:56:26 UTC

[12/16] git commit: Remove rotation test value

Remove rotation test value


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/fe6dc72a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/fe6dc72a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/fe6dc72a

Branch: refs/heads/master
Commit: fe6dc72a755930a82ccf810e71d57fb10eac1b5b
Parents: ae2acd9
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 12:03:22 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 12:03:22 2014 -0700

----------------------------------------------------------------------
 src/wp/Camera.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/fe6dc72a/src/wp/Camera.cs
----------------------------------------------------------------------
diff --git a/src/wp/Camera.cs b/src/wp/Camera.cs
index 977634b..87617e4 100644
--- a/src/wp/Camera.cs
+++ b/src/wp/Camera.cs
@@ -262,7 +262,7 @@ namespace WPCordovaClassLib.Cordova.Commands
                         }
 
                         int orient = ImageExifHelper.getImageOrientationFromStream(e.ChosenPhoto);
-                        int newAngle = 270;
+                        int newAngle = 0;
                         switch (orient)
                         {
                             case ImageExifOrientation.LandscapeLeft: