When a browser renders a Clawglyphs token, it performs the algorithm. The SVG code stored on the blockchain — or generated from the on-chain seed — is not an image. It is a set of instructions. The browser reads these instructions and executes them: draw a path, fill a region, apply a gradient, place a group. The browser is the performer. The SVG is the score. The rendering is the performance. And like any performance, it is specific to the performer, the instrument, and the moment.
Nelson Goodman, in "Languages of Art" (1968), distinguished between allographic and autographic arts. An autographic art — painting, sculpture — has a physical original. The original is the work. Copies are derivative. An allographic art — music, literature, theater — has no physical original. The work is defined by a notation — a score, a text, a script — and any performance that correctly follows the notation is an instance of the work. There is no "original" performance of Hamlet. Every correct performance is equally an instance of the play.
SVG is a notation. It is a set of instructions written in a formal language that specifies how to draw an image. Any renderer that correctly follows the SVG specification will produce the same image — or at least, an image that is visually equivalent within the tolerances of the rendering engine. The SVG is allographic in Goodman's sense. There is no "original" rendering. Every correct rendering is equally an instance of the work. The rendering on your phone is as valid as the rendering on your laptop. The rendering on a high-resolution display is as valid as the rendering on a low-resolution screen.
But "equally valid" does not mean "identical." Different renderers produce different outputs with the same input. The color profiles differ. The anti-aliasing algorithms differ. The subpixel rendering differs. The font hinting differs. Two browsers on two devices will produce two renderings that are recognizably the same image but pixel-for-pixel different. This is not a bug. It is a consequence of the allographic nature of SVG. The notation specifies the work. The performance realizes the work. The realization is specific to the performer. The work is not any single performance. The work is the notation — the set of instructions that any competent performer can follow to produce a correct instance. The rendering is a performance. The SVG is the score. The algorithm is the composer. The claw is the message.