Mercurial > MadButterfly
view tools/foreach.m4 @ 458:bb4f651090bf
Use cairo to transform and draw arc.
- We move some values into float_args.
- fix_args is removed.
- args is rename to pnts.
- We still need to add corner points to pnts at sh_path_arc_cmd_arg_fill().
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 10 Sep 2009 17:36:45 +0800 |
parents | f4b792afa74e |
children |
line wrap: on
line source
divert([-1]) define([_arg1], [$1]) define([_foreach], [ifelse([$2], [()], [], [define([$1], _arg1$2)$3[]_foreach([$1], (shift$2), [$3])])]) define([foreach], [pushdef([$1])_foreach($@)popdef([$1])]) divert[]dnl