vector: fixed variable type from int to float 67/185267/1
authorJaeun Choi <jaeun12.choi@samsung.com>
Fri, 27 Jul 2018 06:42:05 +0000 (15:42 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Fri, 27 Jul 2018 06:43:34 +0000 (15:43 +0900)
Change-Id: I5ab0d6f14de6e1aa302cb6b4df1f61781dd3468b

src/vector/vdasher.h

index 5b5c66d..c200788 100644 (file)
@@ -24,7 +24,7 @@ private:
     VPointF               mStartPt;
     VPointF               mCurPt;
     int                    mCurrentDashIndex;
-    int                    mCurrentDashLength;
+    float                  mCurrentDashLength;
     bool                   mIsCurrentOperationGap;
     float                  mDashOffset;
     VPath                 mDashedPath;