Skip to content

Lemniscate v1.3.0

Compare
Choose a tag to compare
@VladimirWrites VladimirWrites released this 03 Nov 23:19
· 30 commits to master since this release
cb0c8e8
  1. lineLength and lineLengthChangeable do not exist anymore. If maxLineLength and minLineLength are the same then lineLengthChangeable==false, otherwise line lenght will be changeable
  2. getGraphX and getGraphY now return float and not double
  3. mLemniscateParamX and mLemniscateParamY are not used anymore and are replaced by viewSize.getSize(), where mLemniscateParamX == mLemniscateParamY == viewSize.getSize()/2
  4. minSdkVersion moved from 11 to 14