[consider merging] Bugfix in polygon rasterizer

This commit is contained in:
Matthias Koefferlein 2025-07-11 23:57:03 +02:00
parent 46f9fba0ab
commit 70a609e995
1 changed files with 1 additions and 1 deletions

View File

@ -1918,7 +1918,7 @@ rasterize_impl (const db::polygon<C> &polygon, db::area_map<C> &am)
area_type aa = a;
if (dx == py) {
if (dx == px) {
box_type cell (x, y, xx, yy);