You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pmw_...@googlegroups.com
PMW Manual p.82:
draw rule
0 0 moveto
0 linelength rlineto
1 setlinewidth stroke
enddraw
should actually be
draw rule
0 0 moveto
linelength 0 rlineto
1 setlinewidth stroke
enddraw
Bit of an x-y mix-up.
PMW 5.10 has been ported back to RISC OS where it originated long ago, and we're all better off as a result!
Philip Hazel
unread,
Nov 15, 2025, 1:02:42 PM (13 days ago) Nov 15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PMW_Music
Ah yes, you are quite correct. Thanks for noticing; the error has probably been there a long time. I will fix it in the next release, which is likely to appear around Christmas time. 5.10 is a little way back now, but I imagine it isn't a trivial port back to RISC OS. I'm impressed!