https://bugzilla.novell.com/show_bug.cgi?id=340809#c3
--- Comment #3 from Sebastien Pouliot <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
