- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #1
I want to use an XAML path created by an external tool. It is valid and can be rendered in VS.
When I try to use it in MP2, it fails for some reasons:
The faulting xaml file is attached, for using it in MPF, remove the xmlns:x attributes...
When I try to use it in MP2, it fails for some reasons:
- MP2 crashes to desktop, when polygon is invalid (fixed in Reflexion branch)
- CPolygon ctor does call CheckPolygon, this finds the Polygon to be self-intersecting (which is incorrect IMHO)
- when I force CPolygon to ignore the CheckPolygon call, the rendererd output looks like in attachment.
The faulting xaml file is attached, for using it in MPF, remove the xmlns:x attributes...