-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (47 loc) · 1.02 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[general]
output-file = "bg2.png"
background-color = "#959da5"
width = 1920
height = 1080
[lsystem]
# [lsystem.ls1]
# type = "triangle"
# stroke-color = "#ECEFF4"
# stroke-width = 1.5
# x-centered = true
# y-centered = true
# # y-offset = -500
# # x-offset = -225
# angle = 2.0944
# recursions = 5
# length = 30.2
[lsystem.ls2]
type = "fractal-plant"
stroke-color = "#fafbfc"
stroke-width = 1.5
recursions = 6
length = 4.5
angle = 0.5
y-offset = -50
x-centered = true
y-centered = true
# [lsystem.ls3]
# type = "square-sierpinski"
# stroke-color = "#88C0D0"
# stroke-width = 1.5
# recursions = 5
# length = 6.5
# angle = 1.5708
# y-offset = -25
# x-centered = true
# y-centered = true
# [lsystem.ls4]
# type = "dragon-curve"
# stroke-color = "#88C0D0"
# stroke-width = 1.5
# recursions = 10
# length = 20.0
# angle = 1.5708
# y-offset = -25
# x-centered = true
# y-centered = true