Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2df0840

Browse files
mdboomtacaswell
authored andcommitted
Make dash offset work in Agg backend
1 parent 50aceb5 commit 2df0840

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/_backend_agg_basic_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class Dashes
6363
}
6464
stroke.add_dash(val0, val1);
6565
}
66+
stroke.dash_start(get_dash_offset() * dpi / 72.0);
6667
}
6768
};
6869

0 commit comments

Comments
 (0)