Antoine Roy-Gobeil

Results 64 comments of Antoine Roy-Gobeil

Thank you @yimej for your interest in plotly.js and suggesting this feature! I don't have time to look at this at the moment, but I agree it would be useful...

It seems like the following package implements the requested feature: https://github.com/rveciana/d3-composite-projections . Unfortunately, it dropped support for `d3v3` since version `0.4.0`. Either we backport the `albersUsaTerritories` projection into `0.4.0` or...

This feature should be rolled in at the same time as we close https://github.com/plotly/plotly.js/issues/3318 . ![screenshot_2019-01-23_12-04-53](https://user-images.githubusercontent.com/301546/51623717-50a91080-1f07-11e9-8b94-5b9adaee0eda.png)

I just tried the following [Codepen](https://codepen.io/antoinerg/pen/pobGgQZ) and to my surprise, the PNG export does contain the correct font on `Chromium Version 85.0.4183.83 (Developer Build) (64-bit)` on Linux. I could however...

I forked the original Codepen provided in this issue (https://github.com/plotly/plotly.js/issues/4885#issue-627594588) and replaced `'Oswald'` by `Oswald` and fonts are now properly rendered even in Firefox: https://codepen.io/antoinerg/pen/vYKbGKm ~~In summary, it seems like...

> Has there been any progress on this? Or is there a temporary work-around? > > In my case the font isn't even included in svg downloads. @LTribelhorn are you...

> @antoinerg for what it's worth, I tried [your codepen](https://codepen.io/antoinerg/pen/vYKbGKm) without any luck - the behavior is the same, and the font is not included in the downloaded png. >...

I updated my [Codepen](https://codepen.io/antoinerg/pen/pobGgQZ) to use a dev build of plotly.js which contains a fix. Can someone please confirm it is indeed working on their OS/browser? cc @archmoj @cjacksudo

> Not working on my machine. What's your browser and OS @archmoj ? It works for me both in FF and Chromium on Linux... :confused: > Wondering if one should...

It turns out my Codepen was using fonts already installed on my workstation so please disregard my comments above :man_facepalming: The bad news is that we rely on `` to...