[Fractale module] Typo fix
This commit is contained in:
parent
30a69b782f
commit
ebc62be11a
@ -36,7 +36,7 @@ class MainClass():
|
||||
"""
|
||||
self.fractals={
|
||||
"von_koch_curve_flake":{"Type":"Figures", "Max":((5000,5000), 5000, 10), "Min":((0,0),0,1)}
|
||||
"von_koch_curve":{"Type":"Figures", "Max":((5000,5000),(5000,5000),10), "Min":((0,0),(0,0),1)},
|
||||
"von_koch_curve":{"Type":"Figures", "Max":((5000,5000),(5000,5000),10)), "Min":((0,0),(0,0),1)},
|
||||
"blanc_manger":{"Type":"Figures", "Max":((5000,5000),(5000,5000),10), "Min":((0,0),(0,0),1)},
|
||||
"dragon":{"Type":"Lsystem"},
|
||||
"sierpinski_triangle":{"Type":"Lsystem"},
|
||||
|
Loading…
Reference in New Issue
Block a user