Re: [svg-developers] Re: Accessing a DOM object defined in an external SVG file

2010-07-31 Thread Jacob Beard
Hi, I answered your question on Stack Overflow. Jake On Fri, 2010-07-30 at 15:12 +, rodrigo_benenson wrote: No answers ? Can at least someone tell me if this is supposed to be possible ? Regards, rodrigob. --- In svg-developers@yahoogroups.com, rodrigo_benenson

Re: [svg-developers] Re: Accessing a DOM object defined in an external SVG file

2010-08-01 Thread Jacob Beard
w00t :) Jake On 10-08-01 05:10 AM, rodrigo_benenson wrote: Thank you very much for your answer. This code indeed provides a workaround to do exactly what I want. Regards, rodrigob. --- In svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com, Jacob Beard jbea

[svg-developers] status of examotion and Renesis SVG player

2010-08-09 Thread Jacob Beard
Hi, I'm curious about the status of the Renesis SVG player. Nothing seems to be hosted at examotion.com anymore. Does anyone have any information about this? Jake - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit

Re: [svg-developers] funny cross-browser issue involving top

2010-08-11 Thread Jacob Beard
David, top.document.getElementById(t) seems to be working well in Firefox 3.6.8. top.t.value seems to be working fine in Chromium 5.0.382. Jake On Wed, Aug 11, 2010 at 4:02 PM, ddailey ddai...@zoominternet.net wrote: An svg document is included in an HTML document using object Inside the

Re: [svg-developers] height and width in svg element

2010-08-12 Thread Jacob Beard
Hi David, See Jon Ferallio's comments about attributes vs. CSS properties in SVG here: http://tech.groups.yahoo.com/group/svg-developers/message/61991 Jake On 10-08-11 09:28 AM, David Bellot wrote: Hi again, today I've got plenty of questions for you, SVG fellows... I wrote this simple

Re: [svg-developers] height and width in svg element

2010-08-12 Thread Jacob Beard
Hi David, On 10-08-12 02:45 PM, David Bellot wrote: So apparently there are no solution to what I want to do. It means I will have to manually copy the widths and heights into each svg element in my file. For the context, each svg element contains the representation of a card, and all

Re: [svg-developers] height and width in svg element

2010-08-12 Thread Jacob Beard
Hi David, On 10-08-12 05:39 PM, David Bellot wrote: From look at your application, it's not clear to me why you need to define all positions in terms of a percentage. Because I want to be able to change the size of my cards without loosing the relative positions of the elements.

Re: [svg-developers] [ANN] PERGOLA - JS - SVG framework released

2010-08-18 Thread Jacob Beard
Cool. Is there a live demo somewhere? Jake On 10-08-18 10:07 AM, domenico_strazzullo wrote: PERGOLA is a JavaScript framework for SVG designed to provide developers with a powerful tool for building web applications, User Interfaces, presentations and more. It includes libraries. It is

Re: [svg-developers] Re: [ANN] PERGOLA - JS - SVG framework released

2010-08-18 Thread Jacob Beard
@yahoogroups.com mailto:svg-developers%40yahoogroups.com, Jacob Beard jbea...@... wrote: Cool. Is there a live demo somewhere? Jake On 10-08-18 10:07 AM, domenico_strazzullo wrote: PERGOLA is a JavaScript framework for SVG designed to provide developers with a powerful tool

Re: [svg-developers] Re: [ANN] PERGOLA - JS - SVG framework released

