kashish2710
kashish2710
This PR adds a note in the buffer documentation (under [heading Strategies]) to clarify that the buffer algorithm expects polygons to be counter-clockwise. If a polygon is clockwise, it should...
This PR adds a minimal regression test reproducing issue #1439. The test shows that `boost::geometry::intersection` currently produces a non-empty result for two polygons that do not overlap. The test fails...
Clarifies the return value wording for CSS trigonometric functions atan(), asin(), and acos() by removing references to "number of radians" and consistently describing the result as an ``, aligning with...
This PR fixes the keyboard interaction descriptions for vertical toolbars in the ARIA toolbar role page. - Down Arrow now moves focus to the next control - Up Arrow now...