Options.strokeMiterlimit

Specify a constraint on the length of the "miter" formed by two lines meeting at an angle. If the angle if very sharp, the miter could be very long relative to the line thickness. The miter _limit is a _limit on the ratio of the miter length to the line width. The default is 4.

  1. void strokeMiterlimit(size_t limit)
    class Options
    void
    strokeMiterlimit
    (
    size_t limit
    )
  2. size_t strokeMiterlimit()

Meta