From 4f55d39a175afe70c1231eb7389790633210106f Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Sat, 1 Sep 2012 02:00:58 +0000 Subject: [PATCH] Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@5377 2bbb7eff-a529-9590-31e7-b0007b416f81 --- experimental/Intersection/Simplify.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp index d6d90bc..0c81b2a 100644 --- a/experimental/Intersection/Simplify.cpp +++ b/experimental/Intersection/Simplify.cpp @@ -469,7 +469,7 @@ public: // longer curve on either side of the shorter one. // Using Bezier curve focus http://cagd.cs.byu.edu/~tom/papers/bezclip.pdf // may provide some help, but nothing has been figured out yet. - + // start here /*( for quads and cubics, set up a parameterized line (e.g. LineParameters ) @@ -477,7 +477,7 @@ public: or the other. If it both quads' end points are on the same side, choose the shorter tangent. If the tangents are equal, choose the better second tangent angle - + maybe I set up LineParameters lazily */ bool operator<(const Angle& rh) const { -- 2.7.4