Skip to content

Commit

Permalink
Pull exbf bar closer in d3.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Mar 24, 2024
1 parent 77f04b3 commit 8895fda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/railway/feature/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,12 @@ markers! {
canvas.line_to(0.5 * u.sw - 0.5 * u.sp, u.sh + 1.5 * u.sp);
canvas.apply_line_width(u.sp);
stroke_round(canvas)
},
|canvas: &mut Group, u: Units| {
canvas.move_to(-0.5 * u.sw + 0.5 * u.sp, u.sh + 1. * u.sp);
canvas.line_to(0.5 * u.sw - 0.5 * u.sp, u.sh + 1. * u.sp);
canvas.apply_line_width(u.sp);
stroke_round(canvas)
}
),

Expand Down

0 comments on commit 8895fda

Please sign in to comment.