Skip to content

react-juce svg capabilities/rendering #257

Answered by nick-thompson
Fyfe93 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @Fyfe93 good question, thanks for writing!

I'm not up to date on React-Native's svg capabilities, but you hit the nail on the head here:

I know the Juce svg parser and rendering is rather primitive/incomplete and can only deal with relatively basic svgs.

React-juce uses juce's svg parser under the hood, so our SVG support is exactly as complete as what you know of JUCE itself.

WebBrowserComponent/HTML Canvas definitely would get you more complete SVG support, but indeed, it would be a serious bit of work just to get that in there.

In the long run, I'd like to improve our SVG support, perhaps using something like https://github.com/svgpp/svgpp which will let us define our own mapping…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Fyfe93
Comment options

@nick-thompson
Comment options

Answer selected by Fyfe93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants