chrvadala / react-svg-pan-zoom

:eyes: A React component that adds pan and zoom features to SVG
https://chrvadala.github.io/react-svg-pan-zoom/
MIT License
684 stars 126 forks source link

Allow changing the active tool color via props. #168

Closed leweohlsen closed 4 years ago

leweohlsen commented 4 years ago

This adds the ability to optionally pass a toolbarProps.activeToolColor prop to the Viewer component in order to change the color of the tool icons when a tool is active or hovered.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 38.981% when pulling 15bcda6fc2fe265c25d4aa9f838f39eaa3dc0c21 on leweohlsen:master into 1b3bb5efa95edfec1ac8b4ac82dec052f2cf3a9d on chrvadala:master.

chrvadala commented 4 years ago

Released with version 3.8.0 Thanks for your contribution, I added you in contributors list