Changeset 4372 for trunk/gui


Ignore:
Timestamp:
May 29, 2014, 1:14:20 PM (10 years ago)
Author:
ldelgass
Message:

Fix for fill,outline options in drawing polygon component

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/drawingentry.tcl

    r4176 r4372  
    672672itcl::body Rappture::DrawingEntry::ParsePolygon { cpath cname } {
    673673    array set attr2option {
     674        "outline"       "-outline"
     675        "color"         "-fill"
     676        "fill"          "-fill"
    674677        "linewidth"     "-width"
    675         "color"         "-fill"
    676678    }
    677679    # Set default options first and then let tool.xml override them.
Note: See TracChangeset for help on using the changeset viewer.