Changeset 4409 for branches


Ignore:
Timestamp:
Jun 20, 2014 7:32:00 PM (10 years ago)
Author:
ldelgass
Message:

Merge fix for fill,outline options in drawing polygon comp from trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

    • Property svn:mergeinfo changed
      /trunkmerged: 4372
  • branches/1.3/gui/scripts/drawingentry.tcl

    r4406 r4409  
    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.