setLineColor
draw.setLineColor()
Changes the border color of shapes.
draw.setLineColor(color)
color
String
Color in CSS format (#RRGGBB
, rgba()
, or names like red
, white
).
draw.setLineColor()
Changes the border color of shapes.
draw.setLineColor(color)
color
String
Color in CSS format (#RRGGBB
, rgba()
, or names like red
, white
).