home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill,
- REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
- REM Created On Sunday, October, 06, 1996 by doncl
-
- WITHOBJECT "CorelDraw.Automation.7"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .ApplyFountainFill 2, 0, 0, 0, 256, 0, 3, 50
- .SetFountainFillColor 0, 5, 210, 148, 0, 0
- .SetFountainFillColor 50, 5, 255, 255, 255, 0
- .SetFountainFillColor 100, 5, 207, 154, 0, 0
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-