Add undefined character signal to SVG jax
This commit is contained in:
parent
1eb58f429e
commit
15c89cace0
File diff suppressed because one or more lines are too long
|
@ -517,6 +517,7 @@
|
|||
c = BBOX.G();
|
||||
c.Add(BBOX.TEXT(scale,String.fromCharCode(n),{"font-family":SVG.config.MISSINGFONT}));
|
||||
svg.Add(c,svg.w,0);
|
||||
HUB.signal.Post(["SVG Jax - unknown char",n,variant]);
|
||||
}
|
||||
}
|
||||
if (text.length == 1 && font.skew && font.skew[n]) {svg.skew = font.skew[n]*1000}
|
||||
|
|
Loading…
Reference in New Issue
Block a user