Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Apr 14, 2024
1 parent 3a33bc4 commit 71aa838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion maLiang/app/DiagramsTutorial.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> import Diagrams.Backend.SVG.CmdLine
> minorKey = square 0.2 # scaleY 0.3
> centerKey :: Diagram B
> centerKey = ( beside (r2 (1,-1)) (text "V" # fontSizeL 0.1 <> strutX 0.1) (text "" # fontSizeL 0.03 <> strutX 0.1 )) `atop` square 0.2
> centerKey = ( beside (r2 (20,-16)) (text "V" # fontSizeL 0.1 <> strutX 0.1) (text "" # fontSizeL 0.03 <> strutX 0.01 )) `atop` square 0.2
> west :: Diagram B
> west = text "H" # fontSizeL 0.03 <> vMinorKey
> east :: Diagram B
Expand Down

0 comments on commit 71aa838

Please sign in to comment.