-
Hi Bas,
I came across this yesterday: https://www.npmjs.org/package/grunt-svg2png and thought I'd give it a bash: https://github.com/gjb2048/theme_bootstrap/blob/master_svg2png/Gruntfile.js#L404-L453…
-
i tried to convert this svg:
https://github.com/eyaler/blob2svg/blob/master/test.svg
to png, and got this:
https://ibb.co/k2ksbm
-
```
svg2png file.svg -r 300x300
```
files - [thorvg.zip](https://github.com/thorvg/thorvg/files/14693550/thorvg.zip)
```
../src/renderer/sw_engine/tvgSwRle.cpp:716:31: runtime error: member acc…
-
Hi, I see the regular non grunt version of this plugin has recently had svg2png updated, presumably to fix issues with phantomJS on latest OSX.
Do you have plans to update the grunt version of this …
-
Hi, for large svg(width="70110", height="35221"), svg2png said:
*** Error: org.apache.batik.transcoder.TranscoderException: null
Enclosed Exception:
Dimensions (width=70272 height=35456) are too l…
-
**Versions**
- mathjax-node-page: 3.2.0
- mathjax-node-svg2png: 2.0.0
- node: 13.6.0
**Reproduction**
```javascript
'use strict';
const MathJax = require("mathjax-node-svg2png")
const mjAP…
-
We're using `mjpage` from the command-line to render *a lot* of equations on *a lot* of html-pages to SVG. This works great!
Just very recent we're experiencing problems with SVG in Cordova on the …
-
Hey,
is it possible to add an option for all *.svg files in directory? I am currently using it in a bash script in the for loop
```
for f in *.svg; do
fbname=$(basename "$f" .svg);
svg2png $f -o ".…
-
svg2png 4.1.1 and phantomjs 2.1.1
![atari.svg](https://kaspar.h1x.com/atari.svg)
```
svg2png atari.svg
```
```
./node_modules/svg2png/lib/svg2png.js:65
throw new Error(stdout.r…
-
This is my svg file:
```
.cls-6 {
stroke: #ff8680;
}
.cls-6 {
stroke-width: 4px;
}
```
![image]…