[Mono-bugs] [Bug 340809] Crash inside Cairo.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 13 10:11:14 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=340809#c3
--- Comment #3 from Sebastien Pouliot <spouliot at novell.com> 2007-11-13 08:11:14 MST ---
reduced XAML test case:
<Canvas xmlns="http://schemas.microsoft.com/client/2007" Width="700"
Height="500">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="1" ScaleY="0.0001"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path Stroke="#FF000000" Canvas.Top="87.929" Data="M44.12,106
C43.946765,93.855989 38.653008,89.286968 26,90" />
</Canvas>
now from this smaller sample trying to remove 'x' results in
* RenderTransform: works (no crash)
* Stroke="#FF000000": works (no crash)
* Canvas.Top="87.929": freeze (no window, but no crash)
* C43.946765,93.855989 38.653008,89.286968 26,90: works (no crash)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list