David Thanks - you may have noticed my note on the 08 presentation about the lack of support for patterns (and text flow). That is still the case, sorry to...
63604
Erik Dahlstrom
erida539
Apr 1, 2010 2:10 pm
On Thu, 01 Apr 2010 14:16:31 +0200, Jerrold Maddox <jxm22@...> wrote: ... Thanks, reported CORE-28927 for the font-size issue. It's possible to workaround...
63605
Cameron Laird
Cameron_Laird
Apr 1, 2010 10:37 pm
On Thu, Apr 01, 2010 at 08:16:31AM -0400, Jerrold Maddox wrote: . . . ... . . . It strikes me that <URL: http://www.w3.org/Graphics/SVG/IG/wiki/ > is the...
63606
Doug Schepers
d_a_schepers
Apr 1, 2010 11:41 pm
Hi, David- ... Interestingly, I ran into this very issue this past weekend. I agree with you... the effects of values should be intuitive, especially when ...
63607
Francis Hemsher
fhemsher
Apr 2, 2010 5:10 am
I'm probably I'm not first to see this :) Anyway, I've seen a few demos of web browsing with the iPad. The iPad screen size breaks the threshold of teensie web...
63608
jeff_schiller
Apr 2, 2010 12:45 pm
I have a feeling that Apple is already interested in taking SVG to the next level: http://jobs.apple.com/index.ajs?BID=1&method=mExternal.showJob&RID=50508 ...
63609
Francis Hemsher
fhemsher
Apr 2, 2010 2:04 pm
Yes Jeff, I see Apple posted 2 positions available for SVG experts on 3/31/2010. I guess they, in fact, are moving to strengthen SVG's performance in Safari. I...
63610
shaunwithanau
Apr 2, 2010 4:06 pm
Hi all. I am working on porting something over that I recently did in Canvas to SVG and I could use some help. What I'm doing is writing code that draws a...
63611
Doug Schepers
d_a_schepers
Apr 2, 2010 4:44 pm
Hi, David- FYI, I've entered this into our SVG WG issue tracker: http://www.w3.org/Graphics/SVG/WG/track/issues/2317 Thanks for bringing it to our attention. ...
63612
ddailey
ddailey@...
Apr 2, 2010 8:31 pm
Thanks Doug! It isn't a huge issue of course, since one can just plugin in a value of .00001 and get almost the same result. One can also, I think, use the...
63613
ddailey
ddailey@...
Apr 2, 2010 8:56 pm
Don't know why this would have to be slow.... take a look at http://srufaculty.sru.edu/david.dailey/svg/makeDragDrop.svg (a simple one) or ...
63614
Mark T
markstestacc...
Apr 3, 2010 1:15 am
So has Antoine been instrumental in the production of the iPad? http://fr.linkedin.com/in/antoinequint <http://fr.linkedin.com/in/antoinequint>Would such an...
63615
Francis Hemsher
fhemsher
Apr 3, 2010 2:03 am
Hi Shaun, Typically this should render with no problems. It may be that the events are tripping over each other. Could you post your code, and we'll take a...
63616
Mark T
markstestacc...
Apr 3, 2010 4:39 am
Is the dragNdrop in html5 an improvement? MarkT -- (+61 4) 0679 5734 skype: govirtual.com.au チェックアウトが、Jingle だ! It's a Jingle Out There! ...
63617
shaunwithanau
Apr 5, 2010 12:07 pm
Thanks for all the replies. Here is the code. If any parts are unclear feel free to ask. And if there are any improvements feel free to share onmousedown:...
63618
jeff_schiller
Apr 5, 2010 1:58 pm
What is slow about this? I don't see anything out of the ordinary in your mousemove function. Is this just a single rect that you're doing this on? If so, I...
63619
shaunwithanau
Apr 5, 2010 5:13 pm
Well FF seems to handle it fairly well as is. It is Chrome who seems to get bogged down in the mousemove calls making drawing the rect/line sluggish. I have...
63620
ddailey
ddailey@...
Apr 6, 2010 12:49 am
With 7 plus or minus 2 (the magic number) of browsers that offer some level of support for SVG, I find that even if you find something that happens the way you...
63621
shaunwithanau
Apr 6, 2010 11:48 am
I am testing on the "Big 5". The goal of switching from a Java Applet/Java Servlet/MS SQL* is being able to branch out from IE and give users an option. I...
63622
jeff_schiller
Apr 6, 2010 1:05 pm
Hi Shaun, I've been heavily involved with SVG and web apps for a few years now I can say that things are much better than they were back in 2006 and am...
63623
domenico_strazzullo
domenico_str...
Apr 6, 2010 2:45 pm
GEM 2 has been released. http://www.dotuscomus.com/svg/lib/library.html#gemi It is a cross-browser Web Operating System. It consists of an Application...
63624
cremnosedum
Apr 6, 2010 5:34 pm
Hi, Can you elaborate on how you use GEMi2? Is this another plug-in or do you put it on your website and it changes the SVG (and other things?) code so it...
63625
shaunwithanau
Apr 6, 2010 5:44 pm
I believe so too. And actually what I'm trying to get working will share a lot of the same features as SVG-edit just with a different end result in mind as its...
63626
domenico_strazzullo
domenico_str...
Apr 6, 2010 8:08 pm
Hi Richard, ... It is not a plug-in. You put it on a website. It doesn't change the SVG code, or anything. Neither it is a true or fake library. Think of it as...
63627
damu.1978
Apr 7, 2010 11:52 am
I am developing a application with VC++ 2008 using .NET framework. Right now I am trying to parse the file using Xml class and planning to call GDI calls. I am...
63628
Marijan (Mario) Madunic
mtbmoose
Apr 7, 2010 11:54 am
I'm working with SVGs that have been exported from Corel Designer 12. A good portion of the files were originally Designer 9 files and a circle tends to be...
63629
jeff_schiller
Apr 7, 2010 12:56 pm
... Someone correct me if I'm wrong since I'm not a Windows expert, but I think GDI is a dying technology, being supplanted by Direct2D:...
63630
Mark T
markstestacc...
Apr 8, 2010 5:00 am
http://eazscape.com/FormsTest This is as close as I've got. There may be a namespace issue. Though the jQuery $ object is being found after the 'loading...' ...
63631
ddailey
ddailey@...
Apr 8, 2010 9:08 pm
In http://srufaculty.sru.edu/david.dailey/svg/polygons6.svg if you click on the "filter" button, in IE/ASV, Opera, or FF, you get a nice feTurbulence plot...
63632
xyz1332003
Apr 9, 2010 4:18 am
Today I spent several hours searching for the answer to one question. Does the Palm OS for mobile phones support SVG? I cannot find this information. Iphone,...