Mobrovac has submitted this change and it was merged.

Change subject: use rsvg for rendering
......................................................................


use rsvg for rendering

Change-Id: Ib76992c3d5f21a4faf6209843dddb9de9a00b3cd
---
M package.json
M scripts/imgUpdate.js
M test/files/mathjax-texvc/png/1.png
M test/files/mathjax-texvc/png/10.png
M test/files/mathjax-texvc/png/11.png
M test/files/mathjax-texvc/png/12.png
M test/files/mathjax-texvc/png/13.png
M test/files/mathjax-texvc/png/14.png
M test/files/mathjax-texvc/png/15.png
M test/files/mathjax-texvc/png/16.png
M test/files/mathjax-texvc/png/17.png
M test/files/mathjax-texvc/png/18.png
M test/files/mathjax-texvc/png/19.png
M test/files/mathjax-texvc/png/2.png
M test/files/mathjax-texvc/png/20.png
M test/files/mathjax-texvc/png/21.png
M test/files/mathjax-texvc/png/22.png
M test/files/mathjax-texvc/png/23.png
M test/files/mathjax-texvc/png/24.png
M test/files/mathjax-texvc/png/25.png
M test/files/mathjax-texvc/png/26.png
M test/files/mathjax-texvc/png/27.png
M test/files/mathjax-texvc/png/28.png
M test/files/mathjax-texvc/png/29.png
M test/files/mathjax-texvc/png/3.png
M test/files/mathjax-texvc/png/30.png
M test/files/mathjax-texvc/png/31.png
M test/files/mathjax-texvc/png/32.png
M test/files/mathjax-texvc/png/33.png
M test/files/mathjax-texvc/png/34.png
M test/files/mathjax-texvc/png/35.png
M test/files/mathjax-texvc/png/36.png
M test/files/mathjax-texvc/png/37.png
M test/files/mathjax-texvc/png/38.png
M test/files/mathjax-texvc/png/39.png
M test/files/mathjax-texvc/png/4.png
M test/files/mathjax-texvc/png/40.png
M test/files/mathjax-texvc/png/41.png
M test/files/mathjax-texvc/png/42.png
M test/files/mathjax-texvc/png/43.png
M test/files/mathjax-texvc/png/44.png
M test/files/mathjax-texvc/png/46.png
M test/files/mathjax-texvc/png/47.png
M test/files/mathjax-texvc/png/48.png
M test/files/mathjax-texvc/png/49.png
M test/files/mathjax-texvc/png/5.png
M test/files/mathjax-texvc/png/50.png
M test/files/mathjax-texvc/png/51.png
M test/files/mathjax-texvc/png/52.png
M test/files/mathjax-texvc/png/53.png
M test/files/mathjax-texvc/png/54.png
M test/files/mathjax-texvc/png/55.png
M test/files/mathjax-texvc/png/56.png
M test/files/mathjax-texvc/png/57.png
M test/files/mathjax-texvc/png/6.png
M test/files/mathjax-texvc/png/60.png
M test/files/mathjax-texvc/png/61.png
M test/files/mathjax-texvc/png/62.png
M test/files/mathjax-texvc/png/63.png
M test/files/mathjax-texvc/png/64.png
M test/files/mathjax-texvc/png/65.png
M test/files/mathjax-texvc/png/66.png
M test/files/mathjax-texvc/png/67.png
M test/files/mathjax-texvc/png/68.png
M test/files/mathjax-texvc/png/69.png
M test/files/mathjax-texvc/png/7.png
M test/files/mathjax-texvc/png/70.png
M test/files/mathjax-texvc/png/71.png
M test/files/mathjax-texvc/png/72.png
M test/files/mathjax-texvc/png/73.png
M test/files/mathjax-texvc/png/74.png
M test/files/mathjax-texvc/png/75.png
M test/files/mathjax-texvc/png/76.png
M test/files/mathjax-texvc/png/77.png
M test/files/mathjax-texvc/png/78.png
M test/files/mathjax-texvc/png/79.png
M test/files/mathjax-texvc/png/8.png
M test/files/mathjax-texvc/png/80.png
M test/files/mathjax-texvc/png/81.png
M test/files/mathjax-texvc/png/82.png
M test/files/mathjax-texvc/png/83.png
M test/files/mathjax-texvc/png/84.png
M test/files/mathjax-texvc/png/85.png
M test/files/mathjax-texvc/png/86.png
M test/files/mathjax-texvc/png/87.png
M test/files/mathjax-texvc/png/9.png
M test/files/mathjax-texvc/png/90.png
A test/files/mathjax-texvc/png/91.png
M test/files/mathjax-texvc/png/92.png
M test/files/mathjax-texvc/test.md
90 files changed, 16 insertions(+), 11 deletions(-)

