Skip to content

Commit

Permalink
Add unique canonical name per connector (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
follower committed Jul 11, 2017
1 parent 33f5df3 commit b8304f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eagle-brd-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ EagleBrdRenderer.prototype._buildDepthHoles = function( add ) {
connector.userData.drill = drills[ i ];
if ( drills[ i ].elementParent ) {
connector.userData.element = drills[ i ].elementParent;
connector.name = drills[ i ].elementParent.getAttribute("name") + "." + drills[ i ].getAttribute("name");
}

// Bottom connector
Expand Down

0 comments on commit b8304f9

Please sign in to comment.