Closed mlange-42 closed 1 year ago
It seems like Inkscape does not support rgba(...) colors. (see https://gitlab.com/inkscape/inbox/-/issues/1195). This causes Inkscape to render all boxes and borders in black.
rgba(...)
Would it be an option to use rgb(...), and handle the alpha component via opacity (should probably be a / 255.0)?
rgb(...)
opacity
a / 255.0
Happy to make a PR for this minor change, if this workaround is acceptable.
It seems like Inkscape does not support
rgba(...)
colors. (see https://gitlab.com/inkscape/inbox/-/issues/1195).This causes Inkscape to render all boxes and borders in black.
Would it be an option to use
rgb(...)
, and handle the alpha component viaopacity
(should probably bea / 255.0
)?Happy to make a PR for this minor change, if this workaround is acceptable.