From: Ian Jackson Date: Fri, 1 Mar 2019 12:54:40 +0000 (+0000) Subject: todo X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=77f7ce78fdba367dbf2b039f6c8b08cbe990acda;p=pandemic-rising-tide.git todo --- diff --git a/generate-board b/generate-board index 07a2c63..b35d41f 100755 --- a/generate-board +++ b/generate-board @@ -264,6 +264,7 @@ sub write_face_edges() { o("% $rr->{Name}\n"); o(" newpath\n"); my $xto = 'moveto'; + # xxx ordering: must do all fills then all strokes foreach my $vertex (@{ $rr->{Polygon} }) { my $pos = $vertex->{Pos}; # xxx break this out