Skip to content

Commit e85141e

Browse files
committed
wording on environment variables
1 parent 06ad778 commit e85141e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/environment_variables.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Environment Variables
55
Previously, these views used to load static SVG images, leveraging ``QtWebEngine`` for performance.
66
However, some environments do not bring ``QtWebEngine`` with them, and others lead to crashes (see `thegrill#36 <https://github.com/thegrill/grill/issues/36>`_ as an example).
77

8-
In order to help with these issues and to bring interactivity to graph views, `thegrill#35 <https://github.com/thegrill/grill/issues/35>`_ introduced GraphViewer.
8+
In order to help with these issues and to bring interactivity to graph views, `thegrill#35 <https://github.com/thegrill/grill/issues/35>`_ introduced a custom ``GraphView`` inheriting from ``QGraphicsView``.
99

10-
The following environment variables will help bring old SVG behavior and still prevent ``QtWebEngine`` crashes:
10+
When needed, the following environment variables will bring the old SVG behavior and prevent ``QtWebEngine`` crashes:
1111

1212
GRILL_GRAPH_VIEW_VIA_SVG
1313
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -34,12 +34,12 @@ Enable this with a boolean value to inspect graphs as SVG images. A value of ``0
3434

3535
.. image:: images/layerstack_composition_svg.jpg
3636

37-
If you come across any reason to inspect images as SVG, please reach out on GitHub as this will help assess if this should be removed or better integrated beyond an env variable.
37+
If you come across any reason to inspect images as SVG, please reach out on GitHub as this will help assess if this should be removed or better integrated beyond an environment variable.
3838

3939
GRILL_SVG_VIEW_AS_PIXMAP
4040
~~~~~~~~~~~~~~~~~~~~~~~~
4141

42-
Enable this with a boolean value to load SVG images as pixmaps (thus avoiding use of ``QtWebEngine``):
42+
Enable this with a boolean value to load SVG images as ``QPixmap`` (thus avoiding use of ``QtWebEngine``):
4343

4444
.. tab:: GRILL_SVG_VIEW_AS_PIXMAP=0
4545

0 commit comments

Comments
 (0)