2010-08-18 Thread Jacob Beard
On 10-08-18 02:07 PM, domenico_strazzullo wrote: It was a workaround for the webkit, but now without the condition both FF and the webkit behave fine. Thanks! You must be the Speedy Gonzales of testers. It's an issue I've seen before. Jake [Non-text portions of this message have been

Re: [svg-developers] The reference to entity T_Edmonton must end with the ';' delimiter

2010-09-04 Thread Jacob Beard
Hi, Maybe it thinks that something is an XML entity that is not properly delimited. If you have something in your document like T_Edmonton, that might make sense. If this is the case, then you should escape the , so you would have amp;T_Edmonton in your document. Jake On 10-09-02 02:59 AM,

[svg-developers] animating gradients

2010-09-20 Thread Jacob Beard
Hi, I'm just starting to learn about SVG SMIL animation, and I'm attempting to perform a simple task involving linear gradients. What I'd like to do is have a simple linear gradient with a set of stops, and then animate the stops so that the colours cycle through the fill. What I mean by this is,

Re: [svg-developers] animating gradients

2010-09-21 Thread Jacob Beard
: Jacob Beard To: svg-developers Sent: Monday, September 20, 2010 4:15 PM Subject: [svg-developers] animating gradients Hi, I'm just starting to learn about SVG SMIL animation, and I'm attempting to perform a simple task involving linear gradients. What I'd like to do is have a simple linear

Re: [svg-developers] animating gradients

2010-09-21 Thread Jacob Beard
McCathieNevile cha...@opera.com wrote: On Tue, 21 Sep 2010 08:41:52 -0700, Jacob Beard jbea...@cs.mcgill.ca wrote: In the end, it seems I was able to find a fairly elegant way of accomplishing this task using SMIL (tested in Chromium): http://live.echo-flow.com/svg/scrolling-colors.svg Works

[svg-developers] animating path data with SMIL

2010-09-21 Thread Jacob Beard
Hi, Is it possible to animate path data using SMIL? For example, if I have a simple arc: path d=M0,400 A100,100 0 1,1 800,400/ And would like to animate the endpoint, so that it starts at 0,0 and ends at 800,400 over a duration of 3 seconds, for example. Because d contains path data, and not

Re: [svg-developers] Re: animating gradients

2010-09-25 Thread Jacob Beard
On Tue, Sep 21, 2010 at 3:55 PM, t...@ymail.com t...@ymail.com wrote: What about this variant: http://wwwpub.zih.tu-dresden.de/~s9783698/scrolling-radial-colors.xml This works great! This is very close to the effect I was trying to achieve, and almost completely elminates the jarring popping

[svg-developers] Including SVG in RSS

2010-09-30 Thread Jacob Beard
Hi, I've been interested in including SVG on my Wordpress blog for some time now. While it's not too difficult to embed SVG in a post using the object tag, object is not considered a safe tag to be included in RSS. For example, Google Reader will remove the tag from the post, and Facebook will

Re: [svg-developers] Re: Including SVG in RSS

2010-09-30 Thread Jacob Beard
of browsers that do not support that is now rapidly dwindling with IE 9 and Firefox 4 imminent releases. I was pleased to see my clipart start to show up in Google Reader (when using a browser that supported SVG-in-img). Regards, Jeff --- In svg-developers@yahoogroups.com, Jacob Beard jbea

Re: [svg-developers] Mozilla Open Web Games competition

2010-10-06 Thread Jacob Beard
I'm hoping to be able to create something for this. I've therefore been thinking a lot about the suitability of SVG for browser game development. It seems like SVG already includes many features that would be relevant to game development, including good authoring tools (inkscape, illustrator),

[svg-developers] planetsvg.com down

2010-10-06 Thread Jacob Beard
Hi, Does anyone know who runs planetsvg.com? The site has been down for at least the past several days (returning HTTP 500 Internal Server Error), and e-mails sent to the webmas...@planetsvg.lnlabs.com e-mail address mentioned in the returned error message also bounce back. Jake

Re: [svg-developers] Best SVG Editor...!!

2010-10-09 Thread Jacob Beard
Inkscape: http://inkscape.org/ svg-edit: http://code.google.com/p/svg-edit/ Adobe Illustrator also supports export to SVG: http://www.adobe.com/products/illustrator/ Jake On Sat, Oct 9, 2010 at 6:50 PM, friend_hi60 friend_h...@yahoo.com wrote: Hi There i am Totally new to this Technology and

Re: [svg-developers] Best SVG Editor...!!

2010-10-09 Thread Jacob Beard
On Sat, Oct 9, 2010 at 9:27 PM, ddailey ddai...@zoominternet.net wrote: For hand-coding I think the verdict is still out (see and contribute to [1] ). I am heavily reliant on Vim: http://www.vim.org/ [Non-text portions of this message have been removed]

Re: [svg-developers] Embed SVG from SVG

2010-10-18 Thread Jacob Beard
Yes, this should be supported. It's hard to tell where this is failing just by looking at the text. Can you post a live example? Jake On Mon, Oct 18, 2010 at 10:01 PM, marijn.kampf yahoo@gwobbel.comwrote: Is it possible to embed another SVG image into an SVG file? The code below works

Re: [svg-developers] Re: Embed SVG from SVG

2010-10-19 Thread Jacob Beard
are present in the same folder. Marijn --- In svg-developers@yahoogroups.com svg-developers%40yahoogroups.com, Jacob Beard jbea...@... wrote: Yes, this should be supported. It's hard to tell where this is failing just by looking at the text. Can you post a live example? Jake [Non

Re: [svg-developers] Re: Embed SVG from SVG

2010-10-21 Thread Jacob Beard
Really? That seems to be working for me. Jake On Thu, Oct 21, 2010 at 9:42 PM, Andreas paw...@web.de wrote: In your example, it don't zoom in Fox. --- In svg-developers@yahoogroups.com svg-developers%40yahoogroups.com, Jacob Beard jbea...@... wrote: Hi Marjn, So, this turned out

Re: [svg-developers] Re: Embed SVG from SVG

2010-10-22 Thread Jacob Beard
be reported. Jake On Fri, Oct 22, 2010 at 5:20 PM, Andreas paw...@web.de wrote: A screenshot: http://www.flickr.com/photos/75063...@n00/5105193014/ --- In svg-developers@yahoogroups.com svg-developers%40yahoogroups.com, Jacob Beard jbea...@... wrote: Really? That seems to be working for me

Re: [svg-developers] canonical expressions -- part 3: more efficient ways of packing text into rectangles

2010-11-08 Thread Jacob Beard
On 10-11-08 06:07 AM, ddailey wrote: The concept of how best to write something got me wondering about the following. Using an alphabet or a syllabary (like most of the languages of the world excepting Chinese, Japanese, Mayan, and a few hundred others) how much space does it take to

Re: [svg-developers] Adobe AIR drops SVG

2010-11-10 Thread Jacob Beard
Wow, they disabled a lot of nice HTML5 features. A perhaps better (and open) alternative to Air may be GTK+ with embedded Webkit. I've been playing around with it, and it's actually quite nice and easy to work with, although I haven't tried it on Windows or Mac OS X. On Ubuntu 10.04, at least,

Re: [svg-developers] Adobe AIR drops SVG

2010-11-10 Thread Jacob Beard
be a way of bringing some SVG support to the Android browser. Jake On 10-11-10 06:18 PM, Jacob Beard wrote: Wow, they disabled a lot of nice HTML5 features. A perhaps better (and open) alternative to Air may be GTK+ with embedded Webkit. I've been playing around with it, and it's actually

Re: [svg-developers] Drag more then ONE objects together or groups

2010-11-25 Thread Jacob Beard
Might be better to use something like pastebin to share code samples: http://pastebin.com/ http://pastebin.com/Jake On Thu, Nov 25, 2010 at 1:28 PM, Chris Peto svg...@resource-solutions.dewrote: Hi, Ok, last example, this one allows you to move a single object by mouse down and move or

Re: [svg-developers] SVG use tag support in chrome???

2010-11-28 Thread Jacob Beard
Use works in Chrome, but not for referencing external resources. This is due to a bug in upstream Webkit: https://bugs.webkit.org/show_bug.cgi?id=12499 It might be good to vote on this issue on the Webkit bug tracker if you find it important. Jake On Mon, Nov 29, 2010 at 7:38 AM, Mr Rauf

Re: [svg-developers] SVG use tag support in chrome???

2010-11-29 Thread Jacob Beard
] On Behalf Of Mr Rauf Sent: Montag, 29. November 2010 11:17 To: svg-developers@yahoogroups.com svg-developers%40yahoogroups.commailto: svg-developers%40yahoogroups.com svg-developers%2540yahoogroups.com Subject: Re: [svg-developers] SVG use tag support in chrome??? thanx Jacob Beard

