SerenityOS build: Wednesday, January 17
Images 💾⌗
- serenity-x86_64-20240117-d55867e.img.gz (Raw image, 210.08 MiB)
Last commit ⭐⌗
commit d55867e563600c56f0e9d68c738e0d25cc2c13ee
Author: MacDue <macdue@dueutil.tech>
AuthorDate: Tue Jan 16 20:32:26 2024 +0000
Commit: Sam Atkins <atkinssj@serenityos.org>
CommitDate: Tue Jan 16 21:31:20 2024 +0000
LibPDF: Fix paths with negatively sized `re` (rect) commands
Turns out the width/height in a `re` command can be negative. This
results in rectangles with different winding orders. For example, a
negative width results in a reversed winding order.
Previously, this was lost by passing the rect through an
`AffineTransform` before constructing the path. So instead, this
constructs the rect path, and then transforms the resulting path.
Other builds