~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to test/xaml/test-shape-path-unused.xaml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- afaik the following properties are ignored by silverlight for Path
 
2
        (none, actually depends on the geometry rendered)
 
3
-->
 
4
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
 
5
        <!-- original (repeated 4 times on a column to complete array) -->
 
6
        <Path Data="M0,0 L0,30 L50,30" Fill="#000000" Stroke="#FF00FF" Stretch="Fill" StrokeThickness="5" Canvas.Left="10" Canvas.Top="10" />
 
7
        <Path Data="M0,0 L0,30 L50,30" Fill="#000000" Stroke="#FF00FF" Stretch="Fill" StrokeThickness="5" Canvas.Left="10" Canvas.Top="70" />
 
8
        <Path Data="M0,0 L0,30 L50,30" Fill="#000000" Stroke="#FF00FF" Stretch="Fill" StrokeThickness="5" Canvas.Left="10" Canvas.Top="130" />
 
9
        <Path Data="M0,0 L0,30 L50,30" Fill="#000000" Stroke="#FF00FF" Stretch="Fill" StrokeThickness="5" Canvas.Left="10" Canvas.Top="190" />
 
10
</Canvas>