Skip to content

Commit a747e57

Browse files
committed
Update webgl-vs-svg.md
1 parent 9b473aa commit a747e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/webgl-vs-svg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Most browsers have a limit of between 8 and 16 WebGL contexts per page. Plotly W
6666

6767
If you exceed the browser limit on WebGL contexts, some figures won't render and you'll see an error. In the console in Chrome, for example, you'll see the error: "Too many active WebGL contexts. Oldest context will be lost".
6868

69-
If you encounter WebGL context limits when rendering WebGL-based figures on one page, you can use [Virtual WebGL](https://github.com/greggman/virtual-webgl).
69+
If you encounter WebGL context limits when using WebGL-based figures, you can use [Virtual WebGL](https://github.com/greggman/virtual-webgl), which virtualizes a single WebGL context into multiple contexts.
7070

7171
To use it, in the environment where your Plotly figures are being rendered, load the Virtual WebGL script, "https://unpkg.com/virtual-webgl@1.0.6/src/virtual-webgl.js", for example, using a `<script>` tag.
7272

0 commit comments

Comments
 (0)