Skip to content

Commit 17bb3e3

Browse files
committed
Update SKSvgRenderer.cs
1 parent 0279089 commit 17bb3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Svg.Skia/SKSvgRenderer.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,7 @@ internal void DrawTextSpan(SvgTextSpan svgTextSpan, bool ignoreDisplay)
14461446
var skPaintFilter = SetFilter(svgTextSpan);
14471447

14481448
// TODO:
1449+
DrawTextBase(svgTextSpan);
14491450

14501451
if (skPaintFilter != null)
14511452
{

0 commit comments

Comments
 (0)