@@ -119,7 +119,7 @@ Exif orientation values to correctly display the letter F:
119119 ctx . scale ( 1 , - 1 )
120120 break
121121 case 5 :
122- // vertical flip + 90 rotate right
122+ // vertical flip + 90° rotate right
123123 ctx . rotate ( 0.5 * Math . PI )
124124 ctx . scale ( 1 , - 1 )
125125 break
@@ -129,7 +129,7 @@ Exif orientation values to correctly display the letter F:
129129 ctx . translate ( 0 , - height )
130130 break
131131 case 7 :
132- // horizontal flip + 90 rotate right
132+ // horizontal flip + 90° rotate right
133133 ctx . rotate ( 0.5 * Math . PI )
134134 ctx . translate ( width , - height )
135135 ctx . scale ( - 1 , 1 )
@@ -185,7 +185,7 @@ Exif orientation values to correctly display the letter F:
185185 newOptions . bottom = options . top
186186 break
187187 case 5 :
188- // vertical flip + 90 rotate right
188+ // vertical flip + 90° rotate right
189189 newOptions . left = options . top
190190 newOptions . top = options . left
191191 newOptions . right = options . bottom
@@ -199,7 +199,7 @@ Exif orientation values to correctly display the letter F:
199199 newOptions . bottom = options . left
200200 break
201201 case 7 :
202- // horizontal flip + 90 rotate right
202+ // horizontal flip + 90° rotate right
203203 newOptions . left = options . bottom
204204 newOptions . top = options . right
205205 newOptions . right = options . top
0 commit comments