| 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:_collection-dev'; | 5 import 'dart:_collection-dev'; |
| 6 import 'dart:html'; | 6 import 'dart:html'; |
| 7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 8 import 'dart:nativewrappers'; | 8 import 'dart:nativewrappers'; |
| 9 // DO NOT EDIT | 9 // DO NOT EDIT |
| 10 // Auto-generated dart:svg library. | 10 // Auto-generated dart:svg library. |
| (...skipping 3419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3430 } | 3430 } |
| 3431 | 3431 |
| 3432 void removeWhere(bool test(Length element)) { | 3432 void removeWhere(bool test(Length element)) { |
| 3433 throw new UnsupportedError("Cannot remove from immutable List."); | 3433 throw new UnsupportedError("Cannot remove from immutable List."); |
| 3434 } | 3434 } |
| 3435 | 3435 |
| 3436 void retainWhere(bool test(Length element)) { | 3436 void retainWhere(bool test(Length element)) { |
| 3437 throw new UnsupportedError("Cannot remove from immutable List."); | 3437 throw new UnsupportedError("Cannot remove from immutable List."); |
| 3438 } | 3438 } |
| 3439 | 3439 |
| 3440 void setRange(int start, int end, Iterable<Length> iterable, [int skipCount])
{ | 3440 void setRange(int start, int end, Iterable<Length> iterable, [int skipCount=0]
) { |
| 3441 throw new UnsupportedError("Cannot setRange on immutable List."); | 3441 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 3442 } | 3442 } |
| 3443 | 3443 |
| 3444 void removeRange(int start, int end) { | 3444 void removeRange(int start, int end) { |
| 3445 throw new UnsupportedError("Cannot removeRange on immutable List."); | 3445 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 3446 } | 3446 } |
| 3447 | 3447 |
| 3448 void replaceRange(int start, int end, Iterable<Length> iterable) { | 3448 void replaceRange(int start, int end, Iterable<Length> iterable) { |
| 3449 throw new UnsupportedError("Cannot modify an immutable List."); | 3449 throw new UnsupportedError("Cannot modify an immutable List."); |
| 3450 } | 3450 } |
| (...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4151 } | 4151 } |
| 4152 | 4152 |
| 4153 void removeWhere(bool test(Number element)) { | 4153 void removeWhere(bool test(Number element)) { |
| 4154 throw new UnsupportedError("Cannot remove from immutable List."); | 4154 throw new UnsupportedError("Cannot remove from immutable List."); |
| 4155 } | 4155 } |
| 4156 | 4156 |
| 4157 void retainWhere(bool test(Number element)) { | 4157 void retainWhere(bool test(Number element)) { |
| 4158 throw new UnsupportedError("Cannot remove from immutable List."); | 4158 throw new UnsupportedError("Cannot remove from immutable List."); |
| 4159 } | 4159 } |
| 4160 | 4160 |
| 4161 void setRange(int start, int end, Iterable<Number> iterable, [int skipCount])
{ | 4161 void setRange(int start, int end, Iterable<Number> iterable, [int skipCount=0]
) { |
| 4162 throw new UnsupportedError("Cannot setRange on immutable List."); | 4162 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 4163 } | 4163 } |
| 4164 | 4164 |
| 4165 void removeRange(int start, int end) { | 4165 void removeRange(int start, int end) { |
| 4166 throw new UnsupportedError("Cannot removeRange on immutable List."); | 4166 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 4167 } | 4167 } |
| 4168 | 4168 |
| 4169 void replaceRange(int start, int end, Iterable<Number> iterable) { | 4169 void replaceRange(int start, int end, Iterable<Number> iterable) { |
| 4170 throw new UnsupportedError("Cannot modify an immutable List."); | 4170 throw new UnsupportedError("Cannot modify an immutable List."); |
| 4171 } | 4171 } |
| (...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5299 } | 5299 } |
| 5300 | 5300 |
| 5301 void removeWhere(bool test(PathSeg element)) { | 5301 void removeWhere(bool test(PathSeg element)) { |
| 5302 throw new UnsupportedError("Cannot remove from immutable List."); | 5302 throw new UnsupportedError("Cannot remove from immutable List."); |
| 5303 } | 5303 } |
| 5304 | 5304 |
| 5305 void retainWhere(bool test(PathSeg element)) { | 5305 void retainWhere(bool test(PathSeg element)) { |
| 5306 throw new UnsupportedError("Cannot remove from immutable List."); | 5306 throw new UnsupportedError("Cannot remove from immutable List."); |
| 5307 } | 5307 } |
| 5308 | 5308 |
| 5309 void setRange(int start, int end, Iterable<PathSeg> iterable, [int skipCount])
{ | 5309 void setRange(int start, int end, Iterable<PathSeg> iterable, [int skipCount=0
]) { |
| 5310 throw new UnsupportedError("Cannot setRange on immutable List."); | 5310 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 5311 } | 5311 } |
| 5312 | 5312 |
| 5313 void removeRange(int start, int end) { | 5313 void removeRange(int start, int end) { |
| 5314 throw new UnsupportedError("Cannot removeRange on immutable List."); | 5314 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 5315 } | 5315 } |
| 5316 | 5316 |
| 5317 void replaceRange(int start, int end, Iterable<PathSeg> iterable) { | 5317 void replaceRange(int start, int end, Iterable<PathSeg> iterable) { |
| 5318 throw new UnsupportedError("Cannot modify an immutable List."); | 5318 throw new UnsupportedError("Cannot modify an immutable List."); |
| 5319 } | 5319 } |
| (...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6301 } | 6301 } |
| 6302 | 6302 |
| 6303 void removeWhere(bool test(String element)) { | 6303 void removeWhere(bool test(String element)) { |
| 6304 throw new UnsupportedError("Cannot remove from immutable List."); | 6304 throw new UnsupportedError("Cannot remove from immutable List."); |
| 6305 } | 6305 } |
| 6306 | 6306 |
| 6307 void retainWhere(bool test(String element)) { | 6307 void retainWhere(bool test(String element)) { |
| 6308 throw new UnsupportedError("Cannot remove from immutable List."); | 6308 throw new UnsupportedError("Cannot remove from immutable List."); |
| 6309 } | 6309 } |
| 6310 | 6310 |
| 6311 void setRange(int start, int end, Iterable<String> iterable, [int skipCount])
{ | 6311 void setRange(int start, int end, Iterable<String> iterable, [int skipCount=0]
) { |
| 6312 throw new UnsupportedError("Cannot setRange on immutable List."); | 6312 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 6313 } | 6313 } |
| 6314 | 6314 |
| 6315 void removeRange(int start, int end) { | 6315 void removeRange(int start, int end) { |
| 6316 throw new UnsupportedError("Cannot removeRange on immutable List."); | 6316 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 6317 } | 6317 } |
| 6318 | 6318 |
| 6319 void replaceRange(int start, int end, Iterable<String> iterable) { | 6319 void replaceRange(int start, int end, Iterable<String> iterable) { |
| 6320 throw new UnsupportedError("Cannot modify an immutable List."); | 6320 throw new UnsupportedError("Cannot modify an immutable List."); |
| 6321 } | 6321 } |
| (...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7568 } | 7568 } |
| 7569 | 7569 |
| 7570 void removeWhere(bool test(Transform element)) { | 7570 void removeWhere(bool test(Transform element)) { |
| 7571 throw new UnsupportedError("Cannot remove from immutable List."); | 7571 throw new UnsupportedError("Cannot remove from immutable List."); |
| 7572 } | 7572 } |
| 7573 | 7573 |
| 7574 void retainWhere(bool test(Transform element)) { | 7574 void retainWhere(bool test(Transform element)) { |
| 7575 throw new UnsupportedError("Cannot remove from immutable List."); | 7575 throw new UnsupportedError("Cannot remove from immutable List."); |
| 7576 } | 7576 } |
| 7577 | 7577 |
| 7578 void setRange(int start, int end, Iterable<Transform> iterable, [int skipCount
]) { | 7578 void setRange(int start, int end, Iterable<Transform> iterable, [int skipCount
=0]) { |
| 7579 throw new UnsupportedError("Cannot setRange on immutable List."); | 7579 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 7580 } | 7580 } |
| 7581 | 7581 |
| 7582 void removeRange(int start, int end) { | 7582 void removeRange(int start, int end) { |
| 7583 throw new UnsupportedError("Cannot removeRange on immutable List."); | 7583 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 7584 } | 7584 } |
| 7585 | 7585 |
| 7586 void replaceRange(int start, int end, Iterable<Transform> iterable) { | 7586 void replaceRange(int start, int end, Iterable<Transform> iterable) { |
| 7587 throw new UnsupportedError("Cannot modify an immutable List."); | 7587 throw new UnsupportedError("Cannot modify an immutable List."); |
| 7588 } | 7588 } |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8161 } | 8161 } |
| 8162 | 8162 |
| 8163 void removeWhere(bool test(ElementInstance element)) { | 8163 void removeWhere(bool test(ElementInstance element)) { |
| 8164 throw new UnsupportedError("Cannot remove from immutable List."); | 8164 throw new UnsupportedError("Cannot remove from immutable List."); |
| 8165 } | 8165 } |
| 8166 | 8166 |
| 8167 void retainWhere(bool test(ElementInstance element)) { | 8167 void retainWhere(bool test(ElementInstance element)) { |
| 8168 throw new UnsupportedError("Cannot remove from immutable List."); | 8168 throw new UnsupportedError("Cannot remove from immutable List."); |
| 8169 } | 8169 } |
| 8170 | 8170 |
| 8171 void setRange(int start, int end, Iterable<ElementInstance> iterable, [int ski
pCount]) { | 8171 void setRange(int start, int end, Iterable<ElementInstance> iterable, [int ski
pCount=0]) { |
| 8172 throw new UnsupportedError("Cannot setRange on immutable List."); | 8172 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 8173 } | 8173 } |
| 8174 | 8174 |
| 8175 void removeRange(int start, int end) { | 8175 void removeRange(int start, int end) { |
| 8176 throw new UnsupportedError("Cannot removeRange on immutable List."); | 8176 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 8177 } | 8177 } |
| 8178 | 8178 |
| 8179 void replaceRange(int start, int end, Iterable<ElementInstance> iterable) { | 8179 void replaceRange(int start, int end, Iterable<ElementInstance> iterable) { |
| 8180 throw new UnsupportedError("Cannot modify an immutable List."); | 8180 throw new UnsupportedError("Cannot modify an immutable List."); |
| 8181 } | 8181 } |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8542 @DocsEditable | 8542 @DocsEditable |
| 8543 @DomName('SVGVKernElement') | 8543 @DomName('SVGVKernElement') |
| 8544 abstract class _SVGVKernElement extends SvgElement { | 8544 abstract class _SVGVKernElement extends SvgElement { |
| 8545 _SVGVKernElement.internal() : super.internal(); | 8545 _SVGVKernElement.internal() : super.internal(); |
| 8546 | 8546 |
| 8547 @DomName('SVGVKernElement.SVGVKernElement') | 8547 @DomName('SVGVKernElement.SVGVKernElement') |
| 8548 @DocsEditable | 8548 @DocsEditable |
| 8549 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8549 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 8550 | 8550 |
| 8551 } | 8551 } |
| OLD | NEW |