by grokx on 1/20/25, 8:51 PM with 6 comments
by harywilke on 1/21/25, 10:06 AM
by jll29 on 1/21/25, 6:45 AM
BTW, there is no "Western European Union" any more, just one European Union, so the now simplified flag can leave out the white ugly letters in the middle.
by lores on 1/21/25, 1:52 PM
by userbinator on 1/21/25, 2:50 AM
That's always an edge-case (literally); having written various vector graphics converters over the years, the fundamentals are usually straightforward (although in this case converting between Cartesian absolute and polar relative coordinates can also introduce numerical precision issues), but depending on things like fill rule compatibility, these tricky cases tend to result in a lot of code dedicated to handling them correctly.
Even different OS' graphics stacks disagree: https://bugs.python.org/issue39392
Unfortunately there's a lack of US flag in the examples, but the Wales one makes up for it in complexity.
by jony1266 on 1/21/25, 5:09 AM
by rossant on 1/21/25, 7:44 AM