History log of /external/skia/gm/bug615686.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ba150cc283301a28693a18d4aa9d14b1a1616ab3 01-Jun-2016 caryclark <caryclark@google.com> always compute a cubic tangent

If the inflection of a cubic is also the cusp, the tangent
is degenerate at that t when computed directly. Rather than
giving up, subdivide the curve there and use the computed
control points to compute the tangent.

This strategy also removes the error paths where the tangent
formerly could not be computed.

R=reed@google.com
BUG=615686
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2020293002

Review-Url: https://codereview.chromium.org/2020293002
/external/skia/gm/bug615686.cpp