Approvals:
  Mobrovac: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/package.json b/package.json
index 5c7b3be..d671c5f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mathoid",
-  "version": "0.4.2",
+  "version": "0.5.0",
   "description": "Render TeX to SVG and MathML using MathJax. Based on 
svgtex.",
   "main": "./app.js",
   "scripts": {
@@ -45,7 +45,7 @@
     "js-yaml": "^3.5.2",
     "preq": "^0.4.8",
     "service-runner": "^1.1.3",
-    "mathoid-mathjax-node": "^0.5.0",
+    "mathoid-mathjax-node": "^0.6.0",
     "texvcinfo": "^0.4.2"
   },
   "devDependencies": {
@@ -63,7 +63,7 @@
     "node": "4.3.0",
     "target": "debian",
     "dependencies": {
-      "_all": ["openjdk-7-jre-headless"]
+      "_all": ["librsvg2-dev"]
     }
   }
 }
diff --git a/scripts/imgUpdate.js b/scripts/imgUpdate.js
index dfdb8f2..05b79c4 100755
--- a/scripts/imgUpdate.js
+++ b/scripts/imgUpdate.js
@@ -63,7 +63,7 @@
                 nextProm = fs.writeFileAsync(svgPath, 
actualSvg).catch(function(err) {
                     console.log(err);
                 }).then(function() {
-                    console.log("SVG File for " + testcase.id + " has been 
saved!");
+                    console.log("SVG file for " + testcase.id + " has been 
saved!");
                 });
             }
         }
