react-art
react-art copied to clipboard
React Bridge to the ART Drawing Library
This allows setting the element's id tag. Note: I couldn't run the build or test suites - it appears gulp and jest aren't part of the package.json, and I received...
Fix for #54. This introduces a `.mode()` method to the API to allow the mode to be defined. Mode is set by `Surface.componentWillMount` if the mode has not been set...
Due to internal changes in [upcoming React release](https://github.com/facebook/react/issues/7770#issuecomment-253899837), it's now unsafe to refer to React's internal modules. Here's the error I get while using `[email protected]` with `[email protected]`: ``` Error in...
Hi, I'm using react-art to display SVGs in the following way, I open the svg file in a text editor and copy its "path" string to a constant in my...
Hi there! I'm converting a react library from svg to react-art, and I got hung up on using colors like "tomato", which cause an error, and result in nothing being...
After adding the React Art `.xcodeproj` to my build phases, I get this issue every once in a while. I remove its `fbjs` package from `node_modules` and it fixes itself....
This one threw me for a while: - but a null child produced from the following code causes an exception in react-art `` ``` jsx { /// comment in code...
In this example both the `Text` and `Rectangle` have `y` set to 0. Fast / Canvas SVG (which is rendering correctly) Anyone else experienced this? I know y'all core contributors...
Hi, can clipping mask be made with custom shape? If yes, how? Thanks.
Hi, I'm converting a somewhat complex SVG component to work with ReactART. It's a huge thrill to see it rendering to canvas without rewriting the codebase, but the experience of...