Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
namespace msdfgen {
8
9
static void writeSvgCoord(FILE *f, Point2 coord) {
10
fprintf(f,
"%.17g %.17g"
, coord.x, coord.y);
11
}
12
13
static void writeSvgPathDef(FILE *f, const Shape &shape) {
14
bool beginning = true;
Callers
1
writeSvgPathDef
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected