We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ecb97 commit d51d27aCopy full SHA for d51d27a
src/overtone/viz/scope.clj
@@ -66,7 +66,7 @@
66
(.drawRect 0 0 width height)
67
(.setColor ^Color color)
68
(.translate 0 y-shift)
69
- (.scale 1 y-zoom)
+ (.scale 1 (* -1 y-zoom))
70
(.drawPolyline ^ints x-array ^ints y-a width)))))
71
72
(defn scope-panel [id width height]
0 commit comments