Skip to content

Commit

Permalink
small note
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonMiraj committed Jul 9, 2024
1 parent a871f0f commit 63b2dfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/backends/generic_cairo/shapes/path.f90
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ subroutine write_path(canva, cr, ph)

do char_ind = 1, char_count, 1

print * , real_ind
!! TODO need some error handling
select case (char_array(char_ind))
case ("M")
temp_p%x=real_array(real_ind)
Expand Down
2 changes: 0 additions & 2 deletions test/path_test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ program path_test
call bitmap_canva%save_to_ppm()
call bitmap_canva%destroy()



call svg_canva%init(CANVAS_WIDTH,CANVAS_HEIGHT,file_name)
call svg_canva%apply_shapes(canva)
call svg_canva%save_to_svg()
Expand Down

0 comments on commit 63b2dfd

Please sign in to comment.