Comment 8 for bug 1025642

Revision history for this message
jazzynico (jazzynico) wrote : Re: wrong XAML export

> 1) Some objects (e.g. rectangles) are on wrong coordinates.

Confirmed. The export process doesn't seem to process nested transformations correctly.

> 2) coordinates of objects are not in new global coordinate system

That's how the SVG coordinates are calculated. I don't know if it's a bug or a wanted behavior, but it's not the extension's role to correct that.

> 3) some text object (TextBox) contents disapear during XAML exporting.

Confirmed. The whiteSpaceCollapse="preserve" attribute is blocking the text rendering. Manually removing it fixes the issue. To be investigated.