i'm having a hard time searching for insights on how to achieve this since so often people are trying to accomplish the opposite. i'm interested in slowing down the browser during the graphic rendering process, so it's possible to see how a graphic is rendered step-by-step (what direction they are drawn in, how color is applied, etc.).
for instance, i'm wondering how a simple graphic like this gradient:
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAYAAAAbb8MkAAAAb0lEQVQYV03HUQbCAACA4T12g26wI3SDXjNmIpOYiSQjGUkiGZNEMpKMJNIh8731P3z8QfBfx3QRooc+BogQI8EQI6QYY4IMOaaYYY4FCiyxQok1Nthihz0OqFDjiBPOuOCKBjfc8UCLJ15444PvD9r8FUNlxDKTAAAAAElFTkSuQmCC
is rendered on screen over time. i found this question:
and tried to follow the solution with the dev tools, but i think such a simple graphic renders too fast to even see any progression. i'm wondering if theres a script i can run that may slow things down, or some other solution to do this.
any help is much appreciated. thank you!