Are these enough nodes to draw up an oval with just 2 points? Nothing to do with hinting

I disagree and think it needs a total of 4  here's an image of what I'm talking about  https://imgur.com/gallery/JbmJ9HE

Comments

  • AbiRasheed
    AbiRasheed Posts: 248
    edited September 16
    I can't bring up a good argument to say one does need 4 control points for this to be a good oval  except from my experience in drawing vectors. On a different note are ovals or an ellipse or  are they both another form of a circle? They're eucledian I know that much.
  • John Hudson
    John Hudson Posts: 3,504
    In what context are you asking the question? If this relates to font making, then I would ask what your two-node oval looks like when converted to quadratic curves? That’s always one of my thoughts when creating font outlines, because even if I am not planning to ship TTFs, plans change and I’d rather not create cubic shapes that may even up unacceptably distorted when converted.
  • John Hudson
    John Hudson Posts: 3,504
    edited September 16
    On a different note are ovals or an ellipse or  are they both another form of a circle?
    Ovals and circles are both kinds of ellipse. A circle is an ellipse in which all points along the circumfrence are equal distance from the centre. An oval is an eccentric ellipse in which the distance from the circumfrennce to the centre varies, but is equal on a straight line from any point on the circumfrence through the centre to an opposite point.
  • AbiRasheed
    AbiRasheed Posts: 248
    edited September 16
    @John Hudson John Hudson said:
    In what context are you asking the question? If this relates to font making, then I would ask what your two-node oval looks like when converted to quadratic curves? That’s always one of my thoughts when creating font outlines, because even if I am not planning to ship TTFs, plans change and I’d rather not create cubic shapes that may even up unacceptably distorted when converted.
    Not in the context of font making but just general best practices for cubic curves
  • Thomas Phinney
    Thomas Phinney Posts: 3,083
    edited September 16
    For most font purposes, and at least some graphics purposes, I would say that designing an oval that way is “bad.”

    But the context matters—a lot. Otherwise we don’t know what might be rendering these curves. Nor do we know how much value is being gained by using half as many points. Is not having points at major extrema a problem? Maybe.
  • Ray Larabie
    Ray Larabie Posts: 1,465
    edited September 16
    I've experimented with 2-point ellipses for fonts with decorative dots, going all the way back to Fake Receipt in 1997. But as John pointed out, the quadratic curve conversion is a problem. Try it, and you'll see. It kind of works, but whenever I needed economical not-so-pretty dots, I built them from quadratic curves with four points, and a single control piont on each corner. That way they could usually be converted back and forth with no curve loss.