anti-aliasing

This commit is contained in:
Patrick Storz 2020-08-06 22:34:04 +02:00
parent f0788d5c0d
commit ab97a01427
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ The goal of Scour is to output a file that renderes identically at a fraction of
Scour is open-source and licensed under [Apache License 2.0](https://github.com/codedread/scour/blob/master/LICENSE). Scour is open-source and licensed under [Apache License 2.0](https://github.com/codedread/scour/blob/master/LICENSE).
Scour was originally developed by Jeff "codedread" Schiller and Louis Simard in in 2010. Scour was originally developed by Jeff "codedread" Schiller and Louis Simard in in 2010.
The project moved to GitLab in 2013 an is now maintained by Tobias "oberstet" Oberstein and Eduard "Ede_123" Braun. The project moved to GitLab in 2013 an is now maintained by Tobias "oberstet" Oberstein and Patrick "Ede_123" Storz.
## Installation ## Installation

View file

@ -40,7 +40,7 @@ Website
Authors: Authors:
- Jeff Schiller, Louis Simard (original authors) - Jeff Schiller, Louis Simard (original authors)
- Tobias Oberstein (maintainer) - Tobias Oberstein (maintainer)
- Eduard Braun (maintainer) - Patrick Storz (maintainer)
""" """
VERSIONFILE = os.path.join(os.path.dirname(os.path.realpath(__file__)), "scour", "__init__.py") VERSIONFILE = os.path.join(os.path.dirname(os.path.realpath(__file__)), "scour", "__init__.py")