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

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

Powered by Google App Engine
This is Rietveld 408576698