When matrix brandy runs the following code: `0MODE12 10ORIGIN512,640 20RECTANGLE -100,-100,200,200 30GCOL0,4 40CIRCLE FILL 0,0,100` we get this: <img width="128" height="127" alt="Image" src="https://github.com/user-attachments/assets/52dd59be-fd0d-4774-a9fe-3ea1c5df5519" /> But on an archimedes, we get this: <img width="124" height="124" alt="Image" src="https://github.com/user-attachments/assets/2677852a-597f-4638-9ddb-ddd682a0aa5c" /> This has been fixed in commit https://github.com/mikefairbank/MatrixBrandyPlotArc/commit/441b32d4db35e860937057f7db5cf3259960b3f4 , which inflates the height and width of the circles by 0.5, giving this effect: <img width="111" height="118" alt="Image" src="https://github.com/user-attachments/assets/a3cdad49-88b6-48e0-82d6-9a141d808d3a" />