disable cubic test for now (currently broken)

git-svn-id: http://skia.googlecode.com/svn/trunk@124 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@android.com 2009-03-16 18:47:55 +00:00
parent 3555591c15
commit 452f844f64

View File

@ -73,7 +73,8 @@ protected:
SkPaint paint; SkPaint paint;
{ // test handling of obscene cubic values (currently broken)
if (false) {
SkPoint pts[4]; SkPoint pts[4];
pts[0].set(1.61061274e+09, 6291456); pts[0].set(1.61061274e+09, 6291456);
pts[1].set(-7.18397061e+15, -1.53091184e+13); pts[1].set(-7.18397061e+15, -1.53091184e+13);