| 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 8275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8286 // BSD-style license that can be found in the LICENSE file. | 8286 // BSD-style license that can be found in the LICENSE file. |
| 8287 | 8287 |
| 8288 // WARNING: Do not edit - generated code. | 8288 // WARNING: Do not edit - generated code. |
| 8289 | 8289 |
| 8290 | 8290 |
| 8291 @DocsEditable | 8291 @DocsEditable |
| 8292 @DomName('SVGComponentTransferFunctionElement') | 8292 @DomName('SVGComponentTransferFunctionElement') |
| 8293 class _SVGComponentTransferFunctionElement extends SvgElement { | 8293 class _SVGComponentTransferFunctionElement extends SvgElement { |
| 8294 _SVGComponentTransferFunctionElement.internal() : super.internal(); | 8294 _SVGComponentTransferFunctionElement.internal() : super.internal(); |
| 8295 | 8295 |
| 8296 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; | |
| 8297 | |
| 8298 static const int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; | |
| 8299 | |
| 8300 static const int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; | |
| 8301 | |
| 8302 static const int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; | |
| 8303 | |
| 8304 static const int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; | |
| 8305 | |
| 8306 static const int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; | |
| 8307 | |
| 8308 @DomName('SVGComponentTransferFunctionElement.amplitude') | |
| 8309 @DocsEditable | |
| 8310 AnimatedNumber get amplitude native "SVGComponentTransferFunctionElement_ampli
tude_Getter"; | |
| 8311 | |
| 8312 @DomName('SVGComponentTransferFunctionElement.exponent') | |
| 8313 @DocsEditable | |
| 8314 AnimatedNumber get exponent native "SVGComponentTransferFunctionElement_expone
nt_Getter"; | |
| 8315 | |
| 8316 @DomName('SVGComponentTransferFunctionElement.intercept') | |
| 8317 @DocsEditable | |
| 8318 AnimatedNumber get intercept native "SVGComponentTransferFunctionElement_inter
cept_Getter"; | |
| 8319 | |
| 8320 @DomName('SVGComponentTransferFunctionElement.offset') | |
| 8321 @DocsEditable | |
| 8322 AnimatedNumber get gradientOffset native "SVGComponentTransferFunctionElement_
offset_Getter"; | |
| 8323 | |
| 8324 @DomName('SVGComponentTransferFunctionElement.slope') | |
| 8325 @DocsEditable | |
| 8326 AnimatedNumber get slope native "SVGComponentTransferFunctionElement_slope_Get
ter"; | |
| 8327 | |
| 8328 @DomName('SVGComponentTransferFunctionElement.tableValues') | |
| 8329 @DocsEditable | |
| 8330 AnimatedNumberList get tableValues native "SVGComponentTransferFunctionElement
_tableValues_Getter"; | |
| 8331 | |
| 8332 @DomName('SVGComponentTransferFunctionElement.type') | |
| 8333 @DocsEditable | |
| 8334 AnimatedEnumeration get type native "SVGComponentTransferFunctionElement_type_
Getter"; | |
| 8335 | |
| 8336 } | 8296 } |
| 8337 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8297 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8338 // 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 |
| 8339 // BSD-style license that can be found in the LICENSE file. | 8299 // BSD-style license that can be found in the LICENSE file. |
| 8340 | 8300 |
| 8341 // WARNING: Do not edit - generated code. | 8301 // WARNING: Do not edit - generated code. |
| 8342 | 8302 |
| 8343 | 8303 |
| 8344 @DocsEditable | 8304 @DocsEditable |
| 8345 @DomName('SVGCursorElement') | 8305 @DomName('SVGCursorElement') |
| 8346 class _SVGCursorElement extends SvgElement implements UriReference, Tests, Exter
nalResourcesRequired { | 8306 class _SVGCursorElement extends SvgElement implements UriReference, Tests, Exter
nalResourcesRequired { |
| 8347 _SVGCursorElement.internal() : super.internal(); | 8307 _SVGCursorElement.internal() : super.internal(); |
| 8348 | 8308 |
| 8349 @DomName('SVGCursorElement.SVGCursorElement') | 8309 @DomName('SVGCursorElement.SVGCursorElement') |
| 8350 @DocsEditable | 8310 @DocsEditable |
| 8351 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); | 8311 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); |
| 8352 | 8312 |
| 8353 /// Checks if this type is supported on the current platform. | 8313 /// Checks if this type is supported on the current platform. |
| 8354 static bool get supported => true; | 8314 static bool get supported => true; |
| 8355 | 8315 |
| 8356 @DomName('SVGCursorElement.x') | |
| 8357 @DocsEditable | |
| 8358 AnimatedLength get x native "SVGCursorElement_x_Getter"; | |
| 8359 | |
| 8360 @DomName('SVGCursorElement.y') | |
| 8361 @DocsEditable | |
| 8362 AnimatedLength get y native "SVGCursorElement_y_Getter"; | |
| 8363 | |
| 8364 @DomName('SVGCursorElement.externalResourcesRequired') | |
| 8365 @DocsEditable | |
| 8366 AnimatedBoolean get externalResourcesRequired native "SVGCursorElement_externa
lResourcesRequired_Getter"; | |
| 8367 | |
| 8368 @DomName('SVGCursorElement.requiredExtensions') | |
| 8369 @DocsEditable | |
| 8370 StringList get requiredExtensions native "SVGCursorElement_requiredExtensions_
Getter"; | |
| 8371 | |
| 8372 @DomName('SVGCursorElement.requiredFeatures') | |
| 8373 @DocsEditable | |
| 8374 StringList get requiredFeatures native "SVGCursorElement_requiredFeatures_Gett
er"; | |
| 8375 | |
| 8376 @DomName('SVGCursorElement.systemLanguage') | |
| 8377 @DocsEditable | |
| 8378 StringList get systemLanguage native "SVGCursorElement_systemLanguage_Getter"; | |
| 8379 | |
| 8380 @DomName('SVGCursorElement.hasExtension') | |
| 8381 @DocsEditable | |
| 8382 bool hasExtension(String extension) native "SVGCursorElement_hasExtension_Call
back"; | |
| 8383 | |
| 8384 @DomName('SVGCursorElement.href') | |
| 8385 @DocsEditable | |
| 8386 AnimatedString get href native "SVGCursorElement_href_Getter"; | |
| 8387 | |
| 8388 } | 8316 } |
| 8389 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8317 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8390 // for details. All rights reserved. Use of this source code is governed by a | 8318 // for details. All rights reserved. Use of this source code is governed by a |
| 8391 // BSD-style license that can be found in the LICENSE file. | 8319 // BSD-style license that can be found in the LICENSE file. |
| 8392 | 8320 |
| 8393 // WARNING: Do not edit - generated code. | 8321 // WARNING: Do not edit - generated code. |
| 8394 | 8322 |
| 8395 | 8323 |
| 8396 @DocsEditable | 8324 @DocsEditable |
| 8397 @DomName('SVGFEDropShadowElement') | 8325 @DomName('SVGFEDropShadowElement') |
| 8398 class _SVGFEDropShadowElement extends StyledElement implements FilterPrimitiveSt
andardAttributes { | 8326 class _SVGFEDropShadowElement extends StyledElement implements FilterPrimitiveSt
andardAttributes { |
| 8399 _SVGFEDropShadowElement.internal() : super.internal(); | 8327 _SVGFEDropShadowElement.internal() : super.internal(); |
| 8400 | 8328 |
| 8401 @DomName('SVGFEDropShadowElement.dx') | |
| 8402 @DocsEditable | |
| 8403 AnimatedNumber get dx native "SVGFEDropShadowElement_dx_Getter"; | |
| 8404 | |
| 8405 @DomName('SVGFEDropShadowElement.dy') | |
| 8406 @DocsEditable | |
| 8407 AnimatedNumber get dy native "SVGFEDropShadowElement_dy_Getter"; | |
| 8408 | |
| 8409 @DomName('SVGFEDropShadowElement.in1') | |
| 8410 @DocsEditable | |
| 8411 AnimatedString get in1 native "SVGFEDropShadowElement_in1_Getter"; | |
| 8412 | |
| 8413 @DomName('SVGFEDropShadowElement.stdDeviationX') | |
| 8414 @DocsEditable | |
| 8415 AnimatedNumber get stdDeviationX native "SVGFEDropShadowElement_stdDeviationX_
Getter"; | |
| 8416 | |
| 8417 @DomName('SVGFEDropShadowElement.stdDeviationY') | |
| 8418 @DocsEditable | |
| 8419 AnimatedNumber get stdDeviationY native "SVGFEDropShadowElement_stdDeviationY_
Getter"; | |
| 8420 | |
| 8421 @DomName('SVGFEDropShadowElement.setStdDeviation') | |
| 8422 @DocsEditable | |
| 8423 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEDropSh
adowElement_setStdDeviation_Callback"; | |
| 8424 | |
| 8425 @DomName('SVGFEDropShadowElement.height') | |
| 8426 @DocsEditable | |
| 8427 AnimatedLength get height native "SVGFEDropShadowElement_height_Getter"; | |
| 8428 | |
| 8429 @DomName('SVGFEDropShadowElement.result') | |
| 8430 @DocsEditable | |
| 8431 AnimatedString get result native "SVGFEDropShadowElement_result_Getter"; | |
| 8432 | |
| 8433 @DomName('SVGFEDropShadowElement.width') | |
| 8434 @DocsEditable | |
| 8435 AnimatedLength get width native "SVGFEDropShadowElement_width_Getter"; | |
| 8436 | |
| 8437 @DomName('SVGFEDropShadowElement.x') | |
| 8438 @DocsEditable | |
| 8439 AnimatedLength get x native "SVGFEDropShadowElement_x_Getter"; | |
| 8440 | |
| 8441 @DomName('SVGFEDropShadowElement.y') | |
| 8442 @DocsEditable | |
| 8443 AnimatedLength get y native "SVGFEDropShadowElement_y_Getter"; | |
| 8444 | |
| 8445 } | 8329 } |
| 8446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8330 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8447 // for details. All rights reserved. Use of this source code is governed by a | 8331 // for details. All rights reserved. Use of this source code is governed by a |
| 8448 // BSD-style license that can be found in the LICENSE file. | 8332 // BSD-style license that can be found in the LICENSE file. |
| 8449 | 8333 |
| 8450 // WARNING: Do not edit - generated code. | 8334 // WARNING: Do not edit - generated code. |
| 8451 | 8335 |
| 8452 | 8336 |
| 8453 @DocsEditable | 8337 @DocsEditable |
| 8454 @DomName('SVGFontElement') | 8338 @DomName('SVGFontElement') |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8543 // BSD-style license that can be found in the LICENSE file. | 8427 // BSD-style license that can be found in the LICENSE file. |
| 8544 | 8428 |
| 8545 // WARNING: Do not edit - generated code. | 8429 // WARNING: Do not edit - generated code. |
| 8546 | 8430 |
| 8547 | 8431 |
| 8548 @DocsEditable | 8432 @DocsEditable |
| 8549 @DomName('SVGGlyphRefElement') | 8433 @DomName('SVGGlyphRefElement') |
| 8550 class _SVGGlyphRefElement extends StyledElement implements UriReference { | 8434 class _SVGGlyphRefElement extends StyledElement implements UriReference { |
| 8551 _SVGGlyphRefElement.internal() : super.internal(); | 8435 _SVGGlyphRefElement.internal() : super.internal(); |
| 8552 | 8436 |
| 8553 @DomName('SVGGlyphRefElement.dx') | |
| 8554 @DocsEditable | |
| 8555 num get dx native "SVGGlyphRefElement_dx_Getter"; | |
| 8556 | |
| 8557 @DomName('SVGGlyphRefElement.dx') | |
| 8558 @DocsEditable | |
| 8559 void set dx(num value) native "SVGGlyphRefElement_dx_Setter"; | |
| 8560 | |
| 8561 @DomName('SVGGlyphRefElement.dy') | |
| 8562 @DocsEditable | |
| 8563 num get dy native "SVGGlyphRefElement_dy_Getter"; | |
| 8564 | |
| 8565 @DomName('SVGGlyphRefElement.dy') | |
| 8566 @DocsEditable | |
| 8567 void set dy(num value) native "SVGGlyphRefElement_dy_Setter"; | |
| 8568 | |
| 8569 @DomName('SVGGlyphRefElement.format') | |
| 8570 @DocsEditable | |
| 8571 String get format native "SVGGlyphRefElement_format_Getter"; | |
| 8572 | |
| 8573 @DomName('SVGGlyphRefElement.format') | |
| 8574 @DocsEditable | |
| 8575 void set format(String value) native "SVGGlyphRefElement_format_Setter"; | |
| 8576 | |
| 8577 @DomName('SVGGlyphRefElement.glyphRef') | |
| 8578 @DocsEditable | |
| 8579 String get glyphRef native "SVGGlyphRefElement_glyphRef_Getter"; | |
| 8580 | |
| 8581 @DomName('SVGGlyphRefElement.glyphRef') | |
| 8582 @DocsEditable | |
| 8583 void set glyphRef(String value) native "SVGGlyphRefElement_glyphRef_Setter"; | |
| 8584 | |
| 8585 @DomName('SVGGlyphRefElement.x') | |
| 8586 @DocsEditable | |
| 8587 num get x native "SVGGlyphRefElement_x_Getter"; | |
| 8588 | |
| 8589 @DomName('SVGGlyphRefElement.x') | |
| 8590 @DocsEditable | |
| 8591 void set x(num value) native "SVGGlyphRefElement_x_Setter"; | |
| 8592 | |
| 8593 @DomName('SVGGlyphRefElement.y') | |
| 8594 @DocsEditable | |
| 8595 num get y native "SVGGlyphRefElement_y_Getter"; | |
| 8596 | |
| 8597 @DomName('SVGGlyphRefElement.y') | |
| 8598 @DocsEditable | |
| 8599 void set y(num value) native "SVGGlyphRefElement_y_Setter"; | |
| 8600 | |
| 8601 @DomName('SVGGlyphRefElement.href') | |
| 8602 @DocsEditable | |
| 8603 AnimatedString get href native "SVGGlyphRefElement_href_Getter"; | |
| 8604 | |
| 8605 } | 8437 } |
| 8606 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8438 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8607 // for details. All rights reserved. Use of this source code is governed by a | 8439 // for details. All rights reserved. Use of this source code is governed by a |
| 8608 // BSD-style license that can be found in the LICENSE file. | 8440 // BSD-style license that can be found in the LICENSE file. |
| 8609 | 8441 |
| 8610 // WARNING: Do not edit - generated code. | 8442 // WARNING: Do not edit - generated code. |
| 8611 | 8443 |
| 8612 | 8444 |
| 8613 @DocsEditable | 8445 @DocsEditable |
| 8614 @DomName('SVGGradientElement') | 8446 @DomName('SVGGradientElement') |
| 8615 class _SVGGradientElement extends StyledElement implements UriReference, Externa
lResourcesRequired { | 8447 class _SVGGradientElement extends StyledElement implements UriReference, Externa
lResourcesRequired { |
| 8616 _SVGGradientElement.internal() : super.internal(); | 8448 _SVGGradientElement.internal() : super.internal(); |
| 8617 | 8449 |
| 8618 static const int SVG_SPREADMETHOD_PAD = 1; | |
| 8619 | |
| 8620 static const int SVG_SPREADMETHOD_REFLECT = 2; | |
| 8621 | |
| 8622 static const int SVG_SPREADMETHOD_REPEAT = 3; | |
| 8623 | |
| 8624 static const int SVG_SPREADMETHOD_UNKNOWN = 0; | |
| 8625 | |
| 8626 @DomName('SVGGradientElement.gradientTransform') | |
| 8627 @DocsEditable | |
| 8628 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; | |
| 8629 | |
| 8630 @DomName('SVGGradientElement.gradientUnits') | |
| 8631 @DocsEditable | |
| 8632 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; | |
| 8633 | |
| 8634 @DomName('SVGGradientElement.spreadMethod') | |
| 8635 @DocsEditable | |
| 8636 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; | |
| 8637 | |
| 8638 @DomName('SVGGradientElement.externalResourcesRequired') | |
| 8639 @DocsEditable | |
| 8640 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter
nalResourcesRequired_Getter"; | |
| 8641 | |
| 8642 @DomName('SVGGradientElement.href') | |
| 8643 @DocsEditable | |
| 8644 AnimatedString get href native "SVGGradientElement_href_Getter"; | |
| 8645 | |
| 8646 } | 8450 } |
| 8647 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8451 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8648 // for details. All rights reserved. Use of this source code is governed by a | 8452 // for details. All rights reserved. Use of this source code is governed by a |
| 8649 // BSD-style license that can be found in the LICENSE file. | 8453 // BSD-style license that can be found in the LICENSE file. |
| 8650 | 8454 |
| 8651 // WARNING: Do not edit - generated code. | 8455 // WARNING: Do not edit - generated code. |
| 8652 | 8456 |
| 8653 | 8457 |
| 8654 @DocsEditable | 8458 @DocsEditable |
| 8655 @DomName('SVGHKernElement') | 8459 @DomName('SVGHKernElement') |
| (...skipping 14 matching lines...) Expand all Loading... |
| 8670 | 8474 |
| 8671 @DocsEditable | 8475 @DocsEditable |
| 8672 @DomName('SVGMPathElement') | 8476 @DomName('SVGMPathElement') |
| 8673 class _SVGMPathElement extends SvgElement implements UriReference, ExternalResou
rcesRequired { | 8477 class _SVGMPathElement extends SvgElement implements UriReference, ExternalResou
rcesRequired { |
| 8674 _SVGMPathElement.internal() : super.internal(); | 8478 _SVGMPathElement.internal() : super.internal(); |
| 8675 | 8479 |
| 8676 @DomName('SVGMPathElement.SVGMPathElement') | 8480 @DomName('SVGMPathElement.SVGMPathElement') |
| 8677 @DocsEditable | 8481 @DocsEditable |
| 8678 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); | 8482 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); |
| 8679 | 8483 |
| 8680 @DomName('SVGMPathElement.externalResourcesRequired') | |
| 8681 @DocsEditable | |
| 8682 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external
ResourcesRequired_Getter"; | |
| 8683 | |
| 8684 @DomName('SVGMPathElement.href') | |
| 8685 @DocsEditable | |
| 8686 AnimatedString get href native "SVGMPathElement_href_Getter"; | |
| 8687 | |
| 8688 } | 8484 } |
| 8689 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8485 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8690 // for details. All rights reserved. Use of this source code is governed by a | 8486 // for details. All rights reserved. Use of this source code is governed by a |
| 8691 // BSD-style license that can be found in the LICENSE file. | 8487 // BSD-style license that can be found in the LICENSE file. |
| 8692 | 8488 |
| 8693 // WARNING: Do not edit - generated code. | 8489 // WARNING: Do not edit - generated code. |
| 8694 | 8490 |
| 8695 | 8491 |
| 8696 @DocsEditable | 8492 @DocsEditable |
| 8697 @DomName('SVGMissingGlyphElement') | 8493 @DomName('SVGMissingGlyphElement') |
| (...skipping 10 matching lines...) Expand all Loading... |
| 8708 | 8504 |
| 8709 @DocsEditable | 8505 @DocsEditable |
| 8710 @DomName('SVGTRefElement') | 8506 @DomName('SVGTRefElement') |
| 8711 class _SVGTRefElement extends TextPositioningElement implements UriReference { | 8507 class _SVGTRefElement extends TextPositioningElement implements UriReference { |
| 8712 _SVGTRefElement.internal() : super.internal(); | 8508 _SVGTRefElement.internal() : super.internal(); |
| 8713 | 8509 |
| 8714 @DomName('SVGTRefElement.SVGTRefElement') | 8510 @DomName('SVGTRefElement.SVGTRefElement') |
| 8715 @DocsEditable | 8511 @DocsEditable |
| 8716 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("
tref"); | 8512 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("
tref"); |
| 8717 | 8513 |
| 8718 @DomName('SVGTRefElement.href') | |
| 8719 @DocsEditable | |
| 8720 AnimatedString get href native "SVGTRefElement_href_Getter"; | |
| 8721 | |
| 8722 } | 8514 } |
| 8723 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8515 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8724 // for details. All rights reserved. Use of this source code is governed by a | 8516 // for details. All rights reserved. Use of this source code is governed by a |
| 8725 // BSD-style license that can be found in the LICENSE file. | 8517 // BSD-style license that can be found in the LICENSE file. |
| 8726 | 8518 |
| 8727 // WARNING: Do not edit - generated code. | 8519 // WARNING: Do not edit - generated code. |
| 8728 | 8520 |
| 8729 | 8521 |
| 8730 @DocsEditable | 8522 @DocsEditable |
| 8731 @DomName('SVGVKernElement') | 8523 @DomName('SVGVKernElement') |
| 8732 class _SVGVKernElement extends SvgElement { | 8524 class _SVGVKernElement extends SvgElement { |
| 8733 _SVGVKernElement.internal() : super.internal(); | 8525 _SVGVKernElement.internal() : super.internal(); |
| 8734 | 8526 |
| 8735 @DomName('SVGVKernElement.SVGVKernElement') | 8527 @DomName('SVGVKernElement.SVGVKernElement') |
| 8736 @DocsEditable | 8528 @DocsEditable |
| 8737 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8529 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 8738 | 8530 |
| 8739 } | 8531 } |
| OLD | NEW |