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

Side by Side Diff: client/dom/generated/src/frog/SVGImageElement.dart

Issue 8618007: Enable SVG for dartc and frog (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 class SVGImageElement extends SVGElement native "SVGImageElement" {
3
4 SVGAnimatedLength height;
5
6 SVGAnimatedPreserveAspectRatio preserveAspectRatio;
7
8 SVGAnimatedLength width;
9
10 SVGAnimatedLength x;
11
12 SVGAnimatedLength y;
13
14 // From SVGURIReference
15
16 SVGAnimatedString href;
17
18 // From SVGTests
19
20 SVGStringList requiredExtensions;
21
22 SVGStringList requiredFeatures;
23
24 SVGStringList systemLanguage;
25
26 bool hasExtension(String extension) native;
27
28 // From SVGLangSpace
29
30 String xmllang;
31
32 String xmlspace;
33
34 // From SVGExternalResourcesRequired
35
36 SVGAnimatedBoolean externalResourcesRequired;
37
38 // From SVGStylable
39
40 SVGAnimatedString className;
41
42 CSSStyleDeclaration style;
43
44 CSSValue getPresentationAttribute(String name) native;
45
46 // From SVGTransformable
47
48 SVGAnimatedTransformList transform;
49
50 // From SVGLocatable
51
52 SVGElement farthestViewportElement;
53
54 SVGElement nearestViewportElement;
55
56 SVGRect getBBox() native;
57
58 SVGMatrix getCTM() native;
59
60 SVGMatrix getScreenCTM() native;
61
62 SVGMatrix getTransformToElement(SVGElement element) native;
63 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGHKernElement.dart ('k') | client/dom/generated/src/frog/SVGLangSpace.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698