| 32 | namespace tgfx { |
| 33 | |
| 34 | SVGPattern::SVGPattern() : INHERITED(SVGTag::Pattern) { |
| 35 | } |
| 36 | |
| 37 | bool SVGPattern::parseAndSetAttribute(const std::string& name, const std::string& value) { |
| 38 | return INHERITED::parseAndSetAttribute(name, value) || |
nothing calls this directly
no outgoing calls
no test coverage detected