Tearing / shearing in bands of progress bar

With panel 0.11.3, the following code is used to generate a dynamic (animating) progress bar to indicate an “I am working …” state.

If the height property of the widget is set to an other-than-default value, the bands in the progress bar exhibit tearing/shearing.

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
"""
import panel as pn

p = pn.widgets.Progress(name='Progress', bar_color='warning', value=None, width=200, height=30)
p.servable()
1 Like

Could you post this as a bug on Github? Issues · holoviz/panel (github.com)

Thanks.

Submitted GitHub Issue 2309.

1 Like