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

Method SVGPattern

src/svg/node/SVGPattern.cpp:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace tgfx {
33
34SVGPattern::SVGPattern() : INHERITED(SVGTag::Pattern) {
35}
36
37bool SVGPattern::parseAndSetAttribute(const std::string& name, const std::string& value) {
38 return INHERITED::parseAndSetAttribute(name, value) ||

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected