Skip to content

Commit

Permalink
#2838 - Bonds between atoms are not centered and not drawn symmetrically
Browse files Browse the repository at this point in the history
- Fix e2e tests
  • Loading branch information
Aliaksei committed Aug 17, 2023
1 parent b253040 commit 3c2a1e1
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,6 @@ function getBondPath(
);
break;
case Bond.PATTERN.TYPE.ANY:
console.log(hb1.p, hb2.p);

newHalfBonds = util.updateHalfBondCoordinates(hb1, hb2, -1);
path = draw.bondAny(
render.paper,
Expand Down

0 comments on commit 3c2a1e1

Please sign in to comment.