<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<small><font face="Verdana">Hi ...anybody?<br>
<br>
well if is someone left in the list may be knows the answer:<br>
I have this:<br>
<img src="cid:part1.09000606.00040008@gmail.com" alt=""><br>
I want to experiment converting a swf file to postscript so I started
with swfmill and I get this part which I guess is my little drawing.<br>
<br>
<ShapeSetup x="4560" y="3720" fillStyle1="1"/><br>
<LineTo x="-1760" y="0"/><br>
<LineTo x="0" y="-1760"/><br>
<LineTo x="1760" y="0"/><br>
<LineTo x="821" y="821"/><br>
<LineTo x="-821" y="939"/><br>
<ShapeSetup/><br>
<br>
if I convert it to postscript I get a mess (I've converted the units),
and I am no postscript
expert so I tried to convert it to flash (which I'm no expert either
;) )<br>
<br>
so I did : <br>
(all the units are converted * 0.066666667 = twips => pixels)<br>
<br>
canvas.lineStyle(1,0xFF0000,100);<br>
canvas.moveTo(-116,170);<br>
<br>
canvas.lineTo(-117, 0);<br>
canvas.lineTo(0, -117);<br>
canvas.lineTo(117, 0);<br>
canvas.lineTo(55, 55);<br>
canvas.lineTo(-55, 63);<br>
<br>
where canvas is an empty movieclip in the stage.<br>
Then i get this :S<br>
<br>
<br>
<img src="cid:part2.09020006.09040006@gmail.com" alt=""><br>
<br>
If I dow swfmill simple myxml myswf it reconstruct it into a nice arrow
again...<br>
<br>
Whats wrong with all this? <br>
Obviously I'm missing something ...but what?<br>
<br>
<br>
<br>
thanks in advance<br>
<br>
regards.<br>
<br>
</font></small>
</body>
</html>