Re: [svg-developers] Drawing a pie chart with only a list of coordinates

2011-01-03 Thread Jacob Beard
Hi Pranav, If the chart will be dynamically generated, why not use an existing charting library that targets SVG. Here are some browser-based ones: http://docs.dojocampus.org/dojox/charting http://g.raphaeljs.com/ Here is a java-based library that supports export to SVG:

Re: [svg-developers] Drawing a pie chart with only a list of coordinates

2011-01-04 Thread Jacob Beard
Hi Pranav, Unfortunately, I don't have any special expertise in Excel or other Microsoft technologies. However, a quick google search turns up the following resource, which may be useful to your project: http://jexcelapi.sourceforge.net/ Good luck, Jake On 11-01-04 06:01 AM, Pranav Lal

Re: [svg-developers] SVG in iPhone App

2011-01-12 Thread Jacob Beard
I don't have first-hand experience with this, but I think if you develop an application based around UIWebView http://www.iphonesdkarticles.com/2008/08/uiwebview-tutorial.html, you'll have access to all of the APIs which mobile Safari gives you, including SVG and SMIL. To that end, a framework

[svg-developers] website using svg

2011-01-16 Thread Jacob Beard
Hi, I just wanted to share this website that a friend of mine built, which uses SVG (apparently working in Safari, Opera, and Chrome at the moment): http://docroot.ca/ I thought this was a nice, simple and elegant example of web design, and a good demonstration of how scalable graphics could

