So it's more like the squircle[1] shape used by Nokia in their Symbian and Meego phones.<p>[1]<a href="https://en.wikipedia.org/wiki/Squircle" rel="nofollow">https://en.wikipedia.org/wiki/Squircle</a>
I've collected few rounded square (squircles :)) codes using cairo (through luajit):<p><a href="http://cairographics.org/cookbook/roundedrectangles/" rel="nofollow">http://cairographics.org/cookbook/roundedrectangles/</a><p><a href="http://graphics.stanford.edu/courses/cs248-98-fall/Final/q1.html" rel="nofollow">http://graphics.stanford.edu/courses/cs248-98-fall/Final/q1....</a><p>and two more here (but I forgot to put the links where I got the code from, and I don't recall being my original code):<p><a href="https://github.com/malkia/ufo/blob/master/samples/cairo/ui.lua" rel="nofollow">https://github.com/malkia/ufo/blob/master/samples/cairo/ui.l...</a><p><pre><code> gfx:round_rect_a()
gfx:round_rect_b()
gfx:round_rect_c()
gfx:round_rect_d()</code></pre>
As a non-designer techie I'm always amazed when I see articles showing the subtle differences in the new iOS or OSX.<p>I usually don't consciously perceive the subtlety, so seeing these detailed articles helps me appreciate the effort that went into the design.
The new iOS icon shape seems to imitate ubuntu phone (<a href="http://www.ubuntu.com/phone/app-ecosystem" rel="nofollow">http://www.ubuntu.com/phone/app-ecosystem</a>).