I want to format a rectangle in draw.io, such that only one border (left border) is colored black, the other borders: top, right and bottom must remain "clear".
I am trying to figure out proper coding to affect only those elements, but it seems that you can affect only the entire border with the style key: imageBorder=none
as explained in shape styles for Draw.io
Is there a way to only have one border with a specific color, and the other borders blank? Code for such a trick would be very welcome.