Skip to content

Commit 92ac8f9

Browse files
authored
Update doc/python/webgl-vs-svg.md
1 parent a747e57 commit 92ac8f9

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
@@ -62,7 +62,7 @@ In addition to the above limitations, the WebGL-powered version of certain SVG-p
6262

6363
*New in 5.19*
6464

65-
Most browsers have a limit of between 8 and 16 WebGL contexts per page. Plotly WebGL-based figure may use multiple WebGL contexts, but generally you'll be able to render between 4 and 8 figures on one page.
65+
Most browsers have a limit of between 8 and 16 WebGL contexts per page. A Plotly WebGL-based figure may use multiple WebGL contexts, but generally you'll be able to render between 4 and 8 figures on one page.
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

0 commit comments

Comments
 (0)