HashLips / generative-art-node

Create generative art by using the canvas api and node js
MIT License
2.15k stars 914 forks source link

Distorted images #113

Open Darthbaconz opened 2 years ago

Darthbaconz commented 2 years ago

When I generate my images it expands every layer over the entire canvas leaving a stretched out mess

any ideas on what would cause my error?

uniteXander commented 2 years ago

i am new to this but your layers need to be the same size. then positioned over one another correctly. so 1000 x 1000 or 100 by 100. good luck