Commit cab066d
committed
katex: Render overline and underline with using DecoratedBox.
Implements the visual rendering of overline and underline elements
using DecoratedBox with a bottom border. When a span has
a solid border-bottom-style and border width, we wrap the widget
in a DecoratedBox with a BorderSide.
The border color matches the katexSpan color (or defaults to the current text style color), and the border width is calculated from the em value specified in the inline styles.1 parent 696342e commit cab066d
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
126 | 139 | | |
127 | 140 | | |
128 | 141 | | |
| |||
0 commit comments