Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oneearedrabbit authored Jul 19, 2024
1 parent 38ec408 commit 506d639
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions l-system/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,28 +267,15 @@ <h1>L-system curves</h1>

<div class="box">
<web-fractal
data-name="Square Sierpinski"
data-name="Square Sierpinski (Krishna Anklets)"
data-creation-date="2024-02-15"
data-description="A square Sierpinski space-filling curve is a fractal curve that fills the entire space within a square by subdividing it into smaller squares and continually repeating a specific pattern within each smaller square. This type of curve is constructed by recursively dividing each square into smaller squares and connecting their midpoints in a specific pattern, typically following a Sierpinski curve algorithm."
>
order = 6
angle = 90

A => X-X
X => XFX-XFX
</web-fractal>
</div>

<div class="box">
<web-fractal
data-name="Krishna Anklets"
data-creation-date="2024-02-15"
>
order = 5
angle = 45

A => B--B
B => BFB--BFB
A => B-B
B => BFB-BFB
</web-fractal>
</div>

Expand Down

0 comments on commit 506d639

Please sign in to comment.