Hi,<br><br>I'm experiencing the same bug. As Steve pointed out I found it is a locale problem, the problem is with LC_NUMERIC, some locales (spanish in my case) and german I think use , as the decimal separator this causes an error in reading the stylesheet because all the values are truncated to integers. If a locale is chosen with . as the decimal separator ipe works as expected.<br>

<br>If in the terminal I do:<br>:~$ LC_NUMERIC="en_US.UTF-8"<br>:~$ export LC_NUMERIC<br>:~$ ipe<br><br>ipe works perfectly with arrows and everything.<br><br>I hope this workaround will be helpful.<br><br>Miquel.<br>

<br><br><br>