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

Method SVGClipPath

src/svg/node/SVGClipPath.cpp:27–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace tgfx {
26
27SVGClipPath::SVGClipPath() : INHERITED(SVGTag::ClipPath) {
28}
29
30bool SVGClipPath::parseAndSetAttribute(const std::string& name, const std::string& value) {
31 return INHERITED::parseAndSetAttribute(name, value) ||

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected