Vector vs Raster Graphics
| Vector | Raster |
|---|---|
This code draws the image at scale=1 then captures a copy of that image. This is displayed in the "Raster" canvas.
The image is redrawn each time in the "Vector" canvas usnig the approprate scale.
wasd can be used in the windows to move.
Note, this is an old demo, I should rework it given a better knowledge of html/javascript