DigiScore / neoscore

A python library for notating music in a graphics-first paradigm
https://neoscore.org
BSD 3-Clause "New" or "Revised" License
108 stars 9 forks source link

Exported images may sometimes be corrupted #115

Closed ajyoon closed 7 months ago

ajyoon commented 7 months ago

I noticed today that some images on our official docs are corrupted, for example on this page we have:

image

That rainbow corner looks an awful lot like uninitialized memory. From a quick bisect it seems like I introduced an error here. Luckily, that commit was supposed to be a pure refactor, so it hasn't been released yet, meaning this is a doc-only bug for now. It definitely needs to be fixed before the next release though/