S'abonner à un flux RSS
 

Test : Différence entre versions

De Wikhydro
Ligne 7 : Ligne 7 :
  
 
== Test VML ==
 
== Test VML ==
<html xmlns:v>
+
<xml xmlns:v>
 
   
 
   
<style>
+
<v:group id="ball" style="width:2000;height:2000">
v\:*{behavior:url(#default#VML);position:absolute}
+
v\:shape{width:10000;height:10000}
+
v\:group{width:1000;height:1000}
+
</style>
+
+
<body>
+
+
<h1>VML COLORED FIREBALL</h1>
+
<v:shapetype id="arw" path=" m,c2,2,4,5,6,11,5,8,3,5,,2,1,2,,1,,e" fillcolor="red">
+
  <v:stroke color="yellow" weight="4" opacity=".4"/>
+
</v:shapetype>
+
+
<v:vmlframe src="ball.xml#ball" clip="t" size="32,32"
+
style="top:55;width:580;height:550;background-color:white;filter:blur(Add=1,Strength=140)"/>
+
+
<v:group id="gr1" style="left:80;top:25">
+
+
<v:shape type="#arw" style="left:65;top:50;width:55000;height:4000" fillcolor="aqua" strokecolor="lime"/>
+
<v:shape type="#arw" style="left:460;top:80" fillcolor="fuchsia"/>
+
<v:shape type="#arw" style="left:-1900;top:1430;width:5000;height:4000;rotation:50"/>
+
 
   
 
   
 +
<v:shape style="left:4;top:1" path="m9,1l9,r1,2l11,1r,2l12,2v,4,,7,-7,6l6,7,4,6r1,c6,6,6,5,3,4r1,l,2r3,l2,1r3,l4,xnse">
 +
<v:fill color="red" color2="yellow" focusposition=".99,.8" focussize=".01,.01" type="gradientTitle"/>
 +
<v:shadow on="t" type="double" color="fuchsia" color2="yellow" opacity=".4" offset="-1pt,-.5pt" offset2="-2pt"/>
 +
</v:shape>
 
</v:group>
 
</v:group>
 
   
 
   
<v:vmlframe src="#gr1" style=" left:390;top:140;width:200;height:150"/>
+
</xml>
+
</body>
+
</html>
+

Version du 28 mai 2014 à 09:47

Test de l'extension Cite

According to scientists, the Sun is pretty big.[1] The Moon, however, is not so big.[2]

Notes

  1. E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.
  2. R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.

Test VML

<xml xmlns:v>

<v:group id="ball" style="width:2000;height:2000">

<v:shape style="left:4;top:1" path="m9,1l9,r1,2l11,1r,2l12,2v,4,,7,-7,6l6,7,4,6r1,c6,6,6,5,3,4r1,l,2r3,l2,1r3,l4,xnse">

<v:fill color="red" color2="yellow" focusposition=".99,.8" focussize=".01,.01" type="gradientTitle"/>
<v:shadow on="t" type="double" color="fuchsia" color2="yellow" opacity=".4" offset="-1pt,-.5pt" offset2="-2pt"/>

</v:shape> </v:group>

</xml>

Outils personnels