nikolaydubina/treemap

RGBA colors not supported by Inkscape

mlange-42 opened this issue · 0 comments

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 via opacity (should probably be a / 255.0)?

Happy to make a PR for this minor change, if this workaround is acceptable.