https://bz.apache.org/ooo/show_bug.cgi?id=126879

--- Comment #4 from Regina Henschel <[email protected]> ---
It seems to me, that the error is in TexMath, I cannot say whether in the
extension itself or in the used library 'dvisvgm'. Do you can influence the
options used for dvisvgm from inside the extension? If yes, it should be set to
--exact.

The included svg image has a height set to 5.88339pt. Converting to cm you get
5.88339/72*2.54cm=0.207553cm. That is likely not your intended size. You should
try to use other settings in TexMath, if possible. SVG assumes 96dpi for cases
where a conversion is needed and no other agreements exist.

This height of 5.88339pt is mapped to a viewBox height of 5.88339. Therefore an
internal number of 1 is mapped to 1pt. The drawing contains a rectangle for the
overline, and a path for the character x, and a rectangle with white filling
with same x,y, width, height setting as the viewBox. When I increase the
viewBox height, then I get the whole character. So the path for the character
is correct, but the viewBox is not high enough.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to