Karim Naaji

Results 66 comments of Karim Naaji

>But this probably narrows things down?) Yes it does! Thanks for the information :) I'll reword the title to be more precise and flag as a bug; it's an overlook...

Possibly related to https://github.com/mapbox/gl-js-team/issues/410, more constraints on the bounds of the trigonometric function may have to be added.

Debug preview build available here: https://github.com/tangrams/ios-framework/tree/tangram-0.7-debug-preview

@joessu please refer to my comment https://github.com/tangrams/fontstash-es/issues/21#issuecomment-431435569.

Hello, unfortunately this codebase is not maintained anymore. This was used at some point in the map renderer tangram but was abandoned later to work on another library. For an...

Hi @benstadin , The transformation given by `glfonsProjection` is the orthographic projection to viewport; maybe I misunderstand what you mean by skew but if you mean applying non-affine transform to...

Yes it seems that there is a mismatch on the default value here between JS and ES, we use 16pixels. @matteblair this is the right place to look at, the...

Mipmapping basically optimize rendering of icons when they are scaled at a bigger/smaller ratio than their original size. So actually if we don't drastically modify the `size` param on any...

Right, just been checking the actual reductions, it would make sense to use this if the reduction is more than half of the original icon size. But personally, I would...

Oh ok I see. If we notice any artifacts,  with this specific filtering we'd try different spacing, for now we can let it as is. On Tue, Sep 29, 2015...