Submitted by: Stephan Neuhaus <stephan.neuhaus@myview.de>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195496
13f79535-47bb-0310-9956-
ffa450edef68
==============================================================================
Done since 0.20.4 release
+- Fixed problem with jpegs with icc profile and acrobat reader 5 (Bug #11301)
+ Submitted by: Stephan Neuhaus <stephan.neuhaus@myview.de>
- Fix bug in LinkSet.mergeLinks() (ArrayOutOfBoundsException when number of
rects is zero) (Jeremias Maerki)
- Removed the necessity for a buildtools.jar (Jeremias Maerki)
int chunkSize = calcBytes(this.m_bitmaps[index + 2],
this.m_bitmaps[index + 3]) + 2;
- if (iccStream.size() == 0)
- iccStream.write(this.m_bitmaps, index+18, chunkSize - 20);
- else
- iccStream.write(this.m_bitmaps, index+16, chunkSize - 18); // eller 18..
-
+ iccStream.write(this.m_bitmaps, index+16, chunkSize - 18); // eller 18..
}
index += calcBytes(this.m_bitmaps[index + 2],