This commit is contained in:
Knut Sveidqvist 2020-07-20 15:24:12 +02:00
parent 93a8c83a68
commit 3a6915c0b6
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ const _drawTextCandidateFunc = (function() {
}
}
function byFo(content, g, x, y, width, height, textAttrs, conf, colour) {
function byFo(content, g, x, y, width, height, textAttrs, conf) {
const body = g.append('switch');
const f = body
.append('foreignObject')