We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6e16b commit cc119faCopy full SHA for cc119fa
itext/itext.kernel/itext/kernel/colors/Color.cs
@@ -273,7 +273,7 @@ public override bool Equals(Object o) {
273
274
/// <summary><inheritDoc/></summary>
275
public override int GetHashCode() {
276
- int result = colorSpace != null ? colorSpace.GetHashCode() : 0;
+ int result = colorSpace != null ? colorSpace.GetPdfObject().GetHashCode() : 0;
277
result = 31 * result + (colorValue != null ? JavaUtil.ArraysHashCode(colorValue) : 0);
278
return result;
279
}
port-hash
@@ -1 +1 @@
1
-26cd63555494beba3ef4e211cbd3bcba42f5e8d4
+53b4358d82348528526dd01baae4d4a4cd9c6b2d
0 commit comments