Function
populateAlphaChannel
(alphaChannel, imageData)
Source from the content-addressed store, hash-verified
| 105572 | return newChars; |
| 105573 | } |
| 105574 | function populateAlphaChannel(alphaChannel, imageData) { |
| 105575 | for(var i = 0; i < alphaChannel.length; i++)imageData.data[4 * i + 3] = alphaChannel[i]; |
| 105576 | } |
| 105577 | function setTextStyle(ctx, fontFamily, fontSize, fontWeight) { |
| 105578 | ctx.font = "".concat(fontWeight, " ").concat(fontSize, "px ").concat(fontFamily); |
| 105579 | ctx.fillStyle = "#000"; |
Tested by
no test coverage detected