Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Oct 21, 2024
1 parent 9a43f11 commit 5632ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProofWidgets/Demos/InteractiveSvg.lean
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def isvg : InteractiveSvg State where
]
| _, _ => #[]
let circles := (state.mapIdx fun idx (p : Float × Float) =>
Svg.circle p (.abs 0.2) |>.setFill (0.7,0.7,0.7) |>.setId s!"circle{idx}" |>.setData idx.1
Svg.circle p (.abs 0.2) |>.setFill (0.7,0.7,0.7) |>.setId s!"circle{idx}" |>.setData idx
)
mousePointer.append circles
}
Expand Down

0 comments on commit 5632ca0

Please sign in to comment.