Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: tools/dom/docs/docs.json

Issue 65703003: Fill in some canvas doc blanks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index 679069e38592efcb29bf0f5ea6f8ebc721983498..b2182684f50c111dd65f0636e74626dbb1a89f42 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -199,6 +199,44 @@
]
}
},
+ "CanvasRenderingContext2D": {
+ "members": {
+ "currentPath": [
+ "/**",
+ " * The current default path of this canvas context, if there is one.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Current default path]",
+ " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#current-default-path)",
+ " * from WHATWG.",
+ " */"
+ ],
+ "imageSmoothingEnabled": [
+ "/**",
+ " * Whether images and patterns on this canvas will be smoothed when this",
+ " * canvas is scaled.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [Image smoothing]",
+ " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#image-smoothing)",
+ " * from WHATWG.",
+ " */"
+ ],
+ "webkitBackingStorePixelRatio": [
+ "/**",
+ " * The ratio between this canvas' backing store dimensions and the canvas'",
+ " * logical dimensions.",
+ " *",
+ " * ## Other resources",
+ " *",
+ " * * [High DPI Canvas tutorial]",
+ " * (http://www.html5rocks.com/en/tutorials/canvas/hidpi/) from HTML5Rocks.",
+ " */"
+ ]
+ }
+ },
"Clipboard": {
"members": {
"getData": [
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698