Comment 4 for bug 1521688

Revision history for this message
jazzynico (jazzynico) wrote :

Hi Camal,

No problem for the reports! Bug #1025642 covers multiple issues and not specifically the whitespace problem.

Just found the following page: https://msdn.microsoft.com/en-us/library/ms788746%28v=vs.110%29.aspx
Apparently XAML files should use xml:space="preserve" exactly as in the SVG file. I don't remember why we used the whiteSpaceCollapse attribute, but it doesn't seem to be correct.

Could you please try the attached XAML file in Visual Studio and confirm it works? It's a modified version of your original file with xml:space="preserve".

Thanks!