Use canvas context text primitives when the font file is missing#20101
Use canvas context text primitives when the font file is missing#20101calixteman merged 1 commit intomozilla:masterfrom
Conversation
|
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/9e18bda9f544301/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/ed060b3256a30a4/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/9e18bda9f544301/output.txt Total script time: 30.77 mins
Image differences available at: http://54.241.84.105:8877/9e18bda9f544301/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/ed060b3256a30a4/output.txt Total script time: 55.33 mins
Image differences available at: http://54.193.163.58:8877/ed060b3256a30a4/reftest-analyzer.html#web=eq.log |
|
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/2fb4cc6d0d60922/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/8211588b9490b22/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/2fb4cc6d0d60922/output.txt Total script time: 30.93 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/8211588b9490b22/output.txt Total script time: 55.56 mins
|
timvandermeij
left a comment
There was a problem hiding this comment.
r=me, with a rebase. Thanks!
It fixes mozilla#20065. The only to get a path (from the path generator) is when the font is embedded. So when we need a path (disableFontFace: true or when we want to use a pattern for stroking/filling), it's impossible to fulfil.
|
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/29b5f57b3cba07a/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/08091c87967388e/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/08091c87967388e/output.txt Total script time: 16.07 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/29b5f57b3cba07a/output.txt Total script time: 25.11 mins
|
It fixes #20065.
The only to get a path (from the path generator) is when the font is embedded. So when we need a path (disableFontFace: true or when we want to use a pattern for stroking/filling), it's impossible to fulfil.