SeuratJS — Circles

Let's round this image out:

paper.seurat({imageSource:'imgs/gray-weather.png'});

Note paper is a Raphaël canvas object as defined here.

Chrome Users Because SeuratJS uses the HTML5 canvas element if you are attempting to debug from file:// as opposed to a local webserver you will need to run Chrome using the --allow-file-access-from-files flag. More info here.