Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

feat: add "antialiasingTolerance" option #932

Merged
merged 1 commit into from Sep 11, 2018
Merged

Conversation

DudaGod
Copy link
Member

@DudaGod DudaGod commented Sep 8, 2018

  • allows to make the algorithm for determining antialiasing less strict

doc/config.md Outdated
@@ -210,6 +211,8 @@ Settings list:
recommended, prefer changing tolerance for particular suites or states
instead.

* `antialiasingTolerance` — indicates minimum difference in brightness between the darkest/lightest pixel (which is adjacent to the antiasing pixel) and theirs adjacent pixels. Allows to make the algorithm for determining antialiasing less strict. By default it's 0. Not recommend to increase this value above 10. Read more about [anti-aliasing algorithm](http://www.eejournal.ktu.lt/index.php/elt/article/view/10058/5000).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

antiasing pixel – instead of antialiasing pixel

Allows to make the algorithm for determining antialiasing less strict.
you can write it shorter:
Allows to make the antialiasing algorithm less strict.

Not recommend to increase this value above 10.
other ways to say the same:
It is not recommended to set this value above 10.
We recommend to keep this value below 10.
It is recommended to keep this value below 10.
It is recommended to keep this value between 0 and 10. By default it's 0.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ok

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а нельзя эту доку унести в looks-same, а здесь просто отсылку туда оставить? Тогда дублировать в hermione и здесь не придется

doc/config.md Outdated
@@ -210,6 +211,8 @@ Settings list:
recommended, prefer changing tolerance for particular suites or states
instead.

* `antialiasingTolerance` — indicates minimum difference in brightness between the darkest/lightest pixel (which is adjacent to the antiasing pixel) and theirs adjacent pixels. Allows to make the algorithm for determining antialiasing less strict. By default it's 0. Not recommend to increase this value above 10. Read more about [anti-aliasing algorithm](http://www.eejournal.ktu.lt/index.php/elt/article/view/10058/5000).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а нельзя эту доку унести в looks-same, а здесь просто отсылку туда оставить? Тогда дублировать в hermione и здесь не придется

* allows to make the algorithm for determing antialiasing less strict
@DudaGod DudaGod merged commit a60ea05 into master Sep 11, 2018
@DudaGod DudaGod deleted the dd.antialiasing_tolerance branch September 11, 2018 08:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants