tags:

views:

181

answers:

1
+1  A: 

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.

But what about the special glowing effect ?
Rebol Tutorial
effect = DropShadow { color: Color.WHITE };
Rebol Tutorial