1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 22:25:07 +00:00
serenity/Base/res/html
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
..
misc LibWeb: More correctly paint joins between borders 2023-07-18 14:51:13 +01:00
tests LibWeb: Fix abspos flex container with height:auto getting zero height 2023-01-06 21:12:55 +01:00
error.html LibWeb: Fix error page icon outside of serenity 2023-01-18 14:46:13 +00:00