Add filtering option to XML

This commit is contained in:
Simon Long 2024-05-03 11:33:33 +01:00
parent 05c89f18fb
commit 94f21ca61c
4 changed files with 8 additions and 4 deletions

View file

@ -595,12 +595,15 @@
colour of the border for the magnifier window.
'borderWidth' sets the width in pixels of the border for the
magnifier window.
'useFilter' sets whether to use a bilinear filter on the magnified
output or simply to take nearest pixel.
-->
<magnifier>
<size>400</size>
<initScale>2</initScale>
<borderColour>#ff0000</borderColour>
<borderWidth>1</borderWidth>
<useFilter>true</useFilter>
</magnifier>
</labwc_config>