diff options
Diffstat (limited to 'library/src/math/root.rs')
| -rw-r--r-- | library/src/math/root.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/math/root.rs b/library/src/math/root.rs index 1ab99b2b..b4756b9d 100644 --- a/library/src/math/root.rs +++ b/library/src/math/root.rs @@ -127,6 +127,7 @@ fn layout( Element::Shape( Geometry::Line(Point::with_x(radicand.width())) .stroked(Stroke { paint: TextNode::fill_in(ctx.styles()), thickness }), + span, ), ); |
