Skip to content

Evaluate type 1 charstrings for conversion to type 2.#2527

Merged
yurydelendik merged 1 commit intomozilla:masterfrom
brendandahl:type1-charstrings
Jan 26, 2013
Merged

Evaluate type 1 charstrings for conversion to type 2.#2527
yurydelendik merged 1 commit intomozilla:masterfrom
brendandahl:type1-charstrings

Conversation

@brendandahl
Copy link
Contributor

Fixes #1936 and #2536

Locally on OSX the following changed:
TEST-UNEXPECTED-FAIL | eq fit11-talk | in firefoxaurora | rendering of page 8 != reference rendering
TEST-UNEXPECTED-FAIL | eq fit11-talk | in firefoxaurora | rendering of page 10 != reference rendering
TEST-UNEXPECTED-FAIL | eq fit11-talk | in firefoxaurora | rendering of page 11 != reference rendering

@brendandahl
Copy link
Contributor Author

/botio test

@pdfjsbot
Copy link

pdfjsbot commented Jan 4, 2013

From: Bot.io (Linux)


Received

Command cmd_test from @brendandahl received. Current queue size: 0

Live output at: http://107.21.233.14:8877/4e4f932c595b47d/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Jan 4, 2013

From: Bot.io (Windows)


Received

Command cmd_test from @brendandahl received. Current queue size: 0

Live output at: http://107.22.172.223:8877/4717b69a4d94365/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Jan 4, 2013

From: Bot.io (Windows)


Failed

Full output at http://107.22.172.223:8877/4717b69a4d94365/output.txt

Total script time: 15.72 mins

  • Lint: Passed
  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: FAILED

Image differences available at: http://107.22.172.223:8877/4717b69a4d94365/reftest-analyzer.xhtml#web=eq.log

@pdfjsbot
Copy link

pdfjsbot commented Jan 4, 2013

From: Bot.io (Linux)


Failed

Full output at http://107.21.233.14:8877/4e4f932c595b47d/output.txt

Total script time: 20.30 mins

  • Lint: Passed
  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: FAILED

Image differences available at: http://107.21.233.14:8877/4e4f932c595b47d/reftest-analyzer.xhtml#web=eq.log

@yurydelendik
Copy link
Contributor

/botio test

@pdfjsbot
Copy link

pdfjsbot commented Jan 8, 2013

From: Bot.io (Windows)


Received

Command cmd_test from @yurydelendik received. Current queue size: 0

Live output at: http://107.22.172.223:8877/8d957686a90618e/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Jan 8, 2013

From: Bot.io (Linux)


Received

Command cmd_test from @yurydelendik received. Current queue size: 0

Live output at: http://107.21.233.14:8877/0394ff4f9c88780/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Jan 8, 2013

From: Bot.io (Windows)


Failed

Full output at http://107.22.172.223:8877/8d957686a90618e/output.txt

Total script time: 15.70 mins

  • Lint: Passed
  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: FAILED

Image differences available at: http://107.22.172.223:8877/8d957686a90618e/reftest-analyzer.xhtml#web=eq.log

@pdfjsbot
Copy link

pdfjsbot commented Jan 8, 2013

From: Bot.io (Linux)


Failed

Full output at http://107.21.233.14:8877/0394ff4f9c88780/output.txt

Total script time: 20.43 mins

  • Lint: Passed
  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: FAILED

Image differences available at: http://107.21.233.14:8877/0394ff4f9c88780/reftest-analyzer.xhtml#web=eq.log

@gigaherz
Copy link
Contributor

gigaherz commented Jan 8, 2013

You have a circular reference in your "fixes" list, you probably meant #2536 instead of #2527.

src/fonts.js Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parseFloat / parseInt will convert stuff into strings first, use value === (value | 0)

@yurydelendik
Copy link
Contributor

/botio-windows preview

@pdfjsbot
Copy link

pdfjsbot commented Jan 9, 2013

From: Bot.io (Windows)


Received

Command cmd_preview from @yurydelendik received. Current queue size: 0

Live output at: http://107.22.172.223:8877/c33836bc3a892b2/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Jan 9, 2013

@yurydelendik
Copy link
Contributor

