node-rsvg
node-rsvg copied to clipboard
Parse SVG files and render them as PNG, PDF, SVG, or raw memory buffer images.
I have a long lasting server that keep on generating pdf/png from svg using this library. However, that server need to be restarted after a few weeks usage, due to...
Hi @walling, This project is right now the base for a least 3 published npm packages. rsvg, librsvg and librsvg-prebuilt. The packages are quite similar (librsvg basically adding windows build...
dandaka-mbp:html dandaka$ npm install rsvg npm WARN package.json [email protected] No repository field. npm http GET https://registry.npmjs.org/rsvg npm http 304 https://registry.npmjs.org/rsvg > [email protected] install /Users/dandaka/projects/oco-web/html/node_modules/rsvg > node-gyp rebuild /bin/sh: pkg-config: command...
`node-rsvg` blows up with `error: out of memory` when `text` (or a group with `text`, etc.) is transformed. `rsvg-convert` works just fine though! Minimal test case: ``` xml Hello ```
Using a data-uri as xlink:href, I am able to render/return an svg, which I can convert to png successfully using `convert` in shell. But when calling render the image disappears,...
Hi , Here is my data that i want to convert into png or pdf but not getting any response => { data :" Point beyond control limit. Indicates a...
I can install librsvg in node v0.10.36. But I cannnot install in node v0.11.16 and v0.12.1. How to install rsvg in node v0.11.16 and v0.12.1? ``` gyp ERR! stack Error:...
More complex SVG files that include colors look completely deformed when rasterized. This is a great plug-in in terms of speed but an improvement in quality would make it useable.
Solution based on node-canvas windows support: https://github.com/LearnBoost/node-canvas/wiki/Installation---Windows win32-math taken from v8 sources and little fixed