The Absolute Julia transformation is made by taking a fractal and mapping each coordinate to its square root.
Absolute Julia {
transform:
#pixel = sqr(#pixel)
}
The Absolute Julia transformation is made by taking a fractal and mapping each coordinate to its square root.
````
Absolute Julia {
transform:
#pixel = sqr(#pixel)
}
````
edited Dec 19 '19 at 12:58 am