Skip to content

Commit

Permalink
invert
Browse files Browse the repository at this point in the history
  • Loading branch information
LingDong- committed Nov 7, 2020
1 parent 6a975ae commit f3160b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/vororelax.wax
Original file line number Diff line number Diff line change
Expand Up @@ -530,14 +530,14 @@
(<< s (cast (get sites i cell j 1) str))
(<< s " ")
))
(<< s "z\" fill=\"none\" stroke=\"white\"/>")
(<< s "z\" fill=\"none\" stroke=\"black\"/>")
))

(<< s "<circle cx=\"")
(<< s (cast (get sites i x) str))
(<< s "\" cy=\"")
(<< s (cast (get sites i y) str))
(<< s "\" r=\"2\" fill=\"white\" />")
(<< s "\" r=\"2\" fill=\"black\" />")
))
(<< s "</g>")
(return s)
Expand Down

0 comments on commit f3160b4

Please sign in to comment.