create_svg_canvas Function

public function create_svg_canvas(width, height) result(ctx)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: width
integer, intent(in) :: height

Return Value type(svg_context)