Paul Spencer

Results 19 comments of Paul Spencer

I am also having this issue, I tried `yarn install` but that didn't change anything. If I run `npx jest --coverage` it runs my tests fine but with this plugin...

We would like to be able to use an on-demand GPU with headless Chromium for scheduling jobs to render WebGL image filters implemented as shaders. Currently we are using the...

Do you have any sort of ETA on 0.8 compatibility? I have a need for SVG markers and this project has everything (and more).

I need to have something working, if only marginally, this week. I have a couple of days that I can commit to working on this and would be happy to...

awesome, thanks. I was just working through proposing some changes to get things working but I didn't test yet what I've attempted. I'll take a look at your branch and...

PR #39 contains some simple fixes to get the markers.html example running. I notice you haven't dealt with defs yet. I had two thoughts on how to deal with this:...

With #43 most of the examples are working with 0.8. There are some outstanding issues noted in the PR, including: - performance (seems related to drop shadows) - hover destroys...

#44 fixes the hover effect on chart markers (and another bug related to centering images on regular polygon markers).

@sfairgrieve have you started to work on the SVG marker? It seems that MapMarker and RegularPolygonMarker won't quite fit the bill so I'd like to try using SVGMarker and see...