interface.js icon indicating copy to clipboard operation
interface.js copied to clipboard

knob labels blurry after knob is used

Open abulka opened this issue 9 years ago • 0 comments

Creating a knob with a label var k7 = new Interface.Knob({ bounds: [.3,0,.1], value: .1, usesRotation:false, centerZero: false, label:'dial2'}); looks ok initially, but the label goes blurry after moving the dial. Happens on both retina and non retina. Perhaps the 'label' parameter for a knob is not officially supported? Using chrome on mac.

abulka avatar Sep 16 '16 07:09 abulka