<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
A set of 2D coordinates needs be connected by lines, but some of these lines need be arrows;<br>meaning, the sequence<br><br>&nbsp;&nbsp;&nbsp; cairo_move_to (cr, A.x, A.y);<br>&nbsp;&nbsp;&nbsp; cairo_line_to (cr, B.x, B.y);<br><br>that draws a line from A to B, needs to be replaced with an arrow from A to B.<br>Any help on how to achieve this is highly welcome.<br>Thanks<br><br>                                               </body>
</html>