You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2024. It is now read-only.
y-coordinate of point relative to the viewport, including any scroll offset
125
125
</dd>
126
126
127
-
<dt>readonly attribute float rx</dt>
127
+
<dt>readonly attribute float radiusX</dt>
128
128
<dd>
129
-
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the x-axis, in pixels
129
+
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the x-axis, in pixels; <code>1</code> if no value is known
130
130
</dd>
131
-
<dt>readonly attribute float ry</dt>
131
+
<dt>readonly attribute float radiusY</dt>
132
132
<dd>
133
-
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the y-axis, in pixels
133
+
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the y-axis, in pixels; <code>1</code> if no value is known
0 commit comments