Stefan Battiston

Results 3 issues of Stefan Battiston

In SVG, the element ordering determines the rendering order. Around line 150 of `dist/radial-progress-chart.js` the "bg" element is added after the "progress" (or foreground) element, but it is given `opacity:...

I'm working on a package that uses WebAssembly, here: https://www.npmjs.com/package/wasm-marker-clusterer Currently, `.wasm` files need to be loaded asynchronously, making it difficult to package them in the standard way that webpack...

There is incorrect parsing in the case of interpolating the translation ID inside a directive. The following line is pulled into the language file like so: File.jade: ``` span(translate="{{$ctrl.cardData.comparisonString}}") {{$ctrl.cardData.comparisonString}}...