mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-03 07:43:24 +02:00
[BUGFIX] crash when setting the line style/width > 1
This commit is contained in:
@@ -69,7 +69,7 @@ render_scanline_std_edge (const uint32_t *dp, unsigned int ds, const lay::Bitmap
|
||||
uint32_t ddp = 0;
|
||||
|
||||
int x = int (w);
|
||||
while (x >= 0) {
|
||||
while (x > 0) {
|
||||
|
||||
uint32_t d = 0;
|
||||
uint32_t dsn = 0, dsp = 0;
|
||||
|
||||
Reference in New Issue
Block a user