Skip to content
  • Ell's avatar
    app: subdivide perspective-transformed Bezier curves · dee7dbc3
    Ell authored
    The result of applying a perspective-transform to a Bezier curve is
    only an approximation.  When the curve is highly nonlinear, the
    result may diverge significantly from the real transformed curve.
    
    Subdivide the curve as necessary in gimp_transform_bezier_coords()
    to counter that.  Adjust gimp_bezier_stroke_transform()
    accordingly.
    dee7dbc3