advra / art-engine

An advanced fork of the HashLips Art Engine with additional features to generate complex art from provided layers using the familiar Hashlips setup.
MIT License
0 stars 0 forks source link

Canvas Redraws Twice Affecting Transparency #1

Open advra opened 1 year ago

advra commented 1 year ago

Current version has an issue where the canvas is re-drawn twice. While this is okay for opaque images, this has adverse effects for transparent images. Images fed into the engine with 50% opacity appear to instead be 100% due to the double draw.

advra commented 1 year ago

Addressed in PR https://github.com/advra/art-engine/pull/2