2009-11-12 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / perf / perf-suite-set / scaling-path.html
blobebce702df17de73274b58dc971eb09b565f022de
1 <html>
2 <head>
3 <style type="text/css">
4 body {
5 margin-left: 0;
6 margin-top: 0;
7 padding: 0;
8 };
10 embed {
11 margin-left: 0;
12 margin-top: 0;
13 margin-right: 0;
14 margin-bottom: 0;
16 </style>
17 </head>
18 <body>
19 <embed type="application/x-silverlight" data="data:," id="slControl" width="540" height="540" source="#xamlContent" windowless="true">
20 </embed>
21 <script type="text/xaml" id="xamlContent">
22 <?xml version="1.0"?>
23 <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
24 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="MasterCanvas">
26 <Path Name="MonoLogo" Data="M 31.259741,255.92356 C 31.259741,254.37654 83.006341,192.19146 84.097301,192.42746 C 84.720521,192.56227 107.83256,202.38123 135.45737,214.24738 C 182.6372,234.51331 185.76671,235.71178 187.04244,234.00226 C 188.97178,231.41692 195.61694,217.5169 199.13191,208.71413 L 202.11399,201.24591 L 197.09009,198.49858 C 189.97045,194.60517 179.52818,185.93447 172.98926,178.48655 C 167.02229,171.69008 156.25974,155.29118 156.25974,152.99578 C 156.25974,152.23601 159.67962,155.69044 163.85947,160.67227 C 175.60013,174.66562 202.655,196.56192 204.3541,193.44576 C 206.37035,189.74795 207.67366,178.83151 207.60906,166.18234 C 207.5302,150.74015 205.50597,138.71854 200.19056,122.1249 L 197.21207,112.82668 L 182.48591,108.19759 C 174.38651,105.65159 166.26709,103.09927 164.44274,102.52576 C 158.08044,100.52569 162.06086,100.63337 171.37536,102.7133 C 182.51239,105.20021 193.82501,107.30072 200.82994,108.1824 C 206.99766,108.95871 208.35479,107.74858 209.01434,100.88452 C 209.85526,92.132819 204.20768,67.963159 198.50991,55.929295 C 196.23586,51.126426 195.2093,50.090788 190.65645,48.006423 C 175.50092,41.067994 128.06287,34.569489 107.91828,36.67218 C 99.210171,37.581132 90.265021,39.697186 87.477151,41.507707 C 86.691371,42.018017 92.307891,43.464876 101.97715,45.243022 C 110.65758,46.839323 116.98323,48.297082 116.03416,48.482487 C 115.08509,48.667892 101.44495,47.168974 85.722741,45.151558 C 58.121181,41.609828 57.068351,41.545572 55.145871,43.285397 C 51.137571,46.912855 45.370531,56.828217 44.183231,62.133614 C 43.033731,67.270159 43.114591,67.865379 45.672041,73.092629 C 50.031181,82.002389 58.136951,88.485439 76.581891,97.814549 C 85.303891,102.22598 92.228581,106.04684 91.970081,106.30534 C 91.711581,106.56384 84.268311,103.78476 75.429471,100.12962 L 59.358851,93.483899 L 35.776931,100.08312 C 22.806871,103.7127 11.759561,106.68235 11.227371,106.68235 C 10.61915,106.68235 10.25974,91.013479 10.25974,64.498069 C 10.25974,23.875858 10.33642,22.15538 12.330691,18.035778 C 13.546371,15.524525 15.921041,12.81297 18.080691,11.470054 L 21.759741,9.1823448 L 129.75974,8.8817978 C 189.15974,8.7164978 240.16233,8.8663878 243.09883,9.2148858 C 249.71622,10.000226 255.68805,14.845532 257.26737,20.710678 C 257.94818,23.239012 258.20405,61.692088 258.0269,134.85293 L 257.75974,245.18234 L 255.47203,248.86139 C 254.12912,251.02104 251.41756,253.39571 248.90631,254.61139 C 244.66139,256.66632 243.80283,256.68234 137.94402,256.68234 C 79.267661,256.68234 31.259741,256.34089 31.259741,255.92356 z" Fill="#000000">
27 <Path.RenderTransform>
28 <TransformGroup>
29 <ScaleTransform x:Name="scale" ScaleX="0.01" ScaleY="0.01"/>
30 </TransformGroup>
31 </Path.RenderTransform>
32 <Path.Triggers>
33 <EventTrigger RoutedEvent="Path.Loaded">
34 <BeginStoryboard>
35 <Storyboard>
36 <DoubleAnimation BeginTime="00:00:00" Storyboard.TargetName="scale" Storyboard.TargetProperty="ScaleX" To="2" Duration="0:0:5" />
37 <DoubleAnimation BeginTime="00:00:00" Storyboard.TargetName="scale" Storyboard.TargetProperty="ScaleY" To="2" Duration="0:0:5" />
38 </Storyboard>
39 </BeginStoryboard>
40 </EventTrigger>
41 </Path.Triggers>
42 </Path>
44 </Canvas>
45 </script>
46 </body>
47 </html>