Brendan English
Brendan English
This is not a perfect solution, but if you take advantage of the `containerStyle` property you can get the initial slide to transition correctly... ```
I attached a Fiddle, which I hope makes this clear: http://jsfiddle.net/1b4mLnfj/2/
I've been poking around this for a while and it seems like the container bounds are being calculated correctly but the vector image itself is adopting the dimensions of the...
After more investigation, it looks like this is only happening with svg images that are "responsive" -- if you open the svg in Illustrator and save without the responsive option...
So one potential solution is to replace the `` with a true `` using a library like `svg-inject` (https://github.com/iconfu/svg-inject) -- here, if you apply a height and width to the...
So I'm throwing-in the towel on this one but I landed on the solution being related to how the svg is rendered / drawn on the canvas. Specifically, in `renderNodeContent`...
Not from me, I've stopped working on the issue but hopefully the comments above could be helpful.