Skip to content

Commit

Permalink
fix: libharu verion bump
Browse files Browse the repository at this point in the history
  • Loading branch information
4silvertooth committed Oct 25, 2023
1 parent 57808ee commit f68ee5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Page.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int Page::lineTo(HPDF_REAL x, HPDF_REAL y) {
}

int Page::setDash(){
const HPDF_UINT16 DASH_MODE1[] = {2, 1};
const HPDF_REAL DASH_MODE1[] = { 2.0f, 1.0f };
return HPDF_Page_SetDash (page, DASH_MODE1, 1, 1);
}

Expand Down
2 changes: 1 addition & 1 deletion sub-modules/libharu
Submodule libharu updated 157 files

0 comments on commit f68ee5b

Please sign in to comment.