Skip to content
  • abakkk's avatar
    Fix lineWidth · 52ca6192
    abakkk authored
    * GS 3.34 compatibility for barLevel, see for example status/volume.js StreamSlider.getLevel():
      * 3.32 : "return 100 * this._stream.volume / this._control.get_vol_max_norm();"
      * 3.34 : "return this._stream.volume / this._control.get_vol_max_norm();"
    * allow 0 px lineWidth because stroke lines cannot have color with some transparency
    * use warning color in OSD and drawing menu when lineWidth is 0 px
    52ca6192