[Feature] Area can use stroke
, lineWidth
to draw top line or bottom line or whole line
#157
Milestone
8000
stroke
, lineWidth
to draw top line or bottom line or whole line
#157
What problem does this feature solve?
stroke
, toArea
, areaRender can use this attribute to draw top line by default; other attributes inIStrokeStyle
are used to draw top line by default toolineType
to control which type ofline
to be drawn whenIStrokeStyle
is not empty.lineType
should support three option:top
(ormain
),bottom
(orbase
),outline
,top
(ormain
) is the default value ,and usex, y
to draw line;bottom
(orbase
) will usex, y1
orx1, y
to draw line;outline
will draw all the outlineWhat does the proposed API look like?
The text was updated successfully, but these errors were encountered: