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

Side by Side Diff: client/dom/generated/src/frog/SVGMarkerElement.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 SVGMarkerElement extends SVGElement native "SVGMarkerElement" {
3
4 SVGAnimatedLength markerHeight;
5
6 SVGAnimatedEnumeration markerUnits;
7
8 SVGAnimatedLength markerWidth;
9
10 SVGAnimatedAngle orientAngle;
11
12 SVGAnimatedEnumeration orientType;
13
14 SVGAnimatedLength refX;
15
16 SVGAnimatedLength refY;
17
18 void setOrientToAngle(SVGAngle angle) native;
19
20 void setOrientToAuto() native;
21
22 // From SVGLangSpace
23
24 String xmllang;
25
26 String xmlspace;
27
28 // From SVGExternalResourcesRequired
29
30 SVGAnimatedBoolean externalResourcesRequired;
31
32 // From SVGStylable
33
34 SVGAnimatedString className;
35
36 CSSStyleDeclaration style;
37
38 CSSValue getPresentationAttribute(String name) native;
39
40 // From SVGFitToViewBox
41
42 SVGAnimatedPreserveAspectRatio preserveAspectRatio;
43
44 SVGAnimatedRect viewBox;
45 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGMPathElement.dart ('k') | client/dom/generated/src/frog/SVGMaskElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698