herzbube / littlego

Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.
https://littlego.herzbube.ch/
Apache License 2.0
138 stars 54 forks source link

Setup node symbols: 4 symbol parts are clipped after zoom #422

Open herzbube opened 4 months ago

herzbube commented 4 months ago

Setup node symbols consist of 4 symbol parts surrounded by a circle, each. When the node tree view is zoomed in the circles around the 4 parts are clipped.

The involved code is in NodeTreeViewDrawingHelper, the functions are:

This has super-low priority because 1) the user will rarely get to see the issue; and 2) the symbol meaning is still clear despite the clipping.