repo.or.cz
/
moon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git]
/
test
/
xaml
/
test-fillrule.xaml
blob
c43ce0f32fb349dbac171451dc87ec38c28cd24d
1
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2
<Path Fill="#FF0000" Stroke="Green" StrokeThickness="2">
3
<Path.Data>
4
<LineGeometry FillRule="EvenOdd" StartPoint="10,60" EndPoint="110,60" />
5
</Path.Data>
6
</Path>
7
</Canvas>