From 4f0348084bd46e23c2f5b786920744722b794b0f Mon Sep 17 00:00:00 2001 From: AesaKamar Date: Thu, 26 Jul 2018 10:10:18 -0400 Subject: [PATCH] try canvas --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 80d1114..308b3e2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,7 +40,7 @@ renderers: [ { container: document.getElementById('container'), - type: 'webgl' // sigma.renderers.canvas works as well + type: 'canvas' // sigma.renderers.canvas works as well } ], });