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

Side by Side Diff: client/dom/generated/src/frog/SVGFEConvolveMatrixElement.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 SVGFEConvolveMatrixElement extends SVGElement native "SVGFEConvolveMatrixE lement" {
3
4 SVGAnimatedNumber bias;
5
6 SVGAnimatedNumber divisor;
7
8 SVGAnimatedEnumeration edgeMode;
9
10 SVGAnimatedString in1;
11
12 SVGAnimatedNumberList kernelMatrix;
13
14 SVGAnimatedNumber kernelUnitLengthX;
15
16 SVGAnimatedNumber kernelUnitLengthY;
17
18 SVGAnimatedInteger orderX;
19
20 SVGAnimatedInteger orderY;
21
22 SVGAnimatedBoolean preserveAlpha;
23
24 SVGAnimatedInteger targetX;
25
26 SVGAnimatedInteger targetY;
27
28 // From SVGFilterPrimitiveStandardAttributes
29
30 SVGAnimatedLength height;
31
32 SVGAnimatedString result;
33
34 SVGAnimatedLength width;
35
36 SVGAnimatedLength x;
37
38 SVGAnimatedLength y;
39
40 // From SVGStylable
41
42 SVGAnimatedString className;
43
44 CSSStyleDeclaration style;
45
46 CSSValue getPresentationAttribute(String name) native;
47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698