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 Tuesday, October, 15, 1996 by antoniom
-
- WITHOBJECT "CorelDraw.Automation.7"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .ApplyFountainFill 0, 0, 0, -1800, 256, 0, 3, 50
- .SetFountainFillColor 0, 2, 0, 100, 100, 0
- .SetFountainFillColor 18, 2, 0, 60, 100, 0
- .SetFountainFillColor 41, 2, 0, 0, 100, 0
- .SetFountainFillColor 57, 2, 100, 0, 100, 0
- .SetFountainFillColor 79, 2, 100, 100, 0, 0
- .SetFountainFillColor 100, 2, 20, 80, 0, 20
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-