Skip to content

Commit

Permalink
Merge branch 'svg'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton committed Oct 22, 2019
2 parents a1a82a9 + a354d22 commit 1d15c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fancy_render.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function render_fancy_pedestrian(

translate(ctx, x, y)
scale(ctx, xdir, ydir)
rotate(ctx, yaw - pi/2)
rotate(ctx, yaw + pi/2)
translate(ctx, -d.width/2, -d.height/2)

Rsvg.handle_render_cairo(ctx, r)
Expand Down

0 comments on commit 1d15c8e

Please sign in to comment.