Skip to content

Commit 764de6c

Browse files
authored
Update 2018-10-04-webglcontextlost.html
change webgl to WebGL
1 parent 63b700c commit 764de6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/plotly_js/chart-events/events/2018-10-04-webglcontextlost.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
sitemap: false
77
arrangement: horizontal
88
markdown_content: |
9-
Plotly graphs which use webgl receive a "webgl context" from the browser which gives them access to gpu resources.
10-
A program may lose its web context if the browser is overloaded with webgl contexts and is forced to shut one down.
11-
The event handler: `plotly_webglcontextlost`, can be used to trigger an event after a graph using webgl loses it's webgl context.
9+
Plotly graphs which use WebGL receive a "WebGL context" from the browser which gives them access to gpu resources.
10+
A program may lose its WebGL context if the browser is overloaded with them and is forced to shut one down.
11+
The event handler: `plotly_webglcontextlost`, can be used to trigger an event after a graph loses it's WebGL context.
1212
---

0 commit comments

Comments
 (0)