* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-path-smoothquadraticbezier.xaml
blob796fb74e881af2710e674517e320d97eb8e50118
1 <!-- subset from 08_03.svg in http://www.w3.org/TR/SVGMobile12/paths.html -->
2 <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3   <Path Fill="#000" Data="M200,300 Q400,50 600,300 T1000,300"/>
4 </Canvas>