Shukant Pal

Results 24 issues of Shukant Pal

I know you're thinking of deprecating this package, but just wanted to report my findings upstream since I took your code. In section $8.3.6 of the SVG 1.1 specifications, it...

I used your code in @pixi-essentials/svg @bigtimebuddy. Haha, and got this strange bug that messed up my client's figures. I realized it occurred at 'm' (relative) commands after 'Z' (closePath)....

The shortcut `command+-` (where + is not a key) does not bind on Firefox. It works on the other browsers I tested - Safari, Chrome, and Brave. Here is a...

I am trying to use PixiJS and I can't get anything to work. This is my code: ``` function init(context: WebGLRenderingContext) { let app = new PIXI.Application({ context, background: 0xfeabcd,...

Our team is implementing a "zoomable" renderer, and for this we require the filter's effects also increase according to the current scale/zoom. To solve this problem, we multiply certain quantities...

feature request

If I use the Compressonator CLI, BC7 encoding works perfectly fine. However, I'm now using the Compressonator SDK with JNI bindings to Java. When I run `CMP_ProcessTexture` with BC7 encoding,...

I get the error "error: invalid argument '-std=c++14' not allowed with 'C'" basically at the first C file being compiled. This looks like a problem specific to Clang, passing ```...

After fixing #174 in my application code, I saw that Compressonator was failing on error code 28 `CMP_ERR_GENERIC` on saving the destination texture. I looked into the code and `SaveTexture`...

For developers using Compressonator SDK, it's important that error logs are printed; however, `PrintInfo` statements won't work unless the `PrintStatusLine` pointer is explicitly set. The Compressonator applications set this but...

Sorry if I'm opening too many bugs :). After #167, I'm trying to build on Linux (Ubuntu docker image on my Mac) and I get this error: ``` #19 38.92...