Boost C++ Libraries: Ticket #9168: polygon resize -1 of a 1 point wide polygon doesn't make it disappear https://svn.boost.org/trac10/ticket/9168 <p> I tried to use resize(pset, -1); resize(pset, 1) to filter the results of a xor which should remove all polygon with only 1 or 2 database unit differences. resize -1 generates wrong output if the polygon are not orthogonal. </p> <p> input: 0,0 0,5 1,5 1,0 3,-3 resize -1: 0,1 -3,5 0,0 0,1 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9168 Trac 1.4.3 anonymous Fri, 27 Sep 2013 00:27:55 GMT attachment set https://svn.boost.org/trac10/ticket/9168 https://svn.boost.org/trac10/ticket/9168 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test_resize.cpp</span> </li> </ul> Ticket Andrii Sydorchuk Wed, 06 Nov 2013 23:47:36 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9168#comment:1 https://svn.boost.org/trac10/ticket/9168#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> I am marking this as duplicate of the ticket <a class="assigned ticket" href="https://svn.boost.org/trac10/ticket/6063" title="#6063: Bugs: resize does not offset rectangles (etc.) correctly or crashes (assigned)">#6063</a>. </p> Ticket