@@ -86,11 +86,14 @@
         } else {
             console.log("PNG for testcase " + testcase.id + " has changed.");
             if (program.force) {
-                nextProm = fs.writeFileAsync(pngPath, 
actualPng).catch(function(err) {
-                    console.log(err);
-                    return BBPromise.reject(err);
-                }).then(function() {
-                    console.log("PNG File for " + testcase.id + " has been 
saved!");
+                var img = new Buffer(actualPng, 'base64');
+                nextProm = fs.writeFileAsync(pngPath, img, 'binary', function 
(err) {
+                    if (err) {
+                        console.log(err);
+                        return BBPromise.reject(err);
+                    } else {
+                        console.log("PNG file for " + testcase.id + " has been 
saved!");
+                    }
                 });
             }
         }
@@ -103,7 +106,7 @@
                     console.log(err);
                     return BBPromise.reject(err);
                 }).then(function() {
-                    console.log("MD File for " + testcase.id + " has been 
updated!");
+                    console.log("MD file for " + testcase.id + " has been 
updated!");
                 });
             });
         }
diff --git a/test/files/mathjax-texvc/png/1.png 
b/test/files/mathjax-texvc/png/1.png
index d341c8e..8ec9550 100644
--- a/test/files/mathjax-texvc/png/1.png
+++ b/test/files/mathjax-texvc/png/1.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/10.png 
b/test/files/mathjax-texvc/png/10.png
index 34c1332..9a2470b 100644
--- a/test/files/mathjax-texvc/png/10.png
+++ b/test/files/mathjax-texvc/png/10.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/11.png 
b/test/files/mathjax-texvc/png/11.png
index a1aceba..a3624e4 100644
--- a/test/files/mathjax-texvc/png/11.png
+++ b/test/files/mathjax-texvc/png/11.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/12.png 
b/test/files/mathjax-texvc/png/12.png
index 076f2d5..b7c34b0 100644
--- a/test/files/mathjax-texvc/png/12.png
+++ b/test/files/mathjax-texvc/png/12.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/13.png 
b/test/files/mathjax-texvc/png/13.png
index 076f2d5..b7c34b0 100644
--- a/test/files/mathjax-texvc/png/13.png
+++ b/test/files/mathjax-texvc/png/13.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/14.png 
b/test/files/mathjax-texvc/png/14.png
index 076f2d5..b7c34b0 100644
--- a/test/files/mathjax-texvc/png/14.png
+++ b/test/files/mathjax-texvc/png/14.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/15.png 
b/test/files/mathjax-texvc/png/15.png
index 2c58744..468f6d2 100644
--- a/test/files/mathjax-texvc/png/15.png
+++ b/test/files/mathjax-texvc/png/15.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/16.png 
b/test/files/mathjax-texvc/png/16.png
index c3f2573..03e924b 100644
--- a/test/files/mathjax-texvc/png/16.png
+++ b/test/files/mathjax-texvc/png/16.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/17.png 
b/test/files/mathjax-texvc/png/17.png
index 1d5adf9..10edcd0 100644
--- a/test/files/mathjax-texvc/png/17.png
+++ b/test/files/mathjax-texvc/png/17.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/18.png 
b/test/files/mathjax-texvc/png/18.png
index c81adc8..447e578 100644
--- a/test/files/mathjax-texvc/png/18.png
+++ b/test/files/mathjax-texvc/png/18.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/19.png 
b/test/files/mathjax-texvc/png/19.png
index 78bf6a0..7b9e24e 100644
--- a/test/files/mathjax-texvc/png/19.png
+++ b/test/files/mathjax-texvc/png/19.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/2.png 
b/test/files/mathjax-texvc/png/2.png
index 8bc9569..e54fc38 100644
--- a/test/files/mathjax-texvc/png/2.png
+++ b/test/files/mathjax-texvc/png/2.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/20.png 
b/test/files/mathjax-texvc/png/20.png
index 78bf6a0..7b9e24e 100644
--- a/test/files/mathjax-texvc/png/20.png
+++ b/test/files/mathjax-texvc/png/20.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/21.png 
b/test/files/mathjax-texvc/png/21.png
index ceef45a..c250fb6 100644
--- a/test/files/mathjax-texvc/png/21.png
+++ b/test/files/mathjax-texvc/png/21.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/22.png 
b/test/files/mathjax-texvc/png/22.png
index 01b1f75..5c6c3f4 100644
--- a/test/files/mathjax-texvc/png/22.png
+++ b/test/files/mathjax-texvc/png/22.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/23.png 
b/test/files/mathjax-texvc/png/23.png
index 8fbe5fd..26e2094 100644
--- a/test/files/mathjax-texvc/png/23.png
+++ b/test/files/mathjax-texvc/png/23.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/24.png 
b/test/files/mathjax-texvc/png/24.png
index 9142e56..2760bf6 100644
--- a/test/files/mathjax-texvc/png/24.png
+++ b/test/files/mathjax-texvc/png/24.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/25.png 
b/test/files/mathjax-texvc/png/25.png
index 383a94d..63cbddc 100644
--- a/test/files/mathjax-texvc/png/25.png
+++ b/test/files/mathjax-texvc/png/25.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/26.png 
b/test/files/mathjax-texvc/png/26.png
index 383a94d..63cbddc 100644
--- a/test/files/mathjax-texvc/png/26.png
+++ b/test/files/mathjax-texvc/png/26.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/27.png 
b/test/files/mathjax-texvc/png/27.png
index 6af9bea..ec3c338 100644
--- a/test/files/mathjax-texvc/png/27.png
+++ b/test/files/mathjax-texvc/png/27.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/28.png 
b/test/files/mathjax-texvc/png/28.png
index d303180..bfc4f2d 100644
--- a/test/files/mathjax-texvc/png/28.png
+++ b/test/files/mathjax-texvc/png/28.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/29.png 
b/test/files/mathjax-texvc/png/29.png
index 0ac4f09..21c4d42 100644
--- a/test/files/mathjax-texvc/png/29.png
+++ b/test/files/mathjax-texvc/png/29.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/3.png 
b/test/files/mathjax-texvc/png/3.png
index 9653d38..f2d2bd3 100644
--- a/test/files/mathjax-texvc/png/3.png
+++ b/test/files/mathjax-texvc/png/3.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/30.png 
b/test/files/mathjax-texvc/png/30.png
index 04cb3a6..01ec857 100644
--- a/test/files/mathjax-texvc/png/30.png
+++ b/test/files/mathjax-texvc/png/30.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/31.png 
b/test/files/mathjax-texvc/png/31.png
index 56b6e4a..0a75af6 100644
--- a/test/files/mathjax-texvc/png/31.png
+++ b/test/files/mathjax-texvc/png/31.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/32.png 
b/test/files/mathjax-texvc/png/32.png
index a9930d9..3d65c46 100644
--- a/test/files/mathjax-texvc/png/32.png
+++ b/test/files/mathjax-texvc/png/32.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/33.png 
b/test/files/mathjax-texvc/png/33.png
index 432fdc1..a6ed85f 100644
--- a/test/files/mathjax-texvc/png/33.png
+++ b/test/files/mathjax-texvc/png/33.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/34.png 
b/test/files/mathjax-texvc/png/34.png
index 898c5e9..5b96267 100644
--- a/test/files/mathjax-texvc/png/34.png
+++ b/test/files/mathjax-texvc/png/34.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/35.png 
b/test/files/mathjax-texvc/png/35.png
index bb192ca..e6f266b 100644
--- a/test/files/mathjax-texvc/png/35.png
+++ b/test/files/mathjax-texvc/png/35.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/36.png 
b/test/files/mathjax-texvc/png/36.png
index 252b3ef..61379ae 100644
--- a/test/files/mathjax-texvc/png/36.png
+++ b/test/files/mathjax-texvc/png/36.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/37.png 
b/test/files/mathjax-texvc/png/37.png
index bc77422..a2e106b 100644
--- a/test/files/mathjax-texvc/png/37.png
+++ b/test/files/mathjax-texvc/png/37.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/38.png 
b/test/files/mathjax-texvc/png/38.png
index 93ac69a..23657ef 100644
--- a/test/files/mathjax-texvc/png/38.png
+++ b/test/files/mathjax-texvc/png/38.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/39.png 
b/test/files/mathjax-texvc/png/39.png
index 150ad6f..536268a 100644
--- a/test/files/mathjax-texvc/png/39.png
+++ b/test/files/mathjax-texvc/png/39.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/4.png 
b/test/files/mathjax-texvc/png/4.png
index 402702d..5cdd72e 100644
--- a/test/files/mathjax-texvc/png/4.png
+++ b/test/files/mathjax-texvc/png/4.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/40.png 
b/test/files/mathjax-texvc/png/40.png
index 042ca12..785c0a5 100644
--- a/test/files/mathjax-texvc/png/40.png
+++ b/test/files/mathjax-texvc/png/40.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/41.png 
b/test/files/mathjax-texvc/png/41.png
index 730057b..757a450 100644
--- a/test/files/mathjax-texvc/png/41.png
+++ b/test/files/mathjax-texvc/png/41.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/42.png 
b/test/files/mathjax-texvc/png/42.png
index 624938e..9b886e1 100644
--- a/test/files/mathjax-texvc/png/42.png
+++ b/test/files/mathjax-texvc/png/42.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/43.png 
b/test/files/mathjax-texvc/png/43.png
index 8944fa4..ab6c122 100644
--- a/test/files/mathjax-texvc/png/43.png
+++ b/test/files/mathjax-texvc/png/43.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/44.png 
b/test/files/mathjax-texvc/png/44.png
index d16a1fc..92cbffb 100644
--- a/test/files/mathjax-texvc/png/44.png
+++ b/test/files/mathjax-texvc/png/44.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/46.png 
b/test/files/mathjax-texvc/png/46.png
index d16a1fc..92cbffb 100644
--- a/test/files/mathjax-texvc/png/46.png
+++ b/test/files/mathjax-texvc/png/46.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/47.png 
b/test/files/mathjax-texvc/png/47.png
index d16a1fc..92cbffb 100644
--- a/test/files/mathjax-texvc/png/47.png
+++ b/test/files/mathjax-texvc/png/47.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/48.png 
b/test/files/mathjax-texvc/png/48.png
index d16a1fc..92cbffb 100644
--- a/test/files/mathjax-texvc/png/48.png
+++ b/test/files/mathjax-texvc/png/48.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/49.png 
b/test/files/mathjax-texvc/png/49.png
index 414c7d1..987f89b 100644
--- a/test/files/mathjax-texvc/png/49.png
+++ b/test/files/mathjax-texvc/png/49.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/5.png 
b/test/files/mathjax-texvc/png/5.png
index ceb4318..df72190 100644
--- a/test/files/mathjax-texvc/png/5.png
+++ b/test/files/mathjax-texvc/png/5.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/50.png 
b/test/files/mathjax-texvc/png/50.png
index 414c7d1..987f89b 100644
--- a/test/files/mathjax-texvc/png/50.png
+++ b/test/files/mathjax-texvc/png/50.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/51.png 
b/test/files/mathjax-texvc/png/51.png
index 4be42de..58a4dde 100644
--- a/test/files/mathjax-texvc/png/51.png
+++ b/test/files/mathjax-texvc/png/51.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/52.png 
b/test/files/mathjax-texvc/png/52.png
index 4be42de..58a4dde 100644
--- a/test/files/mathjax-texvc/png/52.png
+++ b/test/files/mathjax-texvc/png/52.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/53.png 
b/test/files/mathjax-texvc/png/53.png
index a993f07..fd16d71 100644
--- a/test/files/mathjax-texvc/png/53.png
+++ b/test/files/mathjax-texvc/png/53.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/54.png 
b/test/files/mathjax-texvc/png/54.png
index a993f07..fd16d71 100644
--- a/test/files/mathjax-texvc/png/54.png
+++ b/test/files/mathjax-texvc/png/54.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/55.png 
b/test/files/mathjax-texvc/png/55.png
index 6be2ad2..ddacd46 100644
--- a/test/files/mathjax-texvc/png/55.png
+++ b/test/files/mathjax-texvc/png/55.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/56.png 
b/test/files/mathjax-texvc/png/56.png
index 6be2ad2..ddacd46 100644
--- a/test/files/mathjax-texvc/png/56.png
+++ b/test/files/mathjax-texvc/png/56.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/57.png 
b/test/files/mathjax-texvc/png/57.png
index bfec431..d3bd76d 100644
--- a/test/files/mathjax-texvc/png/57.png
+++ b/test/files/mathjax-texvc/png/57.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/6.png 
b/test/files/mathjax-texvc/png/6.png
index ceb4318..df72190 100644
--- a/test/files/mathjax-texvc/png/6.png
+++ b/test/files/mathjax-texvc/png/6.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/60.png 
b/test/files/mathjax-texvc/png/60.png
index 2c5cbb1..dfac888 100644
--- a/test/files/mathjax-texvc/png/60.png
+++ b/test/files/mathjax-texvc/png/60.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/61.png 
b/test/files/mathjax-texvc/png/61.png
index 2add2d1..81ab697 100644
--- a/test/files/mathjax-texvc/png/61.png
+++ b/test/files/mathjax-texvc/png/61.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/62.png 
b/test/files/mathjax-texvc/png/62.png
index 21535f6..9b2fae2 100644
--- a/test/files/mathjax-texvc/png/62.png
+++ b/test/files/mathjax-texvc/png/62.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/63.png 
b/test/files/mathjax-texvc/png/63.png
index 03264a3..2304690 100644
--- a/test/files/mathjax-texvc/png/63.png
+++ b/test/files/mathjax-texvc/png/63.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/64.png 
b/test/files/mathjax-texvc/png/64.png
index a4b1f03..29a332c 100644
--- a/test/files/mathjax-texvc/png/64.png
+++ b/test/files/mathjax-texvc/png/64.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/65.png 
b/test/files/mathjax-texvc/png/65.png
index 96e64c7..c5dac09 100644
--- a/test/files/mathjax-texvc/png/65.png
+++ b/test/files/mathjax-texvc/png/65.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/66.png 
b/test/files/mathjax-texvc/png/66.png
index 49168f8..ca1b5d4 100644
--- a/test/files/mathjax-texvc/png/66.png
+++ b/test/files/mathjax-texvc/png/66.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/67.png 
b/test/files/mathjax-texvc/png/67.png
index 02ba371..7dac2a2 100644
--- a/test/files/mathjax-texvc/png/67.png
+++ b/test/files/mathjax-texvc/png/67.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/68.png 
b/test/files/mathjax-texvc/png/68.png
index e8b7b37..7399e5e 100644
--- a/test/files/mathjax-texvc/png/68.png
+++ b/test/files/mathjax-texvc/png/68.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/69.png 
b/test/files/mathjax-texvc/png/69.png
index f72255f..4b79cc3 100644
--- a/test/files/mathjax-texvc/png/69.png
+++ b/test/files/mathjax-texvc/png/69.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/7.png 
b/test/files/mathjax-texvc/png/7.png
index ceb4318..df72190 100644
--- a/test/files/mathjax-texvc/png/7.png
+++ b/test/files/mathjax-texvc/png/7.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/70.png 
b/test/files/mathjax-texvc/png/70.png
index cfd3677..bba03a6 100644
--- a/test/files/mathjax-texvc/png/70.png
+++ b/test/files/mathjax-texvc/png/70.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/71.png 
b/test/files/mathjax-texvc/png/71.png
index baff736..86cc944 100644
--- a/test/files/mathjax-texvc/png/71.png
+++ b/test/files/mathjax-texvc/png/71.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/72.png 
b/test/files/mathjax-texvc/png/72.png
index 0a0ab8e..3790d33 100644
--- a/test/files/mathjax-texvc/png/72.png
+++ b/test/files/mathjax-texvc/png/72.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/73.png 
b/test/files/mathjax-texvc/png/73.png
index a83ed72..0ec3594 100644
--- a/test/files/mathjax-texvc/png/73.png
+++ b/test/files/mathjax-texvc/png/73.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/74.png 
b/test/files/mathjax-texvc/png/74.png
index 2f90139..8753b6a 100644
--- a/test/files/mathjax-texvc/png/74.png
+++ b/test/files/mathjax-texvc/png/74.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/75.png 
b/test/files/mathjax-texvc/png/75.png
index 0ccfc54..60d1067 100644
--- a/test/files/mathjax-texvc/png/75.png
+++ b/test/files/mathjax-texvc/png/75.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/76.png 
b/test/files/mathjax-texvc/png/76.png
index e13c5f8..018323b 100644
--- a/test/files/mathjax-texvc/png/76.png
+++ b/test/files/mathjax-texvc/png/76.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/77.png 
b/test/files/mathjax-texvc/png/77.png
index 0594a76..5f38b67 100644
--- a/test/files/mathjax-texvc/png/77.png
+++ b/test/files/mathjax-texvc/png/77.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/78.png 
b/test/files/mathjax-texvc/png/78.png
index 369fd40..7c521e4 100644
--- a/test/files/mathjax-texvc/png/78.png
+++ b/test/files/mathjax-texvc/png/78.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/79.png 
b/test/files/mathjax-texvc/png/79.png
index 369fd40..7c521e4 100644
--- a/test/files/mathjax-texvc/png/79.png
+++ b/test/files/mathjax-texvc/png/79.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/8.png 
b/test/files/mathjax-texvc/png/8.png
index 8ad3a9c..a06827f 100644
--- a/test/files/mathjax-texvc/png/8.png
+++ b/test/files/mathjax-texvc/png/8.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/80.png 
b/test/files/mathjax-texvc/png/80.png
index 4267d10..0fa8043 100644
--- a/test/files/mathjax-texvc/png/80.png
+++ b/test/files/mathjax-texvc/png/80.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/81.png 
b/test/files/mathjax-texvc/png/81.png
index 4267d10..0fa8043 100644
--- a/test/files/mathjax-texvc/png/81.png
+++ b/test/files/mathjax-texvc/png/81.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/82.png 
b/test/files/mathjax-texvc/png/82.png
index 7f4e77e..584923b 100644
--- a/test/files/mathjax-texvc/png/82.png
+++ b/test/files/mathjax-texvc/png/82.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/83.png 
b/test/files/mathjax-texvc/png/83.png
index 482e048..1524152 100644
--- a/test/files/mathjax-texvc/png/83.png
+++ b/test/files/mathjax-texvc/png/83.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/84.png 
b/test/files/mathjax-texvc/png/84.png
index 7a743e1..c849902 100644
--- a/test/files/mathjax-texvc/png/84.png
+++ b/test/files/mathjax-texvc/png/84.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/85.png 
b/test/files/mathjax-texvc/png/85.png
index e9b3d71..2835044 100644
--- a/test/files/mathjax-texvc/png/85.png
+++ b/test/files/mathjax-texvc/png/85.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/86.png 
b/test/files/mathjax-texvc/png/86.png
index c6c74ee..927af4f 100644
--- a/test/files/mathjax-texvc/png/86.png
+++ b/test/files/mathjax-texvc/png/86.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/87.png 
b/test/files/mathjax-texvc/png/87.png
index dfc8617..c19c2b1 100644
--- a/test/files/mathjax-texvc/png/87.png
+++ b/test/files/mathjax-texvc/png/87.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/9.png 
b/test/files/mathjax-texvc/png/9.png
index 34c1332..9a2470b 100644
--- a/test/files/mathjax-texvc/png/9.png
+++ b/test/files/mathjax-texvc/png/9.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/90.png 
b/test/files/mathjax-texvc/png/90.png
index 87353d7..f67403d 100644
--- a/test/files/mathjax-texvc/png/90.png
+++ b/test/files/mathjax-texvc/png/90.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/91.png 
b/test/files/mathjax-texvc/png/91.png
new file mode 100644
index 0000000..c65b6bf
--- /dev/null
+++ b/test/files/mathjax-texvc/png/91.png
Binary files differ
diff --git a/test/files/mathjax-texvc/png/92.png 
b/test/files/mathjax-texvc/png/92.png
index 06e0c99..cf57bbd 100644
--- a/test/files/mathjax-texvc/png/92.png
+++ b/test/files/mathjax-texvc/png/92.png
Binary files differ
diff --git a/test/files/mathjax-texvc/test.md b/test/files/mathjax-texvc/test.md
index 41446d3..0bd0668 100644
--- a/test/files/mathjax-texvc/test.md
+++ b/test/files/mathjax-texvc/test.md
@@ -83,4 +83,6 @@
  * Test 85 $\arcsec$ ($\operatorname {arcsec} $)![Test-image](png/85.png) 
[Test-image-svg](svg/85.svg)
  * Test 86 $\arccsc$ ($\operatorname {arccsc} $)![Test-image](png/86.png) 
[Test-image-svg](svg/86.svg)
  * Test 87 $\bold{x}$ (${\mathbf {x}}$)![Test-image](png/87.png) 
[Test-image-svg](svg/87.svg)
- * Test 90 $\pagecolor{red}x$ ($\pagecolor {red}x$)![Test-image](png/90.png) 
[Test-image-svg](svg/90.svg)
\ No newline at end of file
+ * Test 90 $\pagecolor{red}x$ ($\pagecolor {red}x$)![Test-image](png/90.png) 
[Test-image-svg](svg/90.svg)
+ * Test 91 $\vline$ ($\vline $)![Test-image](png/91.png) 
[Test-image-svg](svg/91.svg)
+ * Test 92 $\image$ ($\Im $)![Test-image](png/92.png) 
[Test-image-svg](svg/92.svg)
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/270547
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib76992c3d5f21a4faf6209843dddb9de9a00b3cd
Gerrit-PatchSet: 7
Gerrit-Project: mediawiki/services/mathoid
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>
Gerrit-Reviewer: Mobrovac <[email protected]>
Gerrit-Reviewer: Physikerwelt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to