|
From: <pl...@pi...> - 2011-04-11 07:36:21
|
On 10/04/11 21:39, Mojca Miklavec wrote: > On Sun, Apr 10, 2011 at 21:20, sfeam (Ethan Merritt) wrote: >> >> So the bottom line is still that SVG support in the various browsers >> is unreliable. > > I thought that was clear from the beginning. It is not so much SVG as > JavaScript though. > > When Taco was porting MetaPost output to SVG, he complained that no > single SVG editor (including the most popular ones) was able to deal > with most common situations (like figure origin not being at (0,0), > but also many others). > >> Does Safari have a javascript error console? If so, you might >> find a message that hints at the cause of the lines/points problem. > > There is one. I first get: > > <table> is not allowed inside<tbody>. Closing the current<table> and > inserting the new<table> as a sibling. (dashcolor.html:98) > > and then all the following lines seem to come from > safari-extension://com.betafish.adblockforsafari-UAMUU4S2D9/dee0fbbe/jquery/jquery-1.4.2.min.js > so maybe it would work without the addblocker. I'm only not sure how > to disable the blocker in a reliable way. > > Mojca Hi, firstly thanks for the renewed interest in this feature, it's been a while since I submitted those original patches so I need to reload this from (mental) backup storage. <OT> re the adblocker. Though this special URI is a bit of an odd format it looks like there's some client ID in there. My guess is that will be sufficient for someone having access to the attribution of these IDs to identify the "owner" of the apple licence on which this is running. Do I understand from Mojca's comment that this feature is there by default and active or is this like firefox add-ons that the user choses to install? Form http://safariadblock.com/update.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Extension Updates</key> <array> <dict> <key>CFBundleIdentifier</key> <string>com.betafish.adblockforsafari</string> <key>Developer Identifier</key> <string>UAMUU4S2D9</string> <key>CFBundleShortVersionString</key> <string>2.3.22</string> <key>CFBundleVersion</key> <string>102.3.22</string> <key>URL</key> <string>http://safariadblock.com/AdBlockForSafari.safariextz</string> </dict> </array> </dict> </plist> > So it looks like part of it is "Developer Identifier" , the only google hit on "dee0fbbe" is an archive of this thread , so it looks like that may be a "user ID. " Jquery looks a bit like a SQL lookup. Are they checking a database of known ads ? I would appear to be accessing betafish.com rather than a list local to the browser. Just curious. </OT> Anyway , thanks for the extra effort on SVG, especially the mouse coords, that is one thing I wanted to work on but never had time. Does that give x1,x2,y1,y2 coords like the wxt terminal ? regards, Peter. |