Skip to content

Commit

Permalink
Merge identical cases
Browse files Browse the repository at this point in the history
  • Loading branch information
twogee committed Mar 29, 2019
1 parent 3de1272 commit 74826d2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ public Draw2dNode(final Draw2dGraph graph, final IVertex vertex) {

switch (segType) {
case PathIterator.SEG_MOVETO:
addPoint(new PrecisionPoint(coords[0], coords[1]));
break;

case PathIterator.SEG_LINETO:
addPoint(new PrecisionPoint(coords[0], coords[1]));
break;
Expand Down

0 comments on commit 74826d2

Please sign in to comment.