SVGs saved with Phantomjs appear different compared to how they render in Chrome

111 views Asked by At

I've been using Jason Davies' d3.layout.cloud.js (https://github.com/jasondavies/d3-cloud) to generate word clouds. The cloud SVGs look great in Chrome but now I'm trying to use Phantomjs to save multiple word cloud SVGs and when I do this I get overlap of the words. I'm new to all these tools so I wondered if anyone has experienced a similar problem? Does the canvas element in Phantomjs behave differently compared to web browsers like Chrome?

0

There are 0 answers