supervision icon indicating copy to clipboard operation
supervision copied to clipboard

feat-Added Default color

Open DivyaVijay1234 opened this issue 4 months ago • 9 comments

Description

A default colour has been added to the figure drawn

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How has this change been tested, please provide a testcase or example of how you tested the change?

scene = draw_line(scene, start=start_point, end=end_point) # Uses default color The draw_line function is called in the above manner without the user specifying a color. The default color is used to display the line. The other draw functions can be called similarly

DivyaVijay1234 avatar Oct 11 '24 11:10 DivyaVijay1234