MCPcopy Create free account
hub / github.com/MyGUI/mygui / writeSvgCoord

Function writeSvgCoord

MyGUIEngine/src/msdfgen/core/export-svg.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace msdfgen {
8
9static void writeSvgCoord(FILE *f, Point2 coord) {
10 fprintf(f, "%.17g %.17g", coord.x, coord.y);
11}
12
13static void writeSvgPathDef(FILE *f, const Shape &shape) {
14 bool beginning = true;

Callers 1

writeSvgPathDefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected