Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

JS fillColor to none

New Here ,
Feb 05, 2009 Feb 05, 2009
When assigning a color to a rectangle I want to make sure that it stays at no fill. What is the code to set the rectangle fillColor to None.

thanks,

Justin M.
TOPICS
Scripting
516
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Feb 05, 2009 Feb 05, 2009
LATEST
myRectangle.fillColor = myDoc.swatches.item("None");
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines