| 25 | namespace tgfx { |
| 26 | |
| 27 | SVGClipPath::SVGClipPath() : INHERITED(SVGTag::ClipPath) { |
| 28 | } |
| 29 | |
| 30 | bool SVGClipPath::parseAndSetAttribute(const std::string& name, const std::string& value) { |
| 31 | return INHERITED::parseAndSetAttribute(name, value) || |
nothing calls this directly
no outgoing calls
no test coverage detected