Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 18, 2025
1 parent c7c1c59 commit a1f5454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static void image_polyline(int n, double *x, double *y, const pGEcontext gc, pDe
#else
bool join = true;
#endif
draw.push_back(Magick::DrawablePolyline(coord(n, x, y)));
//draw.push_back(Magick::DrawablePolyline(coord(n, x, y)));
image_draw(draw, gc, dd, join, false);
VOID_END_RCPP
}
Expand Down

0 comments on commit a1f5454

Please sign in to comment.