[LyX/master] Amend [bc806084/lyxgit]
Enrico Forestieri
forenr at lyx.org
Wed Feb 3 10:46:17 UTC 2021
commit b475cf87076ef354768361e6827cbe2bf61830f9
Author: Enrico Forestieri <forenr at lyx.org>
Date: Wed Feb 3 11:45:52 2021 +0100
Amend [bc806084/lyxgit]
Rise a bit \dot, \ddots & co., as with some fonts they might
be drawn too close to the symbol they decorate.
---
src/mathed/MathSupport.cpp | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/mathed/MathSupport.cpp b/src/mathed/MathSupport.cpp
index 36fc15c..ee3f6b1 100644
--- a/src/mathed/MathSupport.cpp
+++ b/src/mathed/MathSupport.cpp
@@ -300,31 +300,31 @@ double const dot[] = {
// 1, 0.5, 0.2, 0.5, 0.2,
// 1, 0.4, 0.4, 0.6, 0.4,
// 1, 0.5, 0.5, 0.5, 0.5,
- 5, 0.4, 0.6, 0.6, 0.6,
+ 5, 0.4, 0.5, 0.6, 0.5,
0
};
double const ddot[] = {
- 5, 0.1, 0.6, 0.3, 0.6,
- 5, 0.6, 0.6, 0.8, 0.6,
+ 5, 0.1, 0.5, 0.3, 0.5,
+ 5, 0.6, 0.5, 0.8, 0.5,
0
};
double const dddot[] = {
- 5, -0.2, 0.6, 0.0, 0.6,
- 5, 0.3, 0.6, 0.5, 0.6,
- 5, 0.8, 0.6, 1.0, 0.6,
+ 5, -0.2, 0.5, 0.0, 0.5,
+ 5, 0.3, 0.5, 0.5, 0.5,
+ 5, 0.8, 0.5, 1.0, 0.5,
0
};
double const ddddot[] = {
- 5, -0.4, 0.6, -0.2, 0.6,
- 5, 0.1, 0.6, 0.3, 0.6,
- 5, 0.6, 0.6, 0.8, 0.6,
- 5, 1.1, 0.6, 1.3, 0.6,
+ 5, -0.4, 0.5, -0.2, 0.5,
+ 5, 0.1, 0.5, 0.3, 0.5,
+ 5, 0.6, 0.5, 0.8, 0.5,
+ 5, 1.1, 0.5, 1.3, 0.5,
0
};
More information about the lyx-cvs
mailing list