diff options
author | 2020-10-19 18:13:26 +1100 | |
---|---|---|
committer | 2020-10-19 18:13:26 +1100 | |
commit | e90403a49926735f201d3438c30815fe8bb34b6d (patch) | |
tree | c8766f206f7095e1755c1a344dadbe3ac6e3df4e /docs/source/techspecs/layout_files.rst | |
parent | a24c699d06a525b9bfe4bd73ac2864d42d4d937c (diff) |
emu/rendlay.cpp: Fixed one more place where disk drawing had error accumulation issues.
Diffstat (limited to 'docs/source/techspecs/layout_files.rst')
-rw-r--r-- | docs/source/techspecs/layout_files.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/layout_files.rst b/docs/source/techspecs/layout_files.rst index 9ebb5863de5..7bb69678d8c 100644 --- a/docs/source/techspecs/layout_files.rst +++ b/docs/source/techspecs/layout_files.rst @@ -699,8 +699,8 @@ element Adds an element to the view (see :ref:`layout-parts-elements`). The name of the element to add is specified using the required ``ref`` attribute. It is an error if no element with this name is defined in the layout file. Within - a layer, elements are drawn in the order they appear in the layout file, - from front to back. See below for more details. + a view, elements are drawn in the order they appear in the layout file, from + front to back. See below for more details. May optionally be connected to an emulated I/O port using ``inputtag`` and ``inputmask`` attributes, and/or an emulated output using a ``name`` |