Skip to content

1.0.2

Compare
Choose a tag to compare
@scpeters scpeters released this 15 Nov 21:56
· 19 commits to master since this release

This repeats the fix of #41 for parsing floating point color values in different locales (#46).

  • use helper function strToDouble for locale independent parsing of colors (#47)
  • Cast double to float to fix windows compiler warning (#48)