Drawing a similar star in REBOL/View requires usage of the Draw dialect documented here.The FILL-PEN and POLYGONE draw commands should do the job well.
+1
A:
But what about the special glowing effect ?
Rebol Tutorial
2009-08-19 12:31:57
effect = DropShadow { color: Color.WHITE };
Rebol Tutorial
2009-08-19 12:33:16