You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Winwheel.js
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,8 @@ function Winwheel(options, drawWheel)
57
57
'imageOverlay' : false,// If set to true in image drawing mode the outline of the segments will be displayed over the image. Does nothing in code drawMode.
58
58
'drawText' : true,// By default the text of the segments is rendered in code drawMode and not in image drawMode.
59
59
'pointerAngle' : 0,// Location of the pointer that indicates the prize when wheel has stopped. Default is 0 so the (corrected) 12 o'clock position.
60
-
'wheelImage' : null// Must be set to image data in order to use image to draw the wheel - drawMode must also be 'image'.
60
+
'wheelImage' : null,// Must be set to image data in order to use image to draw the wheel - drawMode must also be 'image'.
61
+
'imageDirection' : 'N'// Used when drawMode is segmentImage. Default is north, can also be (E)ast, (S)outh, (W)est.
0 commit comments