serenity/Base
zhiyuang 97130a4e66 LibWeb: More correctly paint joins between borders
The refactor of the border painting mainly to handle:
1. Single border with minor border radius.
2. Different border widths and border colors joined situations.
This refactor only apply to solid border.

The main differece is to use Path.fill to paint each border,
not fill_rect anymore. There's a special case need to consider.
The Path.fill will leave shared edge blank between two borders.
To handle this, we decide to combine the borders with same color
to paint together.
2023-07-18 14:51:13 +01:00
..
etc Base: Move user nona from group 200 into existing group users 2023-05-20 14:40:24 +02:00
home/anon Base: Setup file associations for .tvg 2023-07-03 23:54:51 +02:00
res LibWeb: More correctly paint joins between borders 2023-07-18 14:51:13 +01:00
root Base: Stop generating strace(1) manpage 2023-07-06 10:41:49 +01:00
usr Base: Add man page for nohup 2023-07-12 10:11:24 +03:30
www Base: Improve default WebServer pages 2022-02-23 21:28:17 +00:00
.gitignore Meta: Don't generate emoji.txt into the source tree 2022-09-05 09:50:31 -04:00