final example of fully customized bottle_clip() usage
This commit is contained in:
parent
ba80d19bbb
commit
dc05cbe4ba
1 changed files with 7 additions and 0 deletions
|
@ -30,4 +30,11 @@ bottle_clip(name="Zero Cool");
|
||||||
// ...or DIN 6199 ("Steinie") beer bottles. Note that these have no logo.
|
// ...or DIN 6199 ("Steinie") beer bottles. Note that these have no logo.
|
||||||
//bottle_clip_steinie(name="ohbier");
|
//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:
|
// vim: set noet ts=2 sw=2 tw=80:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue