Home | History | Annotate | Download | only in svg

Lines Matching full:readonly

36         readonly attribute SVGAnimatedLength x;
37 readonly attribute SVGAnimatedLength y;
38 readonly attribute SVGAnimatedLength width;
39 readonly attribute SVGAnimatedLength height;
44 readonly attribute [Immutable] SVGRect viewport;
45 readonly attribute float pixelUnitToMillimeterX;
46 readonly attribute float pixelUnitToMillimeterY;
47 readonly attribute float screenPixelToMillimeterX;
48 readonly attribute float screenPixelToMillimeterY;
51 // TODO readonly attribute [Immutable] SVGViewSpec currentView;
54 readonly attribute SVGPoint currentTranslate;