[Mono-bugs] [Bug 375236] [performance] Silverlight World map - slow
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jun 16 16:10:40 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=375236
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=375236#c6
--- Comment #6 from Sebastien Pouliot <spouliot at novell.com> 2008-06-16 14:10:40 MDT ---
With SL2b2 returns Path.Data returns a PathGeometry (like JS) and it's Figures
it not null (like JS on 1.0) but an empty PathFigureCollection (on both JS and
NET applications).
(note: it's not a read-only collection so it's possible to add things inside it
- and I *guess* this replace the existing PML, but that's a 2.0 problem).
--
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