SVG icon indicating copy to clipboard operation
SVG copied to clipboard

Bound With Multiline Text

Open burak1000 opened this issue 5 years ago • 1 comments

Hello I find a little bug. when get bound of the multiline text (with spans), if one span has whitespace char program crashing.

Solution: Replace this line with following line ( SvgTextBase.cs line 268: )

if (span != null && (span.Text == null || span.Text.Trim().Length == 0)) continue;

burak1000 avatar Jul 15 '20 10:07 burak1000

In what environment (SVG file) does this crash occur ?

H1Gdev avatar Jul 24 '20 02:07 H1Gdev