Tom Esterez

Results 17 issues of Tom Esterez

Hello, I noticed that the project has not been very active during the last year. Is it still relevant or did I miss a new and more main stream way...

I'm trying to calculate the size of an SVG in node but I'm getting incorrect results. Here is the SVG: ```html ``` And the node.js code: ```js import { registerWindow,...

Hello, In certain cases, `getClientRect` can be slow. In this example, it gets about 1.7s to calculate the rect for a group containing fairly complex paths: https://codesandbox.io/s/happy-waterfall-vhnyns?file=/src/App.js (tested on Chrome...

When trying to set `` `style` attribute like this: ```jsx ``` It is actually set to `` I figured out that I need to pass style attribute as a string...

### Summary: Using typescript, if I import with `import ReactModal from 'react-modal';` then `ReactModal` is undefined. It usually means that the module has no default export. `import * as ReactModal...

bug

Hello, I noticed while using `svg.js` that `getBBox` was returning different measurements in node or browser (I already opened an [issue](https://github.com/svgdotjs/svg.js/issues/1267) about it). I suspected the issue came from svgdom...

Is there any reason why this is not published on npm?

Wow, looks super nice! Do you plan to bundle it as a reusable component?

### Link to the code that reproduces this issue https://github.com/testerez/test-next-sharp-import-error ### To Reproduce 1. deploy the project to Vercel 2. open deployed app and notice that the image is not...

template: bug

Type: Bug The extention is causing continuous high CPU load. I'm not doing anything special... Extension version: 3.4.3 VS Code version: Code 1.77.2 (e344f1f539a80912a0e9357cec841f36ce97a4e2, 2023-04-06T10:13:22.043Z) OS version: Darwin arm64 22.4.0...