diff --git a/index.html b/index.html index 605d608..8aa4657 100644 --- a/index.html +++ b/index.html @@ -90,8 +90,9 @@ .mjx-chtml {display: inline-block; line-height: 0; text-indent: 0; text-align: left; text-transform: none; font-style: normal; font-weight: normal; font-size: 100%; font-size-adjust: none; letter-spacing: normal; word-wrap: normal; word-spacing: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0; min-height: 0; border: 0; margin: 0; padding: 1px 0} .MJXc-display {display: block; text-align: center; margin: 1em 0; padding: 0} .mjx-chtml[tabindex]:focus, body :focus .mjx-chtml[tabindex] {display: inline-table} + .mjx-full-width {text-align: center; display: table-cell!important; width: 10000em} .mjx-math {display: inline-block; border-collapse: separate; border-spacing: 0} - .mjx-math * {display: inline-block; text-align: left} + .mjx-math * {display: inline-block; -webkit-box-sizing: content-box!important; -moz-box-sizing: content-box!important; box-sizing: content-box!important; text-align: left} .mjx-numerator {display: block; text-align: center} .mjx-denominator {display: block; text-align: center} .MJXc-stacked {height: 0; position: relative} @@ -115,11 +116,12 @@ .mjx-mtr {display: table-row} .mjx-mlabeledtr {display: table-row} .mjx-mtd {display: table-cell; text-align: center} - .mjx-label {display: block} + .mjx-label {display: table-row} .mjx-box {display: inline-block} .mjx-block {display: block} + .mjx-span {display: inline} .mjx-char {display: block; white-space: pre} - .mjx-itable {display: inline-table} + .mjx-itable {display: inline-table; width: auto} .mjx-row {display: table-row} .mjx-cell {display: table-cell} .mjx-table {display: table; width: 100%} @@ -130,6 +132,8 @@ .MJXc-space2 {margin-left: .222em} .MJXc-space3 {margin-left: .278em} .mjx-ex-box-test {position: absolute; width: 1px; height: 60ex} + .mjx-line-box-test {display: table!important} + .mjx-line-box-test span {display: table-cell!important; width: 10000em!important; min-width: 0; max-width: none; padding: 0; border: 0; margin: 0} .MJXc-TeX-unknown-R {font-family: monospace; font-style: normal; font-weight: normal} .MJXc-TeX-unknown-I {font-family: monospace; font-style: italic; font-weight: normal} .MJXc-TeX-unknown-B {font-family: monospace; font-style: normal; font-weight: bold} @@ -471,8 +475,8 @@

class="mjx-mo" style= "padding-left: 0.267em; padding-right: 0.267em;">n class="mjx-mo" style= "padding-left: 0.267em; padding-right: 0.267em;">n

d16bit to [0, 1] range:

@@ -636,11 +640,10 @@

d:

d class="mjx-mo" style= "padding-left: 0.267em; padding-right: 0.267em;">n

Examples

-

- Playback of depth and color streams from same device group. -

-
-navigator.mediaDevices.getUserMedia({
-  video: {videoKind: {exact: "color"}, groupId: {exact: id}}
-}).then(function (stream) {
-    // Wire the media stream into a <video> element for playback.
-    // The RGB video is rendered.
-    var video = document.querySelector('#video');
-    video.srcObject = stream;
-    video.play();
+      
+      
     
     

diff --git a/index.src.html b/index.src.html index c1a3d0b..3ee71c2 100644 --- a/index.src.html +++ b/index.src.html @@ -899,59 +899,94 @@

Examples

-

- Playback of depth and color streams from same device group. -

-
-navigator.mediaDevices.getUserMedia({
-  video: {videoKind: {exact: "color"}, groupId: {exact: id}}
-}).then(function (stream) {
-    // Wire the media stream into a <video> element for playback.
-    // The RGB video is rendered.
-    var video = document.querySelector('#video');
-    video.srcObject = stream;
-    video.play();
+      
+