Санта клауза нету, но Гринч пришел в топик и ответил, спасибо XD Интересно то, что каждый из канвасов еще пару раз рисуется. Возможно тест на производительность какой то... На нойз тест попроще был бы, как раз нашел недавно себе:
function testKnownPixelValue(size, log){ "use strict"; const canvas = document.createElement("canvas"); canvas.height = size; canvas.width = size; const context = canvas.getContext("2d"); const imageData = new ImageData(canvas.width, canvas.height); const pixelValues = imageData.data; for (let i = 0; i < imageData.data.length; i += 1){ if (i % 4 !== 3){ pixelValues[i] = Math.floor(256 * Math.random()); } else { pixelValues[i] = 255; } } context.putImageData(imageData, 0, 0); const p = context.getImageData(0, 0, canvas.width, canvas.height).data; for (let i = 0; i < p.length; i += 1){ if (p[i] !== pixelValues[i]){ log("wrong value", p[i], "at", i, "expected", pixelValues[i]); return true; } } return false; } testKnownPixelValue(10, console.log)Я не помогаю в личке
-
@Fox i am so sorry For Bothering You
-
@Moastafi74 said in Я не помогаю в личке:
@Fox i am so sorry For Bothering You
Why are you duplicating the question if I answered you in your topic?
-
И как вот на такое реагировать?

-
этот диалог сделал мой день :D
-
@Fox said in Я не помогаю в личке:
I don't write custom scripts at all! (and I don't tune/debug other people's scripts)
hey I had a question for bas, I need to make a script that goes through all emails from a certain sender and extracts a link. How do I do that?
-
@antanasdiscord said in Я не помогаю в личке:
@Fox said in Я не помогаю в личке:
I don't write custom scripts at all! (and I don't tune/debug other people's scripts)
hey I had a question for bas, I need to make a script that goes through all emails from a certain sender and extracts a link. How do I do that?
Why are you writing this here? Have you read the topic, do you understand why I created it and send a link to it to those who write to me in private messages?
-
Thank you for your time with a lots of topics. If we can't send PM we can expect your help somehow. Hope you will keep helping. You should get some kind of donation from @support . Thank you for helping out for free <3
-
подскажите, по вопросам работы форума, к кому можно обратиться за помощью?
-
@upravlenie said in Я не помогаю в личке:
подскажите, по вопросам работы форума, к кому можно обратиться за помощью?
Неожиданно. Ну напишите в личку тогда
-
@antonZa-0 на форуме посмотри notreuse
-
M Moderator moved this topic from Off topic on