Index: sdk/lib/html/dart2js/html_dart2js.dart |
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart |
index 0699df8204241c8d683d6c5b9ccebfc0b9c3c997..70abd563c28f4c691cb56c93411d38caad326e70 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -30660,6 +30660,10 @@ class _DataAttributeMap implements Map<String, String> { |
* 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) |