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

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

Issue 12857006: Removing CssValue APIs (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
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tests/html/css_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 832
833 } 833 }
834 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 834 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
835 // for details. All rights reserved. Use of this source code is governed by a 835 // for details. All rights reserved. Use of this source code is governed by a
836 // BSD-style license that can be found in the LICENSE file. 836 // BSD-style license that can be found in the LICENSE file.
837 837
838 // WARNING: Do not edit - generated code. 838 // WARNING: Do not edit - generated code.
839 839
840 840
841 @DocsEditable 841 @DocsEditable
842 @DomName('SVGColor')
843 class Color extends CssValue {
844 Color.internal() : super.internal();
845
846 static const int SVG_COLORTYPE_CURRENTCOLOR = 3;
847
848 static const int SVG_COLORTYPE_RGBCOLOR = 1;
849
850 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2;
851
852 static const int SVG_COLORTYPE_UNKNOWN = 0;
853
854 @DomName('SVGColor.colorType')
855 @DocsEditable
856 int get colorType native "SVGColor_colorType_Getter";
857
858 @DomName('SVGColor.rgbColor')
859 @DocsEditable
860 CssRgbColor get rgbColor native "SVGColor_rgbColor_Getter";
861
862 @DomName('SVGColor.setColor')
863 @DocsEditable
864 void setColor(int colorType, String rgbColor, String iccColor) native "SVGColo r_setColor_Callback";
865
866 @DomName('SVGColor.setRGBColor')
867 @DocsEditable
868 void setRgbColor(String rgbColor) native "SVGColor_setRGBColor_Callback";
869
870 @DomName('SVGColor.setRGBColorICCColor')
871 @DocsEditable
872 void setRgbColorIccColor(String rgbColor, String iccColor) native "SVGColor_se tRGBColorICCColor_Callback";
873
874 }
875 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
876 // for details. All rights reserved. Use of this source code is governed by a
877 // BSD-style license that can be found in the LICENSE file.
878
879 // WARNING: Do not edit - generated code.
880
881
882 @DocsEditable
883 @DomName('SVGDefsElement') 842 @DomName('SVGDefsElement')
884 class DefsElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 843 class DefsElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace {
885 DefsElement.internal() : super.internal(); 844 DefsElement.internal() : super.internal();
886 845
887 @DomName('SVGDefsElement.SVGDefsElement') 846 @DomName('SVGDefsElement.SVGDefsElement')
888 @DocsEditable 847 @DocsEditable
889 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs "); 848 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs ");
890 849
891 @DomName('SVGDefsElement.externalResourcesRequired') 850 @DomName('SVGDefsElement.externalResourcesRequired')
892 @DocsEditable 851 @DocsEditable
(...skipping 2749 matching lines...) Expand 10 before | Expand all | Expand 10 after
3642 } 3601 }
3643 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3602 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3644 // for details. All rights reserved. Use of this source code is governed by a 3603 // for details. All rights reserved. Use of this source code is governed by a
3645 // BSD-style license that can be found in the LICENSE file. 3604 // BSD-style license that can be found in the LICENSE file.
3646 3605
3647 // WARNING: Do not edit - generated code. 3606 // WARNING: Do not edit - generated code.
3648 3607
3649 3608
3650 @DocsEditable 3609 @DocsEditable
3651 @DomName('SVGLinearGradientElement') 3610 @DomName('SVGLinearGradientElement')
3652 class LinearGradientElement extends _GradientElement { 3611 class LinearGradientElement extends _SVGGradientElement {
3653 LinearGradientElement.internal() : super.internal(); 3612 LinearGradientElement.internal() : super.internal();
3654 3613
3655 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') 3614 @DomName('SVGLinearGradientElement.SVGLinearGradientElement')
3656 @DocsEditable 3615 @DocsEditable
3657 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient"); 3616 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient");
3658 3617
3659 @DomName('SVGLinearGradientElement.x1') 3618 @DomName('SVGLinearGradientElement.x1')
3660 @DocsEditable 3619 @DocsEditable
3661 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; 3620 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter";
3662 3621
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
4266 4225
4267 } 4226 }
4268 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4227 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4269 // for details. All rights reserved. Use of this source code is governed by a 4228 // for details. All rights reserved. Use of this source code is governed by a
4270 // BSD-style license that can be found in the LICENSE file. 4229 // BSD-style license that can be found in the LICENSE file.
4271 4230
4272 // WARNING: Do not edit - generated code. 4231 // WARNING: Do not edit - generated code.
4273 4232
4274 4233
4275 @DocsEditable 4234 @DocsEditable
4276 @DomName('SVGPaint')
4277 class Paint extends Color {
4278 Paint.internal() : super.internal();
4279
4280 static const int SVG_PAINTTYPE_CURRENTCOLOR = 102;
4281
4282 static const int SVG_PAINTTYPE_NONE = 101;
4283
4284 static const int SVG_PAINTTYPE_RGBCOLOR = 1;
4285
4286 static const int SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2;
4287
4288 static const int SVG_PAINTTYPE_UNKNOWN = 0;
4289
4290 static const int SVG_PAINTTYPE_URI = 107;
4291
4292 static const int SVG_PAINTTYPE_URI_CURRENTCOLOR = 104;
4293
4294 static const int SVG_PAINTTYPE_URI_NONE = 103;
4295
4296 static const int SVG_PAINTTYPE_URI_RGBCOLOR = 105;
4297
4298 static const int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106;
4299
4300 @DomName('SVGPaint.paintType')
4301 @DocsEditable
4302 int get paintType native "SVGPaint_paintType_Getter";
4303
4304 @DomName('SVGPaint.uri')
4305 @DocsEditable
4306 String get uri native "SVGPaint_uri_Getter";
4307
4308 @DomName('SVGPaint.setPaint')
4309 @DocsEditable
4310 void setPaint(int paintType, String uri, String rgbColor, String iccColor) nat ive "SVGPaint_setPaint_Callback";
4311
4312 @DomName('SVGPaint.setUri')
4313 @DocsEditable
4314 void setUri(String uri) native "SVGPaint_setUri_Callback";
4315
4316 }
4317 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4318 // for details. All rights reserved. Use of this source code is governed by a
4319 // BSD-style license that can be found in the LICENSE file.
4320
4321 // WARNING: Do not edit - generated code.
4322
4323
4324 @DocsEditable
4325 @DomName('SVGPathElement') 4235 @DomName('SVGPathElement')
4326 class PathElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 4236 class PathElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace {
4327 PathElement.internal() : super.internal(); 4237 PathElement.internal() : super.internal();
4328 4238
4329 @DomName('SVGPathElement.SVGPathElement') 4239 @DomName('SVGPathElement.SVGPathElement')
4330 @DocsEditable 4240 @DocsEditable
4331 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path "); 4241 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path ");
4332 4242
4333 @DomName('SVGPathElement.animatedNormalizedPathSegList') 4243 @DomName('SVGPathElement.animatedNormalizedPathSegList')
4334 @DocsEditable 4244 @DocsEditable
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after
5929 } 5839 }
5930 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5840 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5931 // for details. All rights reserved. Use of this source code is governed by a 5841 // for details. All rights reserved. Use of this source code is governed by a
5932 // BSD-style license that can be found in the LICENSE file. 5842 // BSD-style license that can be found in the LICENSE file.
5933 5843
5934 // WARNING: Do not edit - generated code. 5844 // WARNING: Do not edit - generated code.
5935 5845
5936 5846
5937 @DocsEditable 5847 @DocsEditable
5938 @DomName('SVGRadialGradientElement') 5848 @DomName('SVGRadialGradientElement')
5939 class RadialGradientElement extends _GradientElement { 5849 class RadialGradientElement extends _SVGGradientElement {
5940 RadialGradientElement.internal() : super.internal(); 5850 RadialGradientElement.internal() : super.internal();
5941 5851
5942 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') 5852 @DomName('SVGRadialGradientElement.SVGRadialGradientElement')
5943 @DocsEditable 5853 @DocsEditable
5944 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient"); 5854 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient");
5945 5855
5946 @DomName('SVGRadialGradientElement.cx') 5856 @DomName('SVGRadialGradientElement.cx')
5947 @DocsEditable 5857 @DocsEditable
5948 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; 5858 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter";
5949 5859
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
6544 StyledElement.internal() : super.internal(); 6454 StyledElement.internal() : super.internal();
6545 6455
6546 @DomName('SVGStyledElement.className') 6456 @DomName('SVGStyledElement.className')
6547 @DocsEditable 6457 @DocsEditable
6548 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter "; 6458 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter ";
6549 6459
6550 @DomName('SVGStyledElement.style') 6460 @DomName('SVGStyledElement.style')
6551 @DocsEditable 6461 @DocsEditable
6552 CssStyleDeclaration get style native "SVGStyledElement_style_Getter"; 6462 CssStyleDeclaration get style native "SVGStyledElement_style_Getter";
6553 6463
6554 @DomName('SVGStyledElement.getPresentationAttribute')
6555 @DocsEditable
6556 CssValue getPresentationAttribute(String name) native "SVGStyledElement_getPre sentationAttribute_Callback";
6557
6558 } 6464 }
6559 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6465 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6560 // for details. All rights reserved. Use of this source code is governed by a 6466 // for details. All rights reserved. Use of this source code is governed by a
6561 // BSD-style license that can be found in the LICENSE file. 6467 // BSD-style license that can be found in the LICENSE file.
6562 6468
6563 // WARNING: Do not edit - generated code. 6469 // WARNING: Do not edit - generated code.
6564 6470
6565 6471
6566 @DocsEditable 6472 @DocsEditable
6567 @DomName('SVGDocument') 6473 @DomName('SVGDocument')
(...skipping 1741 matching lines...) Expand 10 before | Expand all | Expand 10 after
8309 8215
8310 } 8216 }
8311 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8217 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8312 // for details. All rights reserved. Use of this source code is governed by a 8218 // for details. All rights reserved. Use of this source code is governed by a
8313 // BSD-style license that can be found in the LICENSE file. 8219 // BSD-style license that can be found in the LICENSE file.
8314 8220
8315 // WARNING: Do not edit - generated code. 8221 // WARNING: Do not edit - generated code.
8316 8222
8317 8223
8318 @DocsEditable 8224 @DocsEditable
8319 @DomName('SVGGradientElement')
8320 class _GradientElement extends StyledElement implements UriReference, ExternalRe sourcesRequired {
8321 _GradientElement.internal() : super.internal();
8322
8323 static const int SVG_SPREADMETHOD_PAD = 1;
8324
8325 static const int SVG_SPREADMETHOD_REFLECT = 2;
8326
8327 static const int SVG_SPREADMETHOD_REPEAT = 3;
8328
8329 static const int SVG_SPREADMETHOD_UNKNOWN = 0;
8330
8331 @DomName('SVGGradientElement.gradientTransform')
8332 @DocsEditable
8333 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien tTransform_Getter";
8334
8335 @DomName('SVGGradientElement.gradientUnits')
8336 @DocsEditable
8337 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits _Getter";
8338
8339 @DomName('SVGGradientElement.spreadMethod')
8340 @DocsEditable
8341 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G etter";
8342
8343 @DomName('SVGGradientElement.externalResourcesRequired')
8344 @DocsEditable
8345 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter nalResourcesRequired_Getter";
8346
8347 @DomName('SVGGradientElement.href')
8348 @DocsEditable
8349 AnimatedString get href native "SVGGradientElement_href_Getter";
8350
8351 }
8352 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8353 // for details. All rights reserved. Use of this source code is governed by a
8354 // BSD-style license that can be found in the LICENSE file.
8355
8356 // WARNING: Do not edit - generated code.
8357
8358
8359 @DocsEditable
8360 @DomName('SVGAltGlyphDefElement') 8225 @DomName('SVGAltGlyphDefElement')
8361 abstract class _SVGAltGlyphDefElement extends SvgElement { 8226 abstract class _SVGAltGlyphDefElement extends SvgElement {
8362 _SVGAltGlyphDefElement.internal() : super.internal(); 8227 _SVGAltGlyphDefElement.internal() : super.internal();
8363 8228
8364 } 8229 }
8365 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8230 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8366 // for details. All rights reserved. Use of this source code is governed by a 8231 // for details. All rights reserved. Use of this source code is governed by a
8367 // BSD-style license that can be found in the LICENSE file. 8232 // BSD-style license that can be found in the LICENSE file.
8368 8233
8369 // WARNING: Do not edit - generated code. 8234 // WARNING: Do not edit - generated code.
(...skipping 11 matching lines...) Expand all
8381 8246
8382 // WARNING: Do not edit - generated code. 8247 // WARNING: Do not edit - generated code.
8383 8248
8384 8249
8385 @DocsEditable 8250 @DocsEditable
8386 @DomName('SVGAnimateColorElement') 8251 @DomName('SVGAnimateColorElement')
8387 abstract class _SVGAnimateColorElement extends AnimationElement { 8252 abstract class _SVGAnimateColorElement extends AnimationElement {
8388 _SVGAnimateColorElement.internal() : super.internal(); 8253 _SVGAnimateColorElement.internal() : super.internal();
8389 8254
8390 } 8255 }
8256 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
8257 // for details. All rights reserved. Use of this source code is governed by a
8258 // BSD-style license that can be found in the LICENSE file.
8259
8260
8261 // Hack because the baseclass is private in dart:html, and we want to omit this
8262 // type entirely but can't.
8263 @DocsEditable
8264 @DomName('SVGColor')
8265 class _SVGColor {
8266 _SVGColor.internal() : super.internal();
8267 }
8391 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8268 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8392 // for details. All rights reserved. Use of this source code is governed by a 8269 // for details. All rights reserved. Use of this source code is governed by a
8393 // BSD-style license that can be found in the LICENSE file. 8270 // BSD-style license that can be found in the LICENSE file.
8394 8271
8395 // WARNING: Do not edit - generated code. 8272 // WARNING: Do not edit - generated code.
8396 8273
8397 8274
8398 @DocsEditable 8275 @DocsEditable
8399 @DomName('SVGComponentTransferFunctionElement') 8276 @DomName('SVGComponentTransferFunctionElement')
8400 abstract class _SVGComponentTransferFunctionElement extends SvgElement { 8277 abstract class _SVGComponentTransferFunctionElement extends SvgElement {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
8543 8420
8544 } 8421 }
8545 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8422 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8546 // for details. All rights reserved. Use of this source code is governed by a 8423 // for details. All rights reserved. Use of this source code is governed by a
8547 // BSD-style license that can be found in the LICENSE file. 8424 // BSD-style license that can be found in the LICENSE file.
8548 8425
8549 // WARNING: Do not edit - generated code. 8426 // WARNING: Do not edit - generated code.
8550 8427
8551 8428
8552 @DocsEditable 8429 @DocsEditable
8430 @DomName('SVGGradientElement')
8431 abstract class _SVGGradientElement extends StyledElement implements UriReference , ExternalResourcesRequired {
8432 _SVGGradientElement.internal() : super.internal();
8433
8434 }
8435 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8436 // for details. All rights reserved. Use of this source code is governed by a
8437 // BSD-style license that can be found in the LICENSE file.
8438
8439 // WARNING: Do not edit - generated code.
8440
8441
8442 @DocsEditable
8553 @DomName('SVGHKernElement') 8443 @DomName('SVGHKernElement')
8554 abstract class _SVGHKernElement extends SvgElement { 8444 abstract class _SVGHKernElement extends SvgElement {
8555 _SVGHKernElement.internal() : super.internal(); 8445 _SVGHKernElement.internal() : super.internal();
8556 8446
8557 @DomName('SVGHKernElement.SVGHKernElement') 8447 @DomName('SVGHKernElement.SVGHKernElement')
8558 @DocsEditable 8448 @DocsEditable
8559 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern"); 8449 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern");
8560 8450
8561 } 8451 }
8562 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8452 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 27 matching lines...) Expand all
8590 8480
8591 } 8481 }
8592 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8482 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8593 // for details. All rights reserved. Use of this source code is governed by a 8483 // for details. All rights reserved. Use of this source code is governed by a
8594 // BSD-style license that can be found in the LICENSE file. 8484 // BSD-style license that can be found in the LICENSE file.
8595 8485
8596 // WARNING: Do not edit - generated code. 8486 // WARNING: Do not edit - generated code.
8597 8487
8598 8488
8599 @DocsEditable 8489 @DocsEditable
8490 @DomName('SVGPaint')
8491 class _SVGPaint extends _SVGColor {
8492 _SVGPaint.internal() : super.internal();
8493
8494 static const int SVG_PAINTTYPE_CURRENTCOLOR = 102;
8495
8496 static const int SVG_PAINTTYPE_NONE = 101;
8497
8498 static const int SVG_PAINTTYPE_RGBCOLOR = 1;
8499
8500 static const int SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2;
8501
8502 static const int SVG_PAINTTYPE_UNKNOWN = 0;
8503
8504 static const int SVG_PAINTTYPE_URI = 107;
8505
8506 static const int SVG_PAINTTYPE_URI_CURRENTCOLOR = 104;
8507
8508 static const int SVG_PAINTTYPE_URI_NONE = 103;
8509
8510 static const int SVG_PAINTTYPE_URI_RGBCOLOR = 105;
8511
8512 static const int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106;
8513
8514 @DomName('SVGPaint.paintType')
8515 @DocsEditable
8516 int get paintType native "SVGPaint_paintType_Getter";
8517
8518 @DomName('SVGPaint.uri')
8519 @DocsEditable
8520 String get uri native "SVGPaint_uri_Getter";
8521
8522 @DomName('SVGPaint.setPaint')
8523 @DocsEditable
8524 void setPaint(int paintType, String uri, String rgbColor, String iccColor) nat ive "SVGPaint_setPaint_Callback";
8525
8526 @DomName('SVGPaint.setUri')
8527 @DocsEditable
8528 void setUri(String uri) native "SVGPaint_setUri_Callback";
8529
8530 }
8531 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8532 // for details. All rights reserved. Use of this source code is governed by a
8533 // BSD-style license that can be found in the LICENSE file.
8534
8535 // WARNING: Do not edit - generated code.
8536
8537
8538 @DocsEditable
8600 @DomName('SVGTRefElement') 8539 @DomName('SVGTRefElement')
8601 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe rence { 8540 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe rence {
8602 _SVGTRefElement.internal() : super.internal(); 8541 _SVGTRefElement.internal() : super.internal();
8603 8542
8604 @DomName('SVGTRefElement.SVGTRefElement') 8543 @DomName('SVGTRefElement.SVGTRefElement')
8605 @DocsEditable 8544 @DocsEditable
8606 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag(" tref"); 8545 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag(" tref");
8607 8546
8608 } 8547 }
8609 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8548 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8610 // for details. All rights reserved. Use of this source code is governed by a 8549 // for details. All rights reserved. Use of this source code is governed by a
8611 // BSD-style license that can be found in the LICENSE file. 8550 // BSD-style license that can be found in the LICENSE file.
8612 8551
8613 // WARNING: Do not edit - generated code. 8552 // WARNING: Do not edit - generated code.
8614 8553
8615 8554
8616 @DocsEditable 8555 @DocsEditable
8617 @DomName('SVGVKernElement') 8556 @DomName('SVGVKernElement')
8618 abstract class _SVGVKernElement extends SvgElement { 8557 abstract class _SVGVKernElement extends SvgElement {
8619 _SVGVKernElement.internal() : super.internal(); 8558 _SVGVKernElement.internal() : super.internal();
8620 8559
8621 @DomName('SVGVKernElement.SVGVKernElement') 8560 @DomName('SVGVKernElement.SVGVKernElement')
8622 @DocsEditable 8561 @DocsEditable
8623 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8562 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8624 8563
8625 } 8564 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tests/html/css_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698