Skip to content

Commit

Permalink
Remove indication of relationships.
Browse files Browse the repository at this point in the history
Relationship lines are faint and unclear. Consider an alternative way of showing how points and shapes relate to one another. First, remove the current implementation.

- Remove shape paths for relationships.
- Remove UI button to toggle showing of relationships.
- Remove CSS for relationship lines.
- Also, make 2-arity call to `multipoint` function more transparent.
  • Loading branch information
exupero committed Oct 4, 2015
1 parent a9c3f1f commit 4193f72
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 431 deletions.
9 changes: 0 additions & 9 deletions resources/public/css/taxicab.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,6 @@ input[type=range]::-webkit-slider-thumb {
height: 100%;
}

.relationship {
stroke: none;
fill: none;
}

#tools button {
width: 95%;
}
Expand All @@ -177,10 +172,6 @@ input[type=range]::-webkit-slider-thumb {
cursor: crosshair;
}

#workspace[data-relationships=true] .relationship {
stroke: lightblue;
}

.grid {
stroke: #ddd;
}
Expand Down
Loading

0 comments on commit 4193f72

Please sign in to comment.