2016-07-27 01:46:34 +00:00
|
|
|
/*
|
|
|
|
* 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"
|
|
|
|
|
2016-07-29 15:52:03 +00:00
|
|
|
SkSVGSVG::SkSVGSVG() : INHERITED(SkSVGTag::kSvg) { }
|