Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Side by Side Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 13820004: Fixing SVGPaint constructor DartC error. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 library dart.dom.svg; 1 library dart.dom.svg;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:html'; 5 import 'dart:html';
6 import 'dart:html_common'; 6 import 'dart:html_common';
7 import 'dart:nativewrappers'; 7 import 'dart:nativewrappers';
8 // DO NOT EDIT 8 // DO NOT EDIT
9 // Auto-generated dart:svg library. 9 // Auto-generated dart:svg library.
10 10
(...skipping 8286 matching lines...) Expand 10 before | Expand all | Expand 10 after
8297 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 8297 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
8298 // for details. All rights reserved. Use of this source code is governed by a 8298 // for details. All rights reserved. Use of this source code is governed by a
8299 // BSD-style license that can be found in the LICENSE file. 8299 // BSD-style license that can be found in the LICENSE file.
8300 8300
8301 8301
8302 // Hack because the baseclass is private in dart:html, and we want to omit this 8302 // Hack because the baseclass is private in dart:html, and we want to omit this
8303 // type entirely but can't. 8303 // type entirely but can't.
8304 @DocsEditable 8304 @DocsEditable
8305 @DomName('SVGColor') 8305 @DomName('SVGColor')
8306 class _SVGColor { 8306 class _SVGColor {
8307 _SVGColor.internal();
8307 } 8308 }
8308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8309 // for details. All rights reserved. Use of this source code is governed by a 8310 // for details. All rights reserved. Use of this source code is governed by a
8310 // BSD-style license that can be found in the LICENSE file. 8311 // BSD-style license that can be found in the LICENSE file.
8311 8312
8312 // WARNING: Do not edit - generated code. 8313 // WARNING: Do not edit - generated code.
8313 8314
8314 8315
8315 @DocsEditable 8316 @DocsEditable
8316 @DomName('SVGComponentTransferFunctionElement') 8317 @DomName('SVGComponentTransferFunctionElement')
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
8546 @DocsEditable 8547 @DocsEditable
8547 @DomName('SVGVKernElement') 8548 @DomName('SVGVKernElement')
8548 abstract class _SVGVKernElement extends SvgElement { 8549 abstract class _SVGVKernElement extends SvgElement {
8549 _SVGVKernElement.internal() : super.internal(); 8550 _SVGVKernElement.internal() : super.internal();
8550 8551
8551 @DomName('SVGVKernElement.SVGVKernElement') 8552 @DomName('SVGVKernElement.SVGVKernElement')
8552 @DocsEditable 8553 @DocsEditable
8553 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8554 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8554 8555
8555 } 8556 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tools/dom/templates/html/impl/impl_SVGColor.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698