(Some letters are missing at https://mooculus.osu.edu/textbook/mooculus.pdf, windows hwa on
moo
)

@brendandahl
Copy link
Contributor Author

/botio test

Addressed review comments & disabled hinting.

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

Command cmd_test from @brendandahl received. Current queue size: 0

Live output at: http://107.22.172.223:8877/120a5ddbcbc61b6/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux)


Received

Command cmd_test from @brendandahl received. Current queue size: 0

Live output at: http://107.21.233.14:8877/95d8f8598124dcb/output.txt

@pdfjsbot
Copy link

From: Bot.io (Windows)


Failed

Full output at http://107.22.172.223:8877/120a5ddbcbc61b6/output.txt

Total script time: 15.75 mins

  • Lint: Passed
  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: FAILED

Image differences available at: http://107.22.172.223:8877/120a5ddbcbc61b6/reftest-analyzer.xhtml#web=eq.log

@pdfjsbot
Copy link

From: Bot.io (Linux)


Failed

Full output at http://107.21.233.14:8877/95d8f8598124dcb/output.txt

Total script time: 20.15 mins

  • Lint: Passed
  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: FAILED

Image differences available at: http://107.21.233.14:8877/95d8f8598124dcb/reftest-analyzer.xhtml#web=eq.log

@yurydelendik
Copy link
Contributor

/botio test

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

Command cmd_test from @yurydelendik received. Current queue size: 1

Live output at: http://107.22.172.223:8877/9cc24c72ca8cb17/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux)


Received

Command cmd_test from @yurydelendik received. Current queue size: 1

Live output at: http://107.21.233.14:8877/afd3fb4137e3253/output.txt

@pdfjsbot
Copy link

From: Bot.io (Windows)


Failed

Full output at http://107.22.172.223:8877/9cc24c72ca8cb17/output.txt

Total script time: 17.50 mins

  • Lint: Passed
  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: FAILED

Image differences available at: http://107.22.172.223:8877/9cc24c72ca8cb17/reftest-analyzer.xhtml#web=eq.log

@pdfjsbot
Copy link

From: Bot.io (Linux)


Failed

Full output at http://107.21.233.14:8877/afd3fb4137e3253/output.txt

Total script time: 22.80 mins

  • Lint: Passed
  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: FAILED

Image differences available at: http://107.21.233.14:8877/afd3fb4137e3253/reftest-analyzer.xhtml#web=eq.log

@yurydelendik
Copy link
Contributor

/botio makeref

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

Command cmd_makeref from @yurydelendik received. Current queue size: 0

Live output at: http://107.22.172.223:8877/edda1072a3b9d5e/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux)


Received

Command cmd_makeref from @yurydelendik received. Current queue size: 0

Live output at: http://107.21.233.14:8877/e3cbb535e0fe503/output.txt

@pdfjsbot
Copy link

From: Bot.io (Windows)


Success

Full output at http://107.22.172.223:8877/edda1072a3b9d5e/output.txt

Total script time: 17.18 mins

  • Lint: Passed
  • Make references: Passed
  • Check references: Passed

@pdfjsbot
Copy link

From: Bot.io (Linux)


Success

Full output at http://107.21.233.14:8877/e3cbb535e0fe503/output.txt

Total script time: 22.32 mins

  • Lint: Passed
  • Make references: Passed
  • Check references: Passed

yurydelendik added a commit that referenced this pull request Jan 26, 2013
Evaluate type 1 charstrings for conversion to type 2.
@yurydelendik yurydelendik merged commit df731e7 into mozilla:master Jan 26, 2013
calixteman added a commit to calixteman/pdf.js that referenced this pull request Dec 27, 2025
I think it should have been removed with mozilla#2527 so it should be useless now.
Because of that stuff, some commands with a wrong number of arguments
weren't stripped out (see the pdf in mozilla#13850).
enterayush pushed a commit to enterayush/pdf.js that referenced this pull request Jan 13, 2026
I think it should have been removed with mozilla#2527 so it should be useless now.
Because of that stuff, some commands with a wrong number of arguments
weren't stripped out (see the pdf in mozilla#13850).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Symbols rendered improperly

4 participants