From ad0fb01eefbf481c456fb3b7f2e41031eb7708f5 Mon Sep 17 00:00:00 2001 From: dhrname Date: Mon, 23 Mar 2015 23:11:31 +0900 Subject: [PATCH] Modify the calculation of the bejier curve --- tool/Spec/spec/SvgDomSpec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/Spec/spec/SvgDomSpec.js b/tool/Spec/spec/SvgDomSpec.js index d42a107..0a62d23 100644 --- a/tool/Spec/spec/SvgDomSpec.js +++ b/tool/Spec/spec/SvgDomSpec.js @@ -3260,6 +3260,7 @@ describe("SMIL Animation Spec", function() { calc.to.from = from; expect(calc.call()(1)).toBe(b(1)+".0"); calc.to.from = from; + expect(calc.call()(0.5)).toBe(b(0.5).toFixed(1)); } ); /*無効同値クラスを調べておく (Equivalence partitioning, the following is the invalid partion)*/ it("should be this for the value (the invalid partion on a spline mode )", function() { -- 2.11.0