mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
update one-line docs for svg, gl, audio
BUG= R=vsm@google.com Review URL: https://codereview.chromium.org//1163163004
This commit is contained in:
parent
ac4bc7c0e7
commit
9326f9d79a
3 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
/**
|
||||
* Scalable Vector Graphics:
|
||||
* Two-dimensional vector graphics with support for events and animation.
|
||||
*
|
||||
* For details about the features and syntax of SVG, a W3C standard,
|
||||
* refer to the
|
||||
* [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/).
|
||||
*/
|
||||
library dart.dom.svg;
|
||||
|
||||
import 'dart:async';
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* High-fidelity audio programming in the browser.
|
||||
*/
|
||||
library dart.dom.web_audio;
|
||||
|
||||
import 'dart:async';
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* 3D programming in the browser.
|
||||
*/
|
||||
library dart.dom.web_gl;
|
||||
|
||||
import 'dart:async';
|
||||
|
|
Loading…
Reference in a new issue