Hi, Phil -

Thank you for figuring this out. I added your changes to the code base.

Robert


On May 6, 2009, at 4:08 PM, Philip Weaver wrote:

Update. Missed listing one step I mentioned previously. So here are the steps again.

index.xhtml
        <body style="margin:0px;height:700px;">
        <svg id="canvas" width="100%" height="100%"

everywhere
        find and replace
                document.baseURI to document.documentURI

lively.scene.Polygon.setVertices
        change
                setAttributeNS(null, "points"
        to      
                setAttribute("points";

defaultconfig.js, change (because throws SVGException SVG_MATRIX_NOT_INVERTABLE)
        showEngine: function() { return false},
        
Also helpful to use opera.postError somewhere in Core.js:log() - but I did it as sort of a hack. These aren't total solutions - just the factors so far.

Some things I noticed. Piano keyboard does not open. Kaleidoscope may not be working fully. Keyboard arrows not working in CanvasScape. Grid lyaout demo is bunched together.
_______________________________________________
General mailing list
[email protected]
http://livelykernel.sunlabs.com/mailman/listinfo/general

_______________________________________________
General mailing list
[email protected]
http://livelykernel.sunlabs.com/mailman/listinfo/general

Reply via email to