After reopen beveled corner dissapears.
Steps to reproduce (see attached picture "bevel.png"):
Version: master SCM Revision: 2.1.0 Compiler: GNU GCC 4.9.2 Qt Version: 4.8.6 Compiled on: Oct 20 2015
Linux 64 bit.
Also if you make Bevel in right-top corner by selecting top line first (then right line) then is impossible further to make Bevels in other corners.
I think this is because the rectangle tool now produces a polyline. Bevel seems to work as expected with a rectangle made from the line tool.
let's modify bevel to accept polyline. seems to be an easy fix
looks like this is a tough one.
we can either revert the "draw rectangle by polyline" feature or require "Modify -> explode" to use Bevel/Fillet for rectangles
The bug seems to affect to polylines created in counterclockwise order, reverting "draw rectangle by polyline" do not solve the problem
Added a patch in 2.0 branch, seems ok but require more check, clockwise or not, selection order, etc.
Can you add the patch to the master branch?
Thanks.
@Rallaz, Can you add the patch to the master branch?
Log in to post a comment.
Also if you make Bevel in right-top corner by selecting top line first (then right line) then is impossible further to make Bevels in other corners.
I think this is because the rectangle tool now produces a polyline.
Bevel seems to work as expected with a rectangle made from the line tool.
let's modify bevel to accept polyline. seems to be an easy fix
looks like this is a tough one.
we can either revert the "draw rectangle by polyline" feature or require "Modify -> explode" to use Bevel/Fillet for rectangles
The bug seems to affect to polylines created in counterclockwise order, reverting "draw rectangle by polyline" do not solve the problem
Added a patch in 2.0 branch, seems ok but require more check, clockwise or not, selection order, etc.
Can you add the patch to the master branch?
Thanks.
@Rallaz, Can you add the patch to the master branch?