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

Side by Side Diff: client/dom/generated/src/frog/SVGUseElement.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 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 SVGUseElement extends SVGElement native "SVGUseElement" {
3
4 SVGElementInstance animatedInstanceRoot;
5
6 SVGAnimatedLength height;
7
8 SVGElementInstance instanceRoot;
9
10 SVGAnimatedLength width;
11
12 SVGAnimatedLength x;
13
14 SVGAnimatedLength y;
15
16 // From SVGURIReference
17
18 SVGAnimatedString href;
19
20 // From SVGTests
21
22 SVGStringList requiredExtensions;
23
24 SVGStringList requiredFeatures;
25
26 SVGStringList systemLanguage;
27
28 bool hasExtension(String extension) native;
29
30 // From SVGLangSpace
31
32 String xmllang;
33
34 String xmlspace;
35
36 // From SVGExternalResourcesRequired
37
38 SVGAnimatedBoolean externalResourcesRequired;
39
40 // From SVGStylable
41
42 SVGAnimatedString className;
43
44 CSSStyleDeclaration style;
45
46 CSSValue getPresentationAttribute(String name) native;
47
48 // From SVGTransformable
49
50 SVGAnimatedTransformList transform;
51
52 // From SVGLocatable
53
54 SVGElement farthestViewportElement;
55
56 SVGElement nearestViewportElement;
57
58 SVGRect getBBox() native;
59
60 SVGMatrix getCTM() native;
61
62 SVGMatrix getScreenCTM() native;
63
64 SVGMatrix getTransformToElement(SVGElement element) native;
65 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGUnitTypes.dart ('k') | client/dom/generated/src/frog/SVGVKernElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698