Home
last modified time | relevance | path

Searched refs:make_svg (Results 1 – 8 of 8) sorted by relevance

/dports/www/py-lektor/Lektor-3.2.2/tests/
H A Dtest_images.py20 def make_svg(): function
109 def test_image_info_svg_declaration(make_svg): argument
111 svg_with_xml_decl = make_svg(with_declaration=True, h=h, w=w)
112 svg_no_xml_decl = make_svg(with_declaration=False, h=h, w=w)
121 def test_image_info_svg_length(make_svg): argument
123 svg_with_unit_px = make_svg(size_unit="px", w=w, h=h)
124 svg_no_unit = make_svg(size_unit=None, w=w, h=h)
/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dwpc_svg_path.erl64 wpa:import(Props, fun(F) -> make_svg(F, Nsub) end, St);
68 make_svg(Name, Nsubsteps) -> function
H A Dwpc_svg_path_ko.lang11 {make_svg,
H A Dwpc_svg_path_jp.lang11 {make_svg,
H A Dwpc_svg_path_de.lang11 {make_svg,
H A Dwpc_svg_path_es-ES.lang11 {make_svg,
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/cursors/src/
H A Dconfig.cmake8 set(MAKE_SVG ${CMAKE_SOURCE_DIR}/make_svg.cmake)
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/
H A DPictogram.pm178 sub make_svg { subroutine