uses Color
uses Point
/* {"description" : "This data type is used to describe a curve that can be drawn to the screen."} */
data Curve2D{
/* {"@description" : "An array of points representing the curve."} */
Point points[]
/* {"@description" : "The color of the curve."} */
Color color
}To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n ui.Curve2D -m "reason for update" -u yourUsername
Version 2 (this version) by barry
Notes for this version: Updates documentation strings.