| 11 | using namespace xg; |
| 12 | |
| 13 | void shape::Image::OnLoad(std::function<void()> finished) { |
| 14 | callback_ = finished; |
| 15 | } |
| 16 | |
| 17 | BBox shape::Image::CalculateBox(canvas::CanvasContext &context) const { |
| 18 | return { |
no outgoing calls
no test coverage detected