Gabriel Mariani
Gabriel Mariani
Ah, reviewing their code I see what their logic was. Since the XML files can be lengthy, they were zipping them up before storing them in the shared object as...
Yes, only the length value would need to be adjusted after you edit the XML content itself. UInt29 was a 'clever' invention by Adobe to write an integer using only...
Whenever you edit a number/integer, it sanitizes the input to make sure nothing invalid is entered. When it does that it calls parseFloat to make sure it's a valid number....
Kind of a duplicate of https://github.com/gmariani/minerva/issues/76
I moved it below ``` // Strict values for (var i = 0; i < l; i++) { arr[i] = this.readData(ba); } ``` as well as arr has assignments as...
I took a look at this in Firefox 115 and not sure i can replicate the issue. I opened the file and went to the headHave array. I didn't see...