-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
[Editor] Simplify the draw layer code #19085
Conversation
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/4c34d8ab909727e/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/0ef29670864f00b/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/0ef29670864f00b/output.txt Total script time: 30.64 mins
Image differences available at: http://54.241.84.105:8877/0ef29670864f00b/reftest-analyzer.html#web=eq.log |
3020c03
to
665ba81
Compare
/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/a1c9fa2d850b8d5/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 1 Live output at: http://54.193.163.58:8877/6de259c3d7f4314/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/4c34d8ab909727e/output.txt Total script time: 46.16 mins
Image differences available at: http://54.193.163.58:8877/4c34d8ab909727e/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/a1c9fa2d850b8d5/output.txt Total script time: 30.61 mins
Image differences available at: http://54.241.84.105:8877/a1c9fa2d850b8d5/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/6de259c3d7f4314/output.txt Total script time: 46.41 mins
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems generally reasonable, but a couple of questions regarding what appears to be unused code.
and tweak a bit the highlight one (e.g. it's useless to have 64 bits floating point numbers when 32 bits ones are enough). It's a required step for the refactoring of the ink tool (in order to use the draw layer). It avoids to call several functions acting on the same SVG element.
665ba81
to
3c343ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, thank you.
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 1 Live output at: http://54.193.163.58:8877/b4b1968da9f85c7/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 1 Live output at: http://54.241.84.105:8877/b54dec1691b556c/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/b54dec1691b556c/output.txt Total script time: 8.79 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/b4b1968da9f85c7/output.txt Total script time: 20.22 mins
|
and tweak a bit the highlight one (e.g. it's useless to have 64 bits floating point numbers when 32 bits ones are enough).
It's a required step for the refactoring of the ink tool (in order to use the draw layer). It avoids to call several functions acting on the same SVG element.