Skip to content

Commit 5e41746

Browse files
Merge pull request plotly#3596 from rgbailey/patch-1
minor typo in webgl-vs-svg
2 parents 1788c1c + bf2626b commit 5e41746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/webgl-vs-svg.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ WebGL is a powerful technology for accelerating computation but comes with some
5252
3. Context limits: browsers impose a strict limit on the number of WebGL "contexts" that any given web document can access. WebGL-powered traces in `plotly` can use multiple contexts in some cases but as a general rule, **it may not be possible to render more than 8 WebGL-involving figures on the same page at the same time.**
5353
4. Size limits: browsers impose hardware-dependent limits on the height and width of figures using WebGL which users may encounter with extremely large plots (e.g. tens of thousands of pixels of height)
5454

55-
In addition to the above limitations, the WebGL-powere version of certain SVG-powered trace types (`scattergl`, `scatterpolargl`, `heatmapgl`) are not complete drop-in replacements for their SVG counterparts yet
55+
In addition to the above limitations, the WebGL-powered version of certain SVG-powered trace types (`scattergl`, `scatterpolargl`, `heatmapgl`) are not complete drop-in replacements for their SVG counterparts yet
5656
* Available symbols will differ
5757
* Area fills are not yet supported in WebGL
5858
* Range breaks on time-series axes are not yet supported

0 commit comments

Comments
 (0)