Jump to content
Search Community

grit

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by grit

  1. grit

    Tweening SVG color

    seeing you work with Adobe I suspect you're using adobe generated .svg files. They can contain an extra 'g transform=matrix' group with a crosslink to the path data which results in not updating the color fill animation. Try and remove the xlink group from the svg so you have just the group definitiion with the paths.
  2. I added the estimatedsize because I read it in the other post indeed, but it still wasn't ok. I now removed the 'auditSize' and safari now also loads in 'safari 5.0 mode' - thanks!
  3. I have a project in which a lot of images are loaded from a CMS and thought I'd try your all-new loaderMax to get things more or less organized. No I might abuse the whole loadermax-concept a bit because the program structure is as follows: main file: -loads xml with xx items -every item starts a sprite: ->sprite object which has its own loadermax queue and generates its graphics according to data from the xml stream> so to speak I use a new loadermax queue for each sprite with just a simple image item in the queue (I just wanted to use the handy scale options on load complete), I don't know if this can cause problems? (I'm developing on OSX by the way...) On firefox browser this is no problem, all images load fine on safari 5 however all images through loadermax appear broken. I don't think this is the plugin cancelled thingy I read somewhere else strange thing is - when I try some development thingies in safari 5 (reqource monitor) it shows a 404 error on the loadermax initiation. when I click on the image the server also says 'not found' but when I refresh the same url in the address bar the image loads perfectly.. maybe you can make any sense on this header info: Request Method:GET Status Code:404 Not Found Request Headers User-Agent:Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Response Headers Accept-Ranges:bytes Connection:close Content-Length:952 Content-Type:text/html Date:Fri, 25 Jun 2010 10:06:58 GMT Etag:"31da007c-3b8-857f7080" Last-Modified:Tue, 04 Nov 2008 08:05:06 GMT Server:Apache/2.0.54 (Fedora) X-Pad:avoid browser bug so what's the X-Pad thingy? When I set Safari 5 in explorer 8 mode everything loads dandy... What to do in avoiding this safari bug? is this a server config option or what? Thanks!
×
×
  • Create New...