Bowen

Results 17 comments of Bowen

I created a CodeSandbox to reproduce this: https://codesandbox.io/s/quirky-oskar-f382c4?file=/src/App.tsx:0-1745. I don't find any issue with the `polygon`. But there was an issue with the ref when I tried the `lineradial` of...

`react-inlinesvg` only calls `getElement` when `title` or `description` changes: https://github.com/gilbarbara/react-inlinesvg/blob/14ddfe33ead89c90a0c9b9727ec78455fdddf6ac/src/index.tsx#L199-L201 If you want to create an animated remote SVG, you might need to add a dynamic key to the SVG:...

The legends simply help users understand the graph, so you cannot click or drag them.

Oh, sorry for that. This means you can click/drag the graphic on the left(I added a left arrow). Perhaps I should move this tip to another place. :)

Hi, thanks for your report. I entered the regex that you mentioned, and the escape backslash wasn't deleted as soon as I entered it. I know there's a situation where...