home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.8"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 2, 0, 100, 100, 0, 0, 0, 100, 0
- .StoreColor 2, 0, 60, 100, 0, 0, 0, 100, 18
- .StoreColor 2, 0, 0, 100, 0, 0, 0, 100, 41
- .StoreColor 2, 100, 0, 100, 0, 0, 0, 100, 57
- .StoreColor 2, 100, 100, 0, 0, 0, 0, 100, 79
- .StoreColor 2, 20, 80, 0, 20, 0, 0, 100, 100
- .ApplyFountainFill 0, 0, 0, -1800, 256, 0, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-