SVG viewer written in SVG Posted on Sep 9, 2023 This post is about how to write an SVG viewer / browser / “slideshow” which is itself a self-contained SVG. Motivation I’ve been working on a parallel processing pipeline. Each stage of the pipeline is running on a separate thread, and it takes some work items from a queue in front of it, processes them and then puts them in the queue in front of the next stage in the pipeline. In order to better understand what exactly is going on I thoug...