Files
create/src/Mod/Draft
Simon 53770dfade Fix incomplete creation of an SVG path from edges.
* Observed bug: If an ArchWindow has two opening symbols (i.e. two sides
  that can be opened), only one was printed in SVG.
* In Draft.getSVG.getPath, some edges got lost in the call of
  Part.__sortEdges__. In contrast, Part.sortEdges does not skip edges. All
  edges are retained.
* With this fix, both opening symbols are rendered in Draft.getSVG.
* While it works for my test case, I suppose, Draft.getSVG.getPath is
  used in some other places as well. Thus, side effects must be checked
  by experienced people.
2017-05-27 19:49:20 -03:00
..
2017-05-25 10:04:05 -03:00
2016-02-26 23:17:43 +01:00
2017-04-05 19:04:05 -03:00
2017-04-05 19:04:05 -03:00
2016-05-18 16:01:38 -03:00