aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGSVG.cpp
blob: aeccc7082b8e27036195ce9e5bb11b09a5c9a958 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright 2016 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "SkSVGSVG.h"

SkSVGSVG::SkSVGSVG() : INHERITED(SkSVGTag::kSvg) { }