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

Side by Side Diff: client/dom/generated/src/frog/SVGClipPathElement.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 SVGClipPathElement extends SVGElement native "SVGClipPathElement" {
3
4 SVGAnimatedEnumeration clipPathUnits;
5
6 // From SVGTests
7
8 SVGStringList requiredExtensions;
9
10 SVGStringList requiredFeatures;
11
12 SVGStringList systemLanguage;
13
14 bool hasExtension(String extension) native;
15
16 // From SVGLangSpace
17
18 String xmllang;
19
20 String xmlspace;
21
22 // From SVGExternalResourcesRequired
23
24 SVGAnimatedBoolean externalResourcesRequired;
25
26 // From SVGStylable
27
28 SVGAnimatedString className;
29
30 CSSStyleDeclaration style;
31
32 CSSValue getPresentationAttribute(String name) native;
33
34 // From SVGTransformable
35
36 SVGAnimatedTransformList transform;
37
38 // From SVGLocatable
39
40 SVGElement farthestViewportElement;
41
42 SVGElement nearestViewportElement;
43
44 SVGRect getBBox() native;
45
46 SVGMatrix getCTM() native;
47
48 SVGMatrix getScreenCTM() native;
49
50 SVGMatrix getTransformToElement(SVGElement element) native;
51 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGCircleElement.dart ('k') | client/dom/generated/src/frog/SVGColor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698