Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix handling of flags 1-3 in coons shading #6304

Merged
merged 1 commit into from
Aug 3, 2015

Commits on Aug 3, 2015

  1. fix handling of flags 1-3 in coons shading

    Short story: somebody got lost in two different indices. pi is an index in the stream and is explained on page 198 of the 32000-spec (however 1-based there), and ps is an index to something in PDF.js. I used the code from flag 0 (which works) to understand which is which. It is also important to understand that for flags 1,2 and 3, the stream is always assigned to the same coordinates and colors. What changes is which "old" coordinates and colors are assigned to what is "missing" in the stream. This is why for these flags, the code is identical except for the assignments in the first "row".
    THausherr authored and CodingFabian committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    c85fa00 View commit details
    Browse the repository at this point in the history