SVG
SVG copied to clipboard
Bound With Multiline Text
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;
In what environment (SVG file) does this crash occur ?