awesome/tests/shape/rounded_bar.lua

11 lines
192 B
Lua
Raw Normal View History

local shape,cr,show = ... --DOC_HIDE
shape.rounded_bar(cr, 70, 70)
show(cr) --DOC_HIDE
shape.rounded_bar(cr, 20, 70)
show(cr) --DOC_HIDE
shape.rounded_bar(cr, 70, 20)
show(cr) --DOC_HIDE