István Koren

Results 4 issues of István Koren

Hi, I have an issue with the ShapeInfo for rounded rectangles, `rr` being a rectangle with rounded corners: ` ShapeInfo.rectangle({x: rr.x, y: rr.y, w: rr.width, h: rr.height, rx: rr.rx, ry:...

As I understand from the docs, I should use '@web/rollup-plugin-copy' instead of 'rollup-plugin-copy'. However, the 'original' does have a `dest` option to change the destination folder. Do you plan to...

enhancement

Whenever I call for example the DFG Frequency Visualizer, I get different node IDs in the resulting DOT. In my app, I use d3 to animate the resulting visualization, which...

Right now, the library has to be embedded globally. It would be great to use the `import` syntax so that we can use modern tooling for web applications.