2018-07-24 14:12:44 +02:00
|
|
|
--DOC_GEN_IMAGE --DOC_HIDE
|
2016-03-10 05:44:00 +01:00
|
|
|
local shape,cr,show = ... --DOC_HIDE
|
|
|
|
|
|
|
|
shape.hexagon(cr, 70, 70)
|
|
|
|
show(cr) --DOC_HIDE
|
2016-11-21 22:38:23 +01:00
|
|
|
|
2016-03-10 05:44:00 +01:00
|
|
|
shape.transform(shape.hexagon) : translate(0,15)(cr,70,20)
|
|
|
|
show(cr) --DOC_HIDE
|
2016-11-21 22:38:23 +01:00
|
|
|
|
2016-03-10 05:44:00 +01:00
|
|
|
shape.transform(shape.hexagon) : rotate_at(35,35,math.pi/2)(cr,70,40)
|
|
|
|
show(cr) --DOC_HIDE
|
2016-12-31 13:59:38 +01:00
|
|
|
|
|
|
|
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|