MCPcopy Create free account
hub / github.com/Tencent/tgfx / SVGContainer

Method SVGContainer

src/svg/node/SVGContainer.cpp:30–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class SVGRenderContext;
29
30SVGContainer::SVGContainer(SVGTag t) : INHERITED(t) {
31}
32
33void SVGContainer::appendChild(std::shared_ptr<SVGNode> node) {
34 ASSERT(node);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected