()
| 39145 | |
| 39146 | var buffer = "" |
| 39147 | function writeBuffer() { |
| 39148 | if(buffer !== "") { |
| 39149 | var delta = context.measureText(buffer).width |
| 39150 | |
| 39151 | context.fillText(buffer, offsetX + xPos, offsetY + yPos) |
| 39152 | xPos += delta |
| 39153 | } |
| 39154 | } |
| 39155 | |
| 39156 | function getTextFontSize() { |
| 39157 | return "" + Math.round(zPos) + "px "; |
no outgoing calls
no test coverage detected
searching dependent graphs…