Opened 7 years ago

Closed 7 years ago

#4614 closed defect (invalid)

elipse should have linePattern

Reported by: anonymous Owned by: Adeel Asghar
Priority: low Milestone: 1.13.0
Component: OMEdit Version:
Keywords: Cc:

Description

In OMEdit when an icon having a line pattern is interpreted the following message is issued:
"Function Ellipse has no parameter named linePattern."
However, since ellipse extends FilledShape, according to specifications (18.6.5.4 and 18.6.1.2) it should have it.

Change History (1)

comment:1 by Adeel Asghar, 7 years ago

Resolution: invalid
Status: newclosed

The parameter name is pattern and not linePattern.

record FilledShape "Style attributes for filled shapes"
  Color lineColor = Black "Color of border line";
  Color fillColor = Black "Interior fill color";
  LinePattern pattern = LinePattern.Solid "Border line pattern";
  FillPattern fillPattern = FillPattern.None "Interior fill pattern";
  DrawingUnit lineThickness = 0.25 "Line thickness";
end FilledShape;
Note: See TracTickets for help on using tickets.