Skip to content

Commit

Permalink
Merge core-8-6-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jul 19, 2024
2 parents 52aa91a + a7042bc commit 5c101e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/tkObj.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ GetPixelsFromObjEx(
double d;
PixelRep *pixelPtr;
static const double bias[] = {
1.0, 10.0, 25.4, 0.35278 /*25.4 / 72.0*/
1.0, 10.0, 25.4, 25.4 / 72.0
};

if (objPtr->typePtr != &pixelObjType.objType) {
Expand Down

0 comments on commit 5c101e5

Please sign in to comment.