Skip to content

Commit

Permalink
Revert "fix rotation for grade text"
Browse files Browse the repository at this point in the history
This reverts commit 06b72e7.
  • Loading branch information
embix committed Dec 22, 2024
1 parent 06b72e7 commit 335c1ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ts/RailroadMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,6 @@ export class RailroadMap {
.text((block) => block
.text(str)
.dx(300))
.rotate(this.inverted ? 180 : 0)
.attr('transform', makeTransformT(cp0, cp1))
.on('click', clickHandler)
.addClass(c);
Expand Down

0 comments on commit 335c1ba

Please sign in to comment.