| OLD | NEW |
| 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 8299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8310 // BSD-style license that can be found in the LICENSE file. | 8310 // BSD-style license that can be found in the LICENSE file. |
| 8311 | 8311 |
| 8312 // WARNING: Do not edit - generated code. | 8312 // WARNING: Do not edit - generated code. |
| 8313 | 8313 |
| 8314 | 8314 |
| 8315 @DocsEditable | 8315 @DocsEditable |
| 8316 @DomName('SVGComponentTransferFunctionElement') | 8316 @DomName('SVGComponentTransferFunctionElement') |
| 8317 class _SVGComponentTransferFunctionElement extends SvgElement { | 8317 class _SVGComponentTransferFunctionElement extends SvgElement { |
| 8318 _SVGComponentTransferFunctionElement.internal() : super.internal(); | 8318 _SVGComponentTransferFunctionElement.internal() : super.internal(); |
| 8319 | 8319 |
| 8320 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; | |
| 8321 | |
| 8322 static const int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; | |
| 8323 | |
| 8324 static const int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; | |
| 8325 | |
| 8326 static const int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; | |
| 8327 | |
| 8328 static const int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; | |
| 8329 | |
| 8330 static const int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; | |
| 8331 | |
| 8332 @DomName('SVGComponentTransferFunctionElement.amplitude') | |
| 8333 @DocsEditable | |
| 8334 AnimatedNumber get amplitude native "SVGComponentTransferFunctionElement_ampli
tude_Getter"; | |
| 8335 | |
| 8336 @DomName('SVGComponentTransferFunctionElement.exponent') | |
| 8337 @DocsEditable | |
| 8338 AnimatedNumber get exponent native "SVGComponentTransferFunctionElement_expone
nt_Getter"; | |
| 8339 | |
| 8340 @DomName('SVGComponentTransferFunctionElement.intercept') | |
| 8341 @DocsEditable | |
| 8342 AnimatedNumber get intercept native "SVGComponentTransferFunctionElement_inter
cept_Getter"; | |
| 8343 | |
| 8344 @DomName('SVGComponentTransferFunctionElement.offset') | |
| 8345 @DocsEditable | |
| 8346 AnimatedNumber get gradientOffset native "SVGComponentTransferFunctionElement_
offset_Getter"; | |
| 8347 | |
| 8348 @DomName('SVGComponentTransferFunctionElement.slope') | |
| 8349 @DocsEditable | |
| 8350 AnimatedNumber get slope native "SVGComponentTransferFunctionElement_slope_Get
ter"; | |
| 8351 | |
| 8352 @DomName('SVGComponentTransferFunctionElement.tableValues') | |
| 8353 @DocsEditable | |
| 8354 AnimatedNumberList get tableValues native "SVGComponentTransferFunctionElement
_tableValues_Getter"; | |
| 8355 | |
| 8356 @DomName('SVGComponentTransferFunctionElement.type') | |
| 8357 @DocsEditable | |
| 8358 AnimatedEnumeration get type native "SVGComponentTransferFunctionElement_type_
Getter"; | |
| 8359 | |
| 8360 } | 8320 } |
| 8361 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8321 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8362 // for details. All rights reserved. Use of this source code is governed by a | 8322 // for details. All rights reserved. Use of this source code is governed by a |
| 8363 // BSD-style license that can be found in the LICENSE file. | 8323 // BSD-style license that can be found in the LICENSE file. |
| 8364 | 8324 |
| 8365 // WARNING: Do not edit - generated code. | 8325 // WARNING: Do not edit - generated code. |
| 8366 | 8326 |
| 8367 | 8327 |
| 8368 @DocsEditable | 8328 @DocsEditable |
| 8369 @DomName('SVGCursorElement') | 8329 @DomName('SVGCursorElement') |
| 8370 class _SVGCursorElement extends SvgElement implements UriReference, Tests, Exter
nalResourcesRequired { | 8330 class _SVGCursorElement extends SvgElement implements UriReference, Tests, Exter
nalResourcesRequired { |
| 8371 _SVGCursorElement.internal() : super.internal(); | 8331 _SVGCursorElement.internal() : super.internal(); |
| 8372 | 8332 |
| 8373 @DomName('SVGCursorElement.SVGCursorElement') | 8333 @DomName('SVGCursorElement.SVGCursorElement') |
| 8374 @DocsEditable | 8334 @DocsEditable |
| 8375 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); | 8335 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); |
| 8376 | 8336 |
| 8377 /// Checks if this type is supported on the current platform. | 8337 /// Checks if this type is supported on the current platform. |
| 8378 static bool get supported => true; | 8338 static bool get supported => true; |
| 8379 | 8339 |
| 8380 @DomName('SVGCursorElement.x') | |
| 8381 @DocsEditable | |
| 8382 AnimatedLength get x native "SVGCursorElement_x_Getter"; | |
| 8383 | |
| 8384 @DomName('SVGCursorElement.y') | |
| 8385 @DocsEditable | |
| 8386 AnimatedLength get y native "SVGCursorElement_y_Getter"; | |
| 8387 | |
| 8388 @DomName('SVGCursorElement.externalResourcesRequired') | |
| 8389 @DocsEditable | |
| 8390 AnimatedBoolean get externalResourcesRequired native "SVGCursorElement_externa
lResourcesRequired_Getter"; | |
| 8391 | |
| 8392 @DomName('SVGCursorElement.requiredExtensions') | |
| 8393 @DocsEditable | |
| 8394 StringList get requiredExtensions native "SVGCursorElement_requiredExtensions_
Getter"; | |
| 8395 | |
| 8396 @DomName('SVGCursorElement.requiredFeatures') | |
| 8397 @DocsEditable | |
| 8398 StringList get requiredFeatures native "SVGCursorElement_requiredFeatures_Gett
er"; | |
| 8399 | |
| 8400 @DomName('SVGCursorElement.systemLanguage') | |
| 8401 @DocsEditable | |
| 8402 StringList get systemLanguage native "SVGCursorElement_systemLanguage_Getter"; | |
| 8403 | |
| 8404 @DomName('SVGCursorElement.hasExtension') | |
| 8405 @DocsEditable | |
| 8406 bool hasExtension(String extension) native "SVGCursorElement_hasExtension_Call
back"; | |
| 8407 | |
| 8408 @DomName('SVGCursorElement.href') | |
| 8409 @DocsEditable | |
| 8410 AnimatedString get href native "SVGCursorElement_href_Getter"; | |
| 8411 | |
| 8412 } | 8340 } |
| 8413 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8341 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8414 // for details. All rights reserved. Use of this source code is governed by a | 8342 // for details. All rights reserved. Use of this source code is governed by a |
| 8415 // BSD-style license that can be found in the LICENSE file. | 8343 // BSD-style license that can be found in the LICENSE file. |
| 8416 | 8344 |
| 8417 // WARNING: Do not edit - generated code. | 8345 // WARNING: Do not edit - generated code. |
| 8418 | 8346 |
| 8419 | 8347 |
| 8420 @DocsEditable | 8348 @DocsEditable |
| 8421 @DomName('SVGFEDropShadowElement') | 8349 @DomName('SVGFEDropShadowElement') |
| 8422 class _SVGFEDropShadowElement extends StyledElement implements FilterPrimitiveSt
andardAttributes { | 8350 class _SVGFEDropShadowElement extends StyledElement implements FilterPrimitiveSt
andardAttributes { |
| 8423 _SVGFEDropShadowElement.internal() : super.internal(); | 8351 _SVGFEDropShadowElement.internal() : super.internal(); |
| 8424 | 8352 |
| 8425 @DomName('SVGFEDropShadowElement.dx') | |
| 8426 @DocsEditable | |
| 8427 AnimatedNumber get dx native "SVGFEDropShadowElement_dx_Getter"; | |
| 8428 | |
| 8429 @DomName('SVGFEDropShadowElement.dy') | |
| 8430 @DocsEditable | |
| 8431 AnimatedNumber get dy native "SVGFEDropShadowElement_dy_Getter"; | |
| 8432 | |
| 8433 @DomName('SVGFEDropShadowElement.in1') | |
| 8434 @DocsEditable | |
| 8435 AnimatedString get in1 native "SVGFEDropShadowElement_in1_Getter"; | |
| 8436 | |
| 8437 @DomName('SVGFEDropShadowElement.stdDeviationX') | |
| 8438 @DocsEditable | |
| 8439 AnimatedNumber get stdDeviationX native "SVGFEDropShadowElement_stdDeviationX_
Getter"; | |
| 8440 | |
| 8441 @DomName('SVGFEDropShadowElement.stdDeviationY') | |
| 8442 @DocsEditable | |
| 8443 AnimatedNumber get stdDeviationY native "SVGFEDropShadowElement_stdDeviationY_
Getter"; | |
| 8444 | |
| 8445 @DomName('SVGFEDropShadowElement.setStdDeviation') | |
| 8446 @DocsEditable | |
| 8447 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEDropSh
adowElement_setStdDeviation_Callback"; | |
| 8448 | |
| 8449 @DomName('SVGFEDropShadowElement.height') | |
| 8450 @DocsEditable | |
| 8451 AnimatedLength get height native "SVGFEDropShadowElement_height_Getter"; | |
| 8452 | |
| 8453 @DomName('SVGFEDropShadowElement.result') | |
| 8454 @DocsEditable | |
| 8455 AnimatedString get result native "SVGFEDropShadowElement_result_Getter"; | |
| 8456 | |
| 8457 @DomName('SVGFEDropShadowElement.width') | |
| 8458 @DocsEditable | |
| 8459 AnimatedLength get width native "SVGFEDropShadowElement_width_Getter"; | |
| 8460 | |
| 8461 @DomName('SVGFEDropShadowElement.x') | |
| 8462 @DocsEditable | |
| 8463 AnimatedLength get x native "SVGFEDropShadowElement_x_Getter"; | |
| 8464 | |
| 8465 @DomName('SVGFEDropShadowElement.y') | |
| 8466 @DocsEditable | |
| 8467 AnimatedLength get y native "SVGFEDropShadowElement_y_Getter"; | |
| 8468 | |
| 8469 } | 8353 } |
| 8470 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8354 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8471 // for details. All rights reserved. Use of this source code is governed by a | 8355 // for details. All rights reserved. Use of this source code is governed by a |
| 8472 // BSD-style license that can be found in the LICENSE file. | 8356 // BSD-style license that can be found in the LICENSE file. |
| 8473 | 8357 |
| 8474 // WARNING: Do not edit - generated code. | 8358 // WARNING: Do not edit - generated code. |
| 8475 | 8359 |
| 8476 | 8360 |
| 8477 @DocsEditable | 8361 @DocsEditable |
| 8478 @DomName('SVGFontElement') | 8362 @DomName('SVGFontElement') |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8567 // BSD-style license that can be found in the LICENSE file. | 8451 // BSD-style license that can be found in the LICENSE file. |
| 8568 | 8452 |
| 8569 // WARNING: Do not edit - generated code. | 8453 // WARNING: Do not edit - generated code. |
| 8570 | 8454 |
| 8571 | 8455 |
| 8572 @DocsEditable | 8456 @DocsEditable |
| 8573 @DomName('SVGGlyphRefElement') | 8457 @DomName('SVGGlyphRefElement') |
| 8574 class _SVGGlyphRefElement extends StyledElement implements UriReference { | 8458 class _SVGGlyphRefElement extends StyledElement implements UriReference { |
| 8575 _SVGGlyphRefElement.internal() : super.internal(); | 8459 _SVGGlyphRefElement.internal() : super.internal(); |
| 8576 | 8460 |
| 8577 @DomName('SVGGlyphRefElement.dx') | |
| 8578 @DocsEditable | |
| 8579 num get dx native "SVGGlyphRefElement_dx_Getter"; | |
| 8580 | |
| 8581 @DomName('SVGGlyphRefElement.dx') | |
| 8582 @DocsEditable | |
| 8583 void set dx(num value) native "SVGGlyphRefElement_dx_Setter"; | |
| 8584 | |
| 8585 @DomName('SVGGlyphRefElement.dy') | |
| 8586 @DocsEditable | |
| 8587 num get dy native "SVGGlyphRefElement_dy_Getter"; | |
| 8588 | |
| 8589 @DomName('SVGGlyphRefElement.dy') | |
| 8590 @DocsEditable | |
| 8591 void set dy(num value) native "SVGGlyphRefElement_dy_Setter"; | |
| 8592 | |
| 8593 @DomName('SVGGlyphRefElement.format') | |
| 8594 @DocsEditable | |
| 8595 String get format native "SVGGlyphRefElement_format_Getter"; | |
| 8596 | |
| 8597 @DomName('SVGGlyphRefElement.format') | |
| 8598 @DocsEditable | |
| 8599 void set format(String value) native "SVGGlyphRefElement_format_Setter"; | |
| 8600 | |
| 8601 @DomName('SVGGlyphRefElement.glyphRef') | |
| 8602 @DocsEditable | |
| 8603 String get glyphRef native "SVGGlyphRefElement_glyphRef_Getter"; | |
| 8604 | |
| 8605 @DomName('SVGGlyphRefElement.glyphRef') | |
| 8606 @DocsEditable | |
| 8607 void set glyphRef(String value) native "SVGGlyphRefElement_glyphRef_Setter"; | |
| 8608 | |
| 8609 @DomName('SVGGlyphRefElement.x') | |
| 8610 @DocsEditable | |
| 8611 num get x native "SVGGlyphRefElement_x_Getter"; | |
| 8612 | |
| 8613 @DomName('SVGGlyphRefElement.x') | |
| 8614 @DocsEditable | |
| 8615 void set x(num value) native "SVGGlyphRefElement_x_Setter"; | |
| 8616 | |
| 8617 @DomName('SVGGlyphRefElement.y') | |
| 8618 @DocsEditable | |
| 8619 num get y native "SVGGlyphRefElement_y_Getter"; | |
| 8620 | |
| 8621 @DomName('SVGGlyphRefElement.y') | |
| 8622 @DocsEditable | |
| 8623 void set y(num value) native "SVGGlyphRefElement_y_Setter"; | |
| 8624 | |
| 8625 @DomName('SVGGlyphRefElement.href') | |
| 8626 @DocsEditable | |
| 8627 AnimatedString get href native "SVGGlyphRefElement_href_Getter"; | |
| 8628 | |
| 8629 } | 8461 } |
| 8630 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8462 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8631 // for details. All rights reserved. Use of this source code is governed by a | 8463 // for details. All rights reserved. Use of this source code is governed by a |
| 8632 // BSD-style license that can be found in the LICENSE file. | 8464 // BSD-style license that can be found in the LICENSE file. |
| 8633 | 8465 |
| 8634 // WARNING: Do not edit - generated code. | 8466 // WARNING: Do not edit - generated code. |
| 8635 | 8467 |
| 8636 | 8468 |
| 8637 @DocsEditable | 8469 @DocsEditable |
| 8638 @DomName('SVGGradientElement') | 8470 @DomName('SVGGradientElement') |
| 8639 class _SVGGradientElement extends StyledElement implements UriReference, Externa
lResourcesRequired { | 8471 class _SVGGradientElement extends StyledElement implements UriReference, Externa
lResourcesRequired { |
| 8640 _SVGGradientElement.internal() : super.internal(); | 8472 _SVGGradientElement.internal() : super.internal(); |
| 8641 | 8473 |
| 8642 static const int SVG_SPREADMETHOD_PAD = 1; | |
| 8643 | |
| 8644 static const int SVG_SPREADMETHOD_REFLECT = 2; | |
| 8645 | |
| 8646 static const int SVG_SPREADMETHOD_REPEAT = 3; | |
| 8647 | |
| 8648 static const int SVG_SPREADMETHOD_UNKNOWN = 0; | |
| 8649 | |
| 8650 @DomName('SVGGradientElement.gradientTransform') | |
| 8651 @DocsEditable | |
| 8652 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; | |
| 8653 | |
| 8654 @DomName('SVGGradientElement.gradientUnits') | |
| 8655 @DocsEditable | |
| 8656 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; | |
| 8657 | |
| 8658 @DomName('SVGGradientElement.spreadMethod') | |
| 8659 @DocsEditable | |
| 8660 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; | |
| 8661 | |
| 8662 @DomName('SVGGradientElement.externalResourcesRequired') | |
| 8663 @DocsEditable | |
| 8664 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter
nalResourcesRequired_Getter"; | |
| 8665 | |
| 8666 @DomName('SVGGradientElement.href') | |
| 8667 @DocsEditable | |
| 8668 AnimatedString get href native "SVGGradientElement_href_Getter"; | |
| 8669 | |
| 8670 } | 8474 } |
| 8671 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8475 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8672 // for details. All rights reserved. Use of this source code is governed by a | 8476 // for details. All rights reserved. Use of this source code is governed by a |
| 8673 // BSD-style license that can be found in the LICENSE file. | 8477 // BSD-style license that can be found in the LICENSE file. |
| 8674 | 8478 |
| 8675 // WARNING: Do not edit - generated code. | 8479 // WARNING: Do not edit - generated code. |
| 8676 | 8480 |
| 8677 | 8481 |
| 8678 @DocsEditable | 8482 @DocsEditable |
| 8679 @DomName('SVGHKernElement') | 8483 @DomName('SVGHKernElement') |
| (...skipping 14 matching lines...) Expand all Loading... |
| 8694 | 8498 |
| 8695 @DocsEditable | 8499 @DocsEditable |
| 8696 @DomName('SVGMPathElement') | 8500 @DomName('SVGMPathElement') |
| 8697 class _SVGMPathElement extends SvgElement implements UriReference, ExternalResou
rcesRequired { | 8501 class _SVGMPathElement extends SvgElement implements UriReference, ExternalResou
rcesRequired { |
| 8698 _SVGMPathElement.internal() : super.internal(); | 8502 _SVGMPathElement.internal() : super.internal(); |
| 8699 | 8503 |
| 8700 @DomName('SVGMPathElement.SVGMPathElement') | 8504 @DomName('SVGMPathElement.SVGMPathElement') |
| 8701 @DocsEditable | 8505 @DocsEditable |
| 8702 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); | 8506 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); |
| 8703 | 8507 |
| 8704 @DomName('SVGMPathElement.externalResourcesRequired') | |
| 8705 @DocsEditable | |
| 8706 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external
ResourcesRequired_Getter"; | |
| 8707 | |
| 8708 @DomName('SVGMPathElement.href') | |
| 8709 @DocsEditable | |
| 8710 AnimatedString get href native "SVGMPathElement_href_Getter"; | |
| 8711 | |
| 8712 } | 8508 } |
| 8713 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8509 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8714 // for details. All rights reserved. Use of this source code is governed by a | 8510 // for details. All rights reserved. Use of this source code is governed by a |
| 8715 // BSD-style license that can be found in the LICENSE file. | 8511 // BSD-style license that can be found in the LICENSE file. |
| 8716 | 8512 |
| 8717 // WARNING: Do not edit - generated code. | 8513 // WARNING: Do not edit - generated code. |
| 8718 | 8514 |
| 8719 | 8515 |
| 8720 @DocsEditable | 8516 @DocsEditable |
| 8721 @DomName('SVGMissingGlyphElement') | 8517 @DomName('SVGMissingGlyphElement') |
| (...skipping 10 matching lines...) Expand all Loading... |
| 8732 | 8528 |
| 8733 @DocsEditable | 8529 @DocsEditable |
| 8734 @DomName('SVGTRefElement') | 8530 @DomName('SVGTRefElement') |
| 8735 class _SVGTRefElement extends TextPositioningElement implements UriReference { | 8531 class _SVGTRefElement extends TextPositioningElement implements UriReference { |
| 8736 _SVGTRefElement.internal() : super.internal(); | 8532 _SVGTRefElement.internal() : super.internal(); |
| 8737 | 8533 |
| 8738 @DomName('SVGTRefElement.SVGTRefElement') | 8534 @DomName('SVGTRefElement.SVGTRefElement') |
| 8739 @DocsEditable | 8535 @DocsEditable |
| 8740 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("
tref"); | 8536 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("
tref"); |
| 8741 | 8537 |
| 8742 @DomName('SVGTRefElement.href') | |
| 8743 @DocsEditable | |
| 8744 AnimatedString get href native "SVGTRefElement_href_Getter"; | |
| 8745 | |
| 8746 } | 8538 } |
| 8747 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8539 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8748 // for details. All rights reserved. Use of this source code is governed by a | 8540 // for details. All rights reserved. Use of this source code is governed by a |
| 8749 // BSD-style license that can be found in the LICENSE file. | 8541 // BSD-style license that can be found in the LICENSE file. |
| 8750 | 8542 |
| 8751 // WARNING: Do not edit - generated code. | 8543 // WARNING: Do not edit - generated code. |
| 8752 | 8544 |
| 8753 | 8545 |
| 8754 @DocsEditable | 8546 @DocsEditable |
| 8755 @DomName('SVGVKernElement') | 8547 @DomName('SVGVKernElement') |
| 8756 class _SVGVKernElement extends SvgElement { | 8548 class _SVGVKernElement extends SvgElement { |
| 8757 _SVGVKernElement.internal() : super.internal(); | 8549 _SVGVKernElement.internal() : super.internal(); |
| 8758 | 8550 |
| 8759 @DomName('SVGVKernElement.SVGVKernElement') | 8551 @DomName('SVGVKernElement.SVGVKernElement') |
| 8760 @DocsEditable | 8552 @DocsEditable |
| 8761 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8553 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 8762 | 8554 |
| 8763 } | 8555 } |
| OLD | NEW |