# Mathober2024_SpiderGraph

# FeralWebbing

For the 20th sketch of Mathober2024, ***FeralWebbing*** is coded in *Hydra* with a ***Spider Graph* (**24th Prompt of Matohober2024**) with *Rawgraphs*.**

## Poem

```javascript
Webbings Overlapping
Circular fields snapping
Eclipsing
Shadows Dipping
Light sources Slipping
Webbings persisting
```

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1729802210446/439e1af3-cef2-4e95-90fd-25c59ad180f3.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1729802219218/dfe20b91-3be1-409c-b77d-26c2635f266f.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1729802223887/d08c9e82-8faf-456d-9e13-c6c14a3bd705.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1729802227607/ea191afc-25b1-4c12-b882-64ac5b3b19fa.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1729802241325/d83558cb-5d3f-4612-8237-2945c09a3e27.jpeg align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1729802259222/41252db9-da78-4dde-bacb-912d10ac74a1.jpeg align="center")

## Hydra Code

```javascript

 
s0.initScreen()

src(s0).kaleid(2).modulateScale(src(s0).repeat(2,2).colorama()).
add(src(s0)).out()
```
