benini / scid

Other
44 stars 14 forks source link

Customize arrows #133

Closed ukscid closed 1 year ago

ukscid commented 1 year ago

here the patch for customize variation/comment arrows and last move arrow.

ukscid commented 1 year ago

Variable names changed.

changed ::board::mark::DrawArrowLastMove to call with width parameter.

not yet changed: ::board::mark::DrawArrow . This is called via if {[catch {eval $drawingScript $board $square $dest $color}]} { should this changed like proc ::board::mark::DrawArrow {pathName from to color {width $::boardArrowWidth} } ?

The text "Width of Arrows for\nVariations and Comments" should indicate, that the width is used for Variants arrows and the arrows which are drawn when in a comment [%draw arrow ..] is used. Other suggestions for the wording?

ukscid commented 1 year ago

now remove ::DrawArrowLastMove