Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82530 --- shadow/82530 2007-08-22 12:00:48.000000000 -0400 +++ shadow/82530.tmp.20093 2007-08-22 12:47:35.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 82530 Product: Moonlight Version: 1_0 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist Component: engine AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -54,6 +54,20 @@ How often does this happen? Always Additional Information: * mopen's --parseonly is in SVN since r84629 + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-22 12:47 ------- +Another example using +% mopen --parseonly test/xaml/test-shape-rectangle-stroke.xaml + +Shape::StretchProperty sets cache +Shape::StrokeThicknessProperty resets cache +??? something, not a SetValue, has recreated the cached path +FrameworkElement::WidthProperty resets cache +FrameworkElement::HeightProperty sets cache + +So for rectangles we compute three times instead of one (or zero, +since ideally the path doesn't really need to be computed at xaml load +time). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
