blob: afe3c34128ec4f5c427c2d4f4e8be48c5d363702 [file] [log] [blame]
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of $LIBRARYNAME;
// Hack because the baseclass is private in dart:html, and we want to omit this
// type entirely but can't.
@DocsEditable
$(ANNOTATIONS)class $CLASSNAME$IMPLEMENTS$NATIVESPEC {
_SVGColor.internal();
}