Open jorgedanisc opened 2 months ago
Also I left the SVG, though if you have Github in dark mode you won't catch it, here it is in neutral:
Duplicate of #2048
Although that one's closed now, my bad.
Some ideas based on the conversation in the other thread:
The right angle has the same size and rounding as chart-line
, and the other two angles have the same level of rounding to match. The very tips of the acute and obtuse angles aren't perfectly aligned (they're aligned to half/quarter pixels) but this allows the arcs to terminate at precise values.
The acute angle is based on a 3-4-5 right triangle, and the obtuse is based on a 7-24-25.
What about making the obtuse
one symetrical?
As in, make the legs a similar length?
I think that could work. One issue is that the icon is a little shorter than the others, and it's unclear whether it should have its base aligned with those of the other two icons, or be one pixel higher and be more vertically centred.
Above: obtuse angle vertically centred Below: obtuse angle aligned to baseline
I can shorten the leg of the acute angle too:
Icon name
Angle
Use cases
This could be used to control the angle on a canvas of a certain element, or for math representations.
Design ideas
Checklist