When I have, for example, a hexagon made in SVG, which has only the edge drawn ... And when I do a: hover that hexagon is filled with the color of the edge ... How can I use the attribute (if can you call it that) "fill"?
Imagine a hexagon with the blue border and the transparent fill, but when I pass a mouse (: hover) I want it to be filled with the same color as the border ...
I currently use that: hover using two images on the same hexagon, one empty and one filled. I know that this method is not efficient, so I would like to understand how to use the "fill" to solve it (if possible) ...
Greetings!