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

Side by Side Diff: client/dom/generated/src/frog/SVGPatternElement.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 SVGPatternElement extends SVGElement native "SVGPatternElement" {
3
4 SVGAnimatedLength height;
5
6 SVGAnimatedEnumeration patternContentUnits;
7
8 SVGAnimatedTransformList patternTransform;
9
10 SVGAnimatedEnumeration patternUnits;
11
12 SVGAnimatedLength width;
13
14 SVGAnimatedLength x;
15
16 SVGAnimatedLength y;
17
18 // From SVGURIReference
19
20 SVGAnimatedString href;
21
22 // From SVGTests
23
24 SVGStringList requiredExtensions;
25
26 SVGStringList requiredFeatures;
27
28 SVGStringList systemLanguage;
29
30 bool hasExtension(String extension) native;
31
32 // From SVGLangSpace
33
34 String xmllang;
35
36 String xmlspace;
37
38 // From SVGExternalResourcesRequired
39
40 SVGAnimatedBoolean externalResourcesRequired;
41
42 // From SVGStylable
43
44 SVGAnimatedString className;
45
46 CSSStyleDeclaration style;
47
48 CSSValue getPresentationAttribute(String name) native;
49
50 // From SVGFitToViewBox
51
52 SVGAnimatedPreserveAspectRatio preserveAspectRatio;
53
54 SVGAnimatedRect viewBox;
55 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGPathSegMovetoRel.dart ('k') | client/dom/generated/src/frog/SVGPoint.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698