Letractively / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Get Jessyink demo working on SVG Web #391

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Jessyink is a cool system that can create SVG slide shows:

http://code.google.com/p/jessyink/

Get the following demo running SVG Web, as its a good test case for
performance and JS DOM bindings:

http://launchpadlibrarian.net/32120652/JessyInk_1_3_1_showcase.svg

Original issue reported on code.google.com by bradneub...@gmail.com on 5 Nov 2009 at 11:40

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 5 Nov 2009 at 11:52

GoogleCodeExporter commented 8 years ago
We get a class cast exception on line 1756 in SVGNode.as when using the Flash
renderer. I believe this is because a Bitmap object is in our children, and 
then we
try to cast this to an SVGSprite which is incorrect. I believe the Bitmap object
comes from a data: encoded SVG Image inside the JessyInk demo file.

Original comment by bradneub...@gmail.com on 7 Nov 2009 at 1:24

GoogleCodeExporter commented 8 years ago
Fixed the Bitmap issue locally. Now Issue 413 blocks.

Original comment by bradneub...@gmail.com on 15 Nov 2009 at 1:46

GoogleCodeExporter commented 8 years ago
Mostly have Issue 413 fixed, working to pass all unit tests.

Original comment by bradneub...@gmail.com on 18 Nov 2009 at 9:22

GoogleCodeExporter commented 8 years ago
All unit tests from Issue 413 now pass and checked it. Hitting an internal
ActionScript bug now; investigating.

Original comment by bradneub...@gmail.com on 19 Nov 2009 at 9:49

GoogleCodeExporter commented 8 years ago
Issue 431 now blocks JessyInk.

Original comment by bradneub...@gmail.com on 30 Nov 2009 at 8:45

GoogleCodeExporter commented 8 years ago
Issue 431 fixed; now investigating an issue where the Flash side doesn't seem 
to keep
tracking one of our clipPath nodes, while the JS side does.

Original comment by bradneub...@gmail.com on 30 Nov 2009 at 9:03

GoogleCodeExporter commented 8 years ago
Issue 432 now blocks this.

Original comment by bradneub...@gmail.com on 30 Nov 2009 at 10:13

GoogleCodeExporter commented 8 years ago
I have a temporary workaround for Issue 432 to see what else blocks things 
(Issue 432
still needs to be addressed). I then hit Issue 433, which is due to key 
listeners. I
have a temporary workaround (which doesn't address root issue for that yet) 
which now
lets me jump through slides!

Original comment by bradneub...@gmail.com on 1 Dec 2009 at 12:23