Index: tools/dom/src/CanvasImageSource.dart |
diff --git a/tools/dom/src/CanvasImageSource.dart b/tools/dom/src/CanvasImageSource.dart |
index 9d35871c37267f1073397561d1bf0fb3b6cb0199..80133b2b7c7b5691688a18af34cf8aa78e234973 100644 |
--- a/tools/dom/src/CanvasImageSource.dart |
+++ b/tools/dom/src/CanvasImageSource.dart |
@@ -21,10 +21,6 @@ part of html; |
* If the CanvasImageSource is a [CanvasElement] then the element's bitmap is |
* used. |
* |
- * ** Note: ** Currently, all versions of Internet Explorer do not support |
- * drawing a VideoElement to a canvas. Also, you may experience problems drawing |
- * a video to a canvas in Firefox if the source of the video is a data URL. |
- * |
* See also: |
* |
* * [CanvasImageSource](http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#image-sources-for-2d-rendering-contexts) |