Hi,
I'm currently using SVG++ in a project, and it seems to be going fine so far. However, even though I managed to parse the `stroke_width` attribute by adding the corresponding attribute to the processed attributes, I'm unable to do the same for the "fill" attribute (or style).
Simply adding `tag::attribute::fill` does not have the desired effect, as I don't know which method to add to the parser context. I was unable to find anything in the documentation. Could anyone point me into the right direction?
- Daniel