MCPcopy Create free account
hub / github.com/MapServer/MapServer / move_to

Method move_to

renderers/agg/src/agg_svg_path_renderer.cpp:74–78  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

72
73 //------------------------------------------------------------------------
74 void path_renderer::move_to(double x, double y, bool rel) // M, m
75 {
76 if(rel) m_storage.rel_to_abs(&x, &y);
77 m_storage.move_to(x, y);
78 }
79
80 //------------------------------------------------------------------------
81 void path_renderer::line_to(double x, double y, bool rel) // L, l

Callers

nothing calls this directly

Calls 1

rel_to_absMethod · 0.80

Tested by

no test coverage detected