Closed fdb closed 6 years ago
Allow the user to configure the depth of the recursion. Currently this value is hard-coded. This would allow users to make more complex recursive structures like trees or fractals.
Example of the syntax:
% depth: 100 root: - <svg ... />
This depends on #4 (preamble syntax).
Added in f242ae8
Allow the user to configure the depth of the recursion. Currently this value is hard-coded. This would allow users to make more complex recursive structures like trees or fractals.
Example of the syntax:
This depends on #4 (preamble syntax).