Re: [svg-developers] Re: website using svg

2011-01-17 Thread Jacob Beard
--- In svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com, Jacob Beard jbeard4@... wrote: Hi, I just wanted to share this website that a friend of mine built, which uses SVG (apparently working in Safari, Opera, and Chrome at the moment): http://docroot.ca

Re: [svg-developers] dragging has varying browser behaviour - what is correct?

2011-01-17 Thread Jacob Beard
On 11-01-17 05:21 PM, GB wrote: Firefox often (but not always) creates a text 'drag rectangle' and when mouse-up, the rectangle disappears, and the dragged 'use' elements 'jump' to the cursor. So the whole set of events are propagated, but after the button is released, and the mouse-up

Re: [svg-developers] Re: dragging has varying browser behaviour - what is correct?

2011-01-17 Thread Jacob Beard
. Is the evt.preventDefault(); called on *EVERY* mouse event, or only once, initially in an onload, or something? GB --- In svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com, Jacob Beard jbeard4@ wrote: On 11-01-17 05:21 PM, GB wrote: Firefox often

Re: [svg-developers] Re: dragging has varying browser behaviour - what is correct?

2011-01-18 Thread Jacob Beard
is, no matter how ambitious, it either already exists, or it will exist within six months of asking for it (GB's Internet Law 0). Jake - Thanks again for your help. GB --- In svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com, Jacob Beard jbeard4@... wrote: Sure

Re: [svg-developers] Re: dragging has varying browser behaviour - what is correct?

2011-01-19 Thread Jacob Beard
thought to look at DOM level 3 (It would be very nice if this diagram was in lower level DOM spec's :-( The other articles look very useful too. Cheers! GB-) --- In svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com, Jacob Beard jbeard4@... wrote: Here's a diagrammatic

Re: [svg-developers] Re: Strategy for text input

2011-01-19 Thread Jacob Beard
I agree, it can be a pain to do with SVG 1.1, but it is possible. carto.net has had some example of textbox widgets since a long time: http://www.carto.net/papers/svg/gui/textbox/ Lively kernel rolled their own multi-line text editor for editing code: http://www.lively-kernel.org/ And it just

Re: [svg-developers] Re: Strategy for text input

2011-01-19 Thread Jacob Beard
On 11-01-19 06:53 PM, gb_n_svg wrote: Jake --- In svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com, Jacob Beard jbeard4@... wrote: I agree, it can be a pain to do with SVG 1.1, but it is possible. carto.net has had some example of textbox widgets since

Re: [svg-developers] Re: Native support for page panning in browsers

2011-01-20 Thread Jacob Beard
On 11-01-20 05:28 PM, ddailey wrote: On a related issue, is there any way to drag SVG graphics in a web browser on an i-phone? The safariites seem to have hijacked drag={onmousedown=onething; onmousemove=another;} such that I can't figure out a way to make GUI SVG web apps work there, at

Re: [svg-developers] SVG from Blender

2011-02-02 Thread Jacob Beard
On the download page http://severnclaystudio.wordpress.com/bluebeard/pantograph-download/, the author states The Blender GUI doesn't yet work properly in Windows -- to get changes in buttons to register, you have to raise another window and then go back to Blender. Works fine in Linux.

Re: [svg-developers] SVG in Android 3.0 Honeycomb?

2011-02-03 Thread Jacob Beard
Very good news. Jake On Thu, Feb 3, 2011 at 8:32 AM, Andi Neumann a.neum...@carto.net wrote: Hi, Got this link from Jeff Schiller: http://googlesystem.blogspot.com/2011/02/android-honeycombs-browser-supports-svg.html Note that it is not an official announcement by Google, but it is

Re: [svg-developers] Trying to get my SVG animations to Wordpress blog

2011-02-05 Thread Jacob Beard
It might be good to post this code to a snippets site like gist.github.com, or even jsfiddle.net, as it's unfortunately difficult to read in this format. Thanks, Jake On 11-02-04 01:20 PM, Veiko Herne wrote: Hi There I'm trying to get my SVG animated series to my Wordpress blog

Re: [svg-developers] interesting new web app

2011-02-05 Thread Jacob Beard
Impressive, thanks for posting this. The code on the page has newlines stripped, but is quite readable when sent through a js beautifier. It's interesting and instructive. It looks like, among other things, they've rolled all the SVG widgets on the page from scratch. No licensing information

Re: [svg-developers] Trying to get my SVG animations to Wordpress blog

2011-02-05 Thread Jacob Beard
=_blank href=http://www.veikoherne.com;Veiko Herne/a - Original Message From: Jacob Beard jbea...@cs.mcgill.ca mailto:jbeard4%40cs.mcgill.ca To: svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com Sent: Sat, February 5, 2011 1:29:16 PM Subject: Re: [svg-developers

Re: [svg-developers] Re: Release of SVG Web

2011-02-09 Thread Jacob Beard
On 11-02-09 12:31 PM, cremnosedum wrote: nobody will be using versions of IE prior to 9. Perhaps I'm being over optimistic or missing something. IE9 won't be supported on Windows versions prior to Vista, so it's likely IE6-8 will be around for a long time to come. Jake [Non-text

Re: [svg-developers] In SVG what is parallel to innerHTML

2011-02-21 Thread Jacob Beard
Hi Raks, For most browsers, you need to use an XMLSerializer object: var s = new XMLSerializer(); var xmlString = s.serializeToString(node); Where node is the node you'd like to serialize. IE has historically had a different XML serialization API. In IE6-8, you instead do: var xmlString =

[svg-developers] register keypress event listener on non-root element

2011-03-12 Thread Jacob Beard
Hi, I've been developing a text editor based on SVG, and I'm now trying to make it so that multiple instances can be instantiated in a single SVG document. The way I've been trying to achieve this is to wrap the DOM representation of each text editor instance with a single parent element (either

Re: [svg-developers] Re: register keypress event listener on non-root element

2011-03-14 Thread Jacob Beard
It looks like Dreamhost, my shared hosting provider, is down. I'll let you know when it's back up. Thanks, Jake On Mon, Mar 14, 2011 at 10:54 AM, jonfrostsvg jonfr...@gmail.com wrote: Your example does not appear to be online at present:

Re: [svg-developers] Re: register keypress event listener on non-root element

2011-03-14 Thread Jacob Beard
Should be back up, if you'd like to take a look at the test case. Thanks, Jake On Mon, Mar 14, 2011 at 11:11 AM, Jacob Beard jbea...@cs.mcgill.ca wrote: It looks like Dreamhost, my shared hosting provider, is down. I'll let you know when it's back up. Thanks, Jake On Mon, Mar 14, 2011

[svg-developers] any disadvantage to setting properties on DOM nodes?

2011-03-22 Thread Jacob Beard
Hi, I seem to remember that in IE6 and 7, it was considered dangerous to set properties on DOM nodes, because this would potentially lead to memory leaks. In modern, SVG-enabled browsers, is this still the case, or is it considered safe to set arbitrary properties on DOM nodes? Are there hidden

Re: [svg-developers] Re: any disadvantage to setting properties on DOM nodes?

2011-03-23 Thread Jacob Beard
at 2:58 AM, t...@ymail.com t...@ymail.com wrote: --- In svg-developers@yahoogroups.com, Jacob Beard jbeard4@... wrote: Are there hidden complexities involved in using DOM nodes to store data that I should be aware of? As I learned it's not guaranteed an implementation will allow

Re: [svg-developers] Re: any disadvantage to setting properties on DOM nodes?

2011-03-23 Thread Jacob Beard
: --- In svg-developers@yahoogroups.com, Jacob Beard jbeard4@... wrote: Are there hidden complexities involved in using DOM nodes to store data that I should be aware of? As I learned it's not guaranteed an implementation will allow arbitrary data to be stored in DOM nodes: http

[svg-developers] SVG script onload event broken for Webkit?

2011-03-27 Thread Jacob Beard
Hi, I'm trying to get the excellent RequireJS http://requirejs.org/ script loader library to work in the context of pure SVG documents. I have this working in Firefox and Opera, but stable and nightly Chromium builds on Ubuntu 10.04 are failing to fire onload events at appropriate times: onload

[svg-developers] Re: SVG script onload event broken for Webkit?

2011-03-27 Thread Jacob Beard
to hear from the SVG implementers about whether their implementations conform to this. Cheers, Jake On Sun, Mar 27, 2011 at 3:01 PM, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi, I'm trying to get the excellent RequireJS http://requirejs.org/ script loader library to work in the context

Re: [svg-developers] SVG export from Blender

2011-04-10 Thread Jacob Beard
Did you email the author? Jake On Sun, Apr 10, 2011 at 1:12 PM, cremnosedum rich...@pixelpalaces.comwrote: Hi, I'm starting to think the Pantograph project ( http://severnclaystudio.wordpress.com/bluebeard/) is effectively dead. I hope this isn't true but the latest material on the site

Re: [svg-developers] Any SVG editor with a trace function?

2011-04-22 Thread Jacob Beard
Probably the easiest way is to just comment out all of the elements you don't want to see, using XML comments (!-- --), and then iteratively add them back in. Jake On Fri, Apr 22, 2011 at 2:01 AM, Pranav Lal pranav@gmail.com wrote: Hi all, I have a large SVG image which I want to

Re: [svg-developers] Any SVG editor with a trace function?

2011-04-22 Thread Jacob Beard
to it. Pranav -Original Message- From: svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com [mailto:svg-developers@yahoogroups.com mailto:svg-developers%40yahoogroups.com] On Behalf Of Jacob Beard Sent: Friday, April 22, 2011 4:06 PM To: svg-developers

Re: [svg-developers] Re: CSS, SVG and Building Scalable Web Sites

2011-05-11 Thread Jacob Beard
Hi, There seems to be some issues with text overflowing on several browsers on Ubuntu 10.04. Here are some screenshots I took of Firefox, Chromium, and Opera: http://stuff.echo-flow.com/svg-developers/jdsvg/ I assume this is probably a font issue: you may have hard-coded linebreaks, and are

Re: [svg-developers] running IE9 and ASV

2011-05-28 Thread Jacob Beard
I think the canonical approach to testing different configurations of IE is to simply run a virtual machine. Microsoft provides images for their free Virtual PC emulator: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef

Re: [svg-developers] Number of cell phones that are SVG capable.

2011-06-01 Thread Jacob Beard
Related question: what is the current status of SVG on recent Android, particularly in the Android 3.0 versions Honeycomb and Ice Cream Sandwich (I love these names)? Jake On Wed, Jun 1, 2011 at 11:52 AM, David Dailey ddai...@zoominternet.netwrote: Data on SVG? At SVG Open 2007 Zach Zhou

Re: [svg-developers] Problem loading javascript file in Adobe SVG viewer

2011-07-30 Thread Jacob Beard
You can check the MIME type and headers using curl -I, e.g.: curl -I https:///Common/lib/generate_javascript?this_graphic=ball Jake On Sat, Jul 30, 2011 at 5:07 PM, Jon Frost jonfr...@gmail.com wrote: ** The issue might be that the PHP code that generates your

Re: [svg-developers] Free WebSocket server / HTML5 (all for you)

2011-08-26 Thread Jacob Beard
Two quick questions: 1. How would it be licensed? 2. What advantages would it have over node.js? Jake On Fri, Aug 26, 2011 at 1:22 PM, Roger F. Gay rogerf...@yahoo.com wrote: ** Interest survey - seriously, I'm takin' names. If this interests you, please respond. I'll help make sure

Re: [svg-developers] No Keyboard Events

2011-09-14 Thread Jacob Beard
I think your best bet for handling keyboard events interoperably across SVG renderers is to register the key* event listener (keyup, keydown, keypress) on the document root element. Some renderers do things differently - for example Batik can receive keypress events on individual elements based on

Re: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Jacob Beard
the event to trigger. --- In svg-developers@yahoogroups.com, Jacob Beard jbeard4@... wrote: I think your best bet for handling keyboard events interoperably across SVG renderers is to register the key* event listener (keyup, keydown, keypress) on the document root element. Some

Re: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Jacob Beard
Message- From: svg-developers@yahoogroups.com [mailto: svg-developers@yahoogroups.com] On Behalf Of Jacob Beard Sent: Donnerstag, 15. September 2011 02:54 To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] Re: No Keyboard Events Hi, Just a few notes about your example

Re: [svg-developers] Re: No Keyboard Events

2011-09-14 Thread Jacob Beard
description of it in documentation is very vague and I can find no examples. --- In svg-developers@yahoogroups.com, Jacob Beard jbeard4@... wrote: You can implement your own focus system. For example, see the following example comprising two editable text areas (Firefox only): http

Re: [svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread Jacob Beard
On Sep 16, 2011 10:56 AM, Francis Hemsher fhems...@gmail.com wrote: --- In svg-developers@yahoogroups.com, dark3251 dark3251@... wrote: fhemsher@ wrote: 7+48=55 ?? Anyone using Windows7/8 OS can access the app...U.S. stats: 48% and increasing about 8% per month. Not

[svg-developers] Adobe abandons mobile flash

2011-11-09 Thread Jacob Beard
Looks like it's open web technologies from here on out: http://www.cnn.com/2011/11/09/tech/mobile/adobe-mobile-flash-wired/index.html?hpt=hp_t3 Jake - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit

Re: [svg-developers] Adobe abandons mobile flash

2011-11-09 Thread Jacob Beard
for apps, SVG for the web; makes sense to me. -- @ollicle On 10/11/2011, at 3:40 AM, Jacob Beard jbea...@cs.mcgill.ca mailto:jbeard4%40cs.mcgill.ca wrote: Looks like it's open web technologies from here on out: http://www.cnn.com/2011/11/09/tech/mobile/adobe-mobile-flash-wired

Re: [svg-developers] clouds

2011-11-17 Thread Jacob Beard
Very cool :) On Thu, Nov 17, 2011 at 10:08 AM, David Dailey ddai...@zoominternet.netwrote: ** http://cs.sru.edu/~ddailey/svg/feTurbulence11g.svg and http://cs.sru.edu/~ddailey/svg/feTurbulence11h.svg (Opera is best, FF and ASV both work, but are a bit slow) Cheers David [Non-text

[svg-developers] ANN: StateCharts Interpretation and Optimization eNgine (SCION) (or scxml-js++)

2011-11-30 Thread Jacob Beard
Hi, Those who saw me speak at the 2010 SVG Open might be interested to know that I have published the initial release of SCION, a project to develop an SCXML interpreter/compiler framework suitable for use on the Web. This is similar to the scxml-js project which I developed for Google Summer of

Re: [svg-developers] access svg elements from HTML5

2012-02-22 Thread Jacob Beard
This is a pretty common question, and I think it needs to go in an FAQ somewhere. The reason why it's not currently working in your code snippet is that the SVG document inside the embed is not yet loaded. You need to add a load listener to wait for it. You can find a solution for this here:

Re: [svg-developers] SVG MYSQL JavaScript Template

2012-06-07 Thread Jacob Beard
Are you using JavaScript on the client or on the server? Are you trying to get your JavaScript code to talk directly to your mysql db? Or are you only using it to scale an SVG map in the browser? If you have a sample of the map you are trying to scale, that would be helpful. Jake On Thu, Jun 7,

Re: [svg-developers] SVG still being developed?

2012-06-18 Thread Jacob Beard
SVG: For UI developers too lazy to roll their own hit-testing I recently became aware of another project that has written their entire view layer in Canvas: http://badassjs.com/post/18610722419/first-look-blossom-a-sproutcore-spinoff-using-only The other famous example was, of course,

Re: [svg-developers] Re: Chrome for iOS - Any Good?

2012-07-04 Thread Jacob Beard
Because, for security reasons, Apple doesn't allow apps built on WebView to JIT-compile JavaScript to machine code, as would normally occur in Safari, resulting WebView apps, including Chrome for iOS, are about 5x slower. This is an Apple problem, not a Chrome problem. Cheers, Jake On Wed, Jul

Re: [svg-developers] SVG In Objective C Web Apps

2012-09-24 Thread Jacob Beard
Yes, in version iOS 6: http://caniuse.com/svg-filters On Mon, Sep 24, 2012 at 4:43 PM, jcdeering1 jcdeeri...@yahoo.com wrote: ** Just found out about this. For the life of me, I can't figure out why app developers still rely on PNG files. With no memory use for your graphics this allows

Re: [svg-developers] The SVG Race: IE(1st) Chrome(2nd) FF(last)

2013-09-09 Thread Jacob Beard
Hi, From a standards perspective, the built-in behaviour of the renderer on mousewheel events may best be regarded as user-agent specific behaviour, and unspecified. An analogous situation is the behaviour of the backspace key: in Firefox on Linux, it is used to go back a page; but in Firefox on

Re: [svg-developers] Newbie Question

2013-10-03 Thread Jacob Beard
What's your target format? On Thu, Oct 3, 2013 at 5:02 AM, ban87sub...@gmail.com wrote: ** Hi All, I am new in Salable Vector Graphics. I want to write my own program to read a SVG file and convert it into raw format. I have found linux provides librsvg.so library to perform this. I