Adding buttons to the svg

Either do this:
https://jsfiddle.net/0d3816za/

:focus {
   outline: white solid 1px;
}

or this:
https://jsfiddle.net/2o5cs683/

<svg tabindex="0"

Which are both visually different.