svg_render_legend_impl Subroutine

public subroutine svg_render_legend_impl(svg_content, entries, x, y, width, height)

Arguments

Type IntentOptional Attributes Name
character(len=:), intent(inout), allocatable :: svg_content
type(legend_entry_t), intent(in), dimension(:) :: entries
real(kind=wp), intent(in) :: x
real(kind=wp), intent(in) :: y
real(kind=wp), intent(in) :: width
real(kind=wp), intent(in) :: height