Menu

#2280 -joinstyle default documentation

obsolete: 8.5a6
closed-fixed
5
2007-05-26
2007-05-25
No

The documentation of the line and polygon canvas items says the default for the -joinstyle option is "miter". However, it is from both source and behaviour clear that the default is rather "round".

Discussion

  • Lars Hellström

    Lars Hellström - 2007-05-25

    Logged In: YES
    user_id=938835
    Originator: YES

    Example demonstrating the current behaviour:

    % pack [canvas .c] -expand true -fill both
    % .c create line 30 30 100 30 100 100 -width 30

    A mitered join would be a right angle. This join is round.

     
  • Donal K. Fellows

    • milestone: 652907 --> 652786
    • assigned_to: hobbs --> dgp
    • status: open --> open-fixed
     
  • Donal K. Fellows

    Logged In: YES
    user_id=79902
    Originator: NO

    Fixed in HEAD. Backport?

     
  • Don Porter

    Don Porter - 2007-05-26

    Logged In: YES
    user_id=80530
    Originator: NO

    no opinion, but 8.4.15 ship has sailed.

     
  • Don Porter

    Don Porter - 2007-05-26
    • assigned_to: dgp --> dkf
     
  • Donal K. Fellows

    Logged In: YES
    user_id=79902
    Originator: NO

    In that case, I can't be bothered. It's a very low priority thing it seems, given how long it was before anyone noticed... :-)

     
  • Donal K. Fellows

    • milestone: 652786 --> obsolete: 8.5a6
    • status: open-fixed --> closed-fixed