3 <style type=
"text/css">
19 <embed type=
"application/x-silverlight" data=
"data:," id=
"slControl" width=
"400" height=
"400" source=
"#xamlContent" windowless=
"true">
21 <script type=
"text/xaml" id=
"xamlContent">
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 <Image Source=
"mono.png" Canvas.
Left=
"0" Canvas.
Top=
"0">
27 <Image.RenderTransform
>
29 <ScaleTransform x:
Name=
"scale" ScaleX=
"1" ScaleY=
"1"/>
31 </Image.RenderTransform
>
33 <EventTrigger RoutedEvent=
"Image.Loaded">
36 <DoubleAnimation BeginTime=
"00:00:00" Storyboard.
TargetName=
"scale" Storyboard.
TargetProperty=
"ScaleX" To=
"6.3" Duration=
"0:0:5" />
37 <DoubleAnimation BeginTime=
"00:00:00" Storyboard.
TargetName=
"scale" Storyboard.
TargetProperty=
"ScaleY" To=
"5.2" Duration=
"0:0:5" />