diff --git a/samplecode/SampleFontScalerTest.cpp b/samplecode/SampleFontScalerTest.cpp index 256d2f4eac..44c207c718 100644 --- a/samplecode/SampleFontScalerTest.cpp +++ b/samplecode/SampleFontScalerTest.cpp @@ -73,7 +73,8 @@ protected: SkPaint paint; - { + // test handling of obscene cubic values (currently broken) + if (false) { SkPoint pts[4]; pts[0].set(1.61061274e+09, 6291456); pts[1].set(-7.18397061e+15, -1.53091184e+13);