Closed ukscid closed 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?
now remove ::DrawArrowLastMove
here the patch for customize variation/comment arrows and last move arrow.