fix: correct bisector configuration in obsidian theme to set straightFirst instead of straightLast

This commit is contained in:
Ryo 2026-03-02 17:34:24 +08:00
parent c60cd7a22a
commit cfb5487dfa
No known key found for this signature in database
GPG key ID: 6EB17CCE05DD1BC8

View file

@ -150,7 +150,7 @@ JXG.themes['obsidian'] = {
bisector: {
strokeColor: interactiveAccent,
highlightStrokeColor: interactiveAccentHover,
straightLast: false,
straightFirst: false,
dash: 2,
},