final example of fully customized bottle_clip() usage

This commit is contained in:
Roland Hieber 2013-06-07 02:23:29 +02:00
parent ba80d19bbb
commit dc05cbe4ba

View file

@ -30,4 +30,11 @@ bottle_clip(name="Zero Cool");
// ...or DIN 6199 ("Steinie") beer bottles. Note that these have no logo.
//bottle_clip_steinie(name="ohbier");
// ...or just do your own variant: Measure the diameter of your bottle at two
// different heights, and pass those as parameters rl (lower diameter), ru
// (upper diameter) and ht (height) to the bottle_clip() module. You can also
// use the other parameters from above, if you set logo="", then only the text
// is rendered.
//bottle_clip(name="Niobe", rl=15, ru=12, ht=16, logo="");
// vim: set noet ts=2 sw=2 tw=80: