dave-howard / vsdx

vsdx - A python library for processing .vsdx files
BSD 3-Clause "New" or "Revised" License
67 stars 25 forks source link

Setting fill color of shape #53

Closed 1Cor134 closed 11 months ago

1Cor134 commented 1 year ago

Sorry, I probably missed how to do this, but how do you set the fill color of a shape?

dave-howard commented 1 year ago

Hello @1Cor134 - you;ve not missed it, there is no fill_color property - however I have added this in next release (v0.5.12), along with text_color which was also missing.

Note these expect colors in the form #ff000 for red for example

Kind regards Dave