X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.class.php;h=111b03ef0e641129353ae4b5d3ff562d92d1f713;hp=5dedc2c05f864284fb0c4084ae010dec29a4afe0;hb=8d922ef0624485c509978a8184e2b1d1c51a1fd7;hpb=d30a91eaf1277e506798f31ac45cdb775951ac99 diff --git a/phpfspot.class.php b/phpfspot.class.php index 5dedc2c..111b03e 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -1770,13 +1770,13 @@ class PHPFSPOT { case 4: /* bottom, right */ $flip_vert = true; break; case 5: /* left side, top */ - $rotate = 90; $flip_vert = true; break; + $rotate = 270; $flip_vert = true; break; case 6: /* right side, top */ - $rotate = 90; break; + $rotate = 270; break; case 7: /* left side, bottom */ - $rotate = 270; $flip_vert = true; break; + $rotate = 90; $flip_vert = true; break; case 8: /* right side, bottom */ - $rotate = 270; break; + $rotate = 90; break; } }