# Genuary2026_InvisibleShadow

# BoxToLine

BoxToLine is coded in ***LiveCodeLab*** and the “shadow” shown is from the “Invisible Box”`(Prompt 15 of Genuary2025)`. Then have them Overlaid.

## Poetry

```javascript
Shadowy Lines
from box outline
As the starlight shines
in this angle of time
```

## Image

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767586746472/976e69c6-0472-4e24-88c2-31cb8561a923.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767586800023/71e2c5fe-3767-4f00-88ec-601accc79add.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767587049656/482d07b3-b5cc-49f8-b9f1-3380645b1b0e.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767587054155/35bc4f74-3ffc-4031-931d-919b47ded335.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767587057955/aef44437-9a5d-453f-b575-34d8e57dd6b7.png align="center")

## Code

### LiveCodeLab

```javascript
simpleGradient blue,blue,blue

pushMatrix()
move -1.90,0.05,0
ambientLight
stroke yellow
fill yellow
ball
popMatrix()


stroke blue
fill blue
box


stroke black
move 1.95,0.09,0.25
rotate 0,0,0
line 0.85,0.85,0.75
```
