Re: [svg-developers] Re: Persistent sessions in SVG

2011-10-14 Thread Erik Dahlström
On Thu, 13 Oct 2011 12:52:20 +0200, shellshear and...@otherleg.com wrote: Thanks Erik! --- In svg-developers@yahoogroups.com, Erik Dahlström ed@... wrote: Please use event.preventDefault() on the keyevents you handle. Hmm, I recall this being important, but not why - what kind of problems

Re: [svg-developers] Persistent sessions in SVG

2011-10-12 Thread Erik Dahlström
On Wed, 12 Oct 2011 06:11:33 +0200, Andrew Shellshear and...@otherleg.com wrote: Heya chaps, I'm writing a game in SVG. There's a (fairly crude) demo at: http://www.otherleg.com/games/mapGame_new/mapGame.svg (use wasd to move around) Please use event.preventDefault() on the keyevents you

Re: [svg-developers] Reference to MS visio 2003 created SVG tags

2009-01-21 Thread Erik Dahlström
On Wed, 21 Jan 2009 05:20:10 +0100, ait_navee naveenkumar_...@infosys.com wrote: Hi, I am working on a new enhancement which deals with rendering a SVG file into our application. The SVG file is created by Microsoft Visio 2003. I need to understand and interpret the Visio specific tags

Re: [svg-developers] Re: Animated path or polyline using SMIL keyTimes or similar

2009-01-19 Thread Erik Dahlström
. However, it requires multiple animate elements and the code is cumbersome. If there was a way similar to keyTimes/values with which all the location values and all the times are in a single animate element, it would be nice. Is there a way? --- In svg-developers@yahoogroups.com, Erik

Re: [svg-developers] Missing glyph substitution

2009-01-19 Thread Erik Dahlström
On Sun, 18 Jan 2009 14:11:49 +0100, pete.haikonen pete.haiko...@yahoo.com wrote: Hello, I have a text and an SVG font. From what I understood, if I define a style with two fonts: my font and also with some other font, say: .mystyle { font-family: myfont, otherfont } what will happen is

Re: [svg-developers] Animated path or polyline using SMIL keyTimes or similar

2009-01-15 Thread Erik Dahlström
On Thu, 15 Jan 2009 18:18:14 +0100, tim.becker80 timothee.bec...@gmail.com wrote: Hi. Thanks for your answers the other times. I've been trying to think of a way to use SMIL to produce the following result: Imagine that a point object moves along a defined path and that it reaches every

Re: [svg-developers] Re: Safari 3.2.1 with ASV 3.0 won't View Source

2009-01-05 Thread Erik Dahlström
On Tue, 23 Dec 2008 17:49:18 +0100, Frank Bruder redu...@yahoo.de wrote: --- In svg-developers@yahoogroups.com, Kenneth Nellis nelli...@... wrote: I wonder if a 2nd pair of eyes might see a problem with my SVG code in this page:

Re: Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-17 Thread Erik Dahlström
On Wed, 17 Dec 2008 11:50:51 +0100, julie gautier juliegaut...@yahoo.fr wrote: Hi again, I found out what the problem was : the a xlink:href= that surrounded the checkbox : I used this workaround to have a hand cursor, including with IE7. In FF3, the xlink:href just reloads the page. Does

Re: [svg-developers] Re: Report on SVG Viewer Performance

2008-12-05 Thread Erik Dahlström
On Thu, 04 Dec 2008 18:38:22 +0100, Helder Magalhães [EMAIL PROTECTED] wrote: ... Smoothness and flickering can be pretty tricky, as an interesting writing about the fact [1] explains. My personal experience shows that this is (apparently) not universal. For example I recall that, when I was

Re: [svg-developers] Re: Report on SVG Viewer Performance

2008-12-04 Thread Erik Dahlström
On Thu, 04 Dec 2008 07:12:30 +0100, Frank Bruder [EMAIL PROTECTED] wrote: Great work so far. Just three comments: ... - Your testing method does not necessarily measure a relevant benchmark. A scripting engine which queues events in such a way that interval and timeout events always are

Re: [svg-developers] Dynamic change of xlink:href attribute in image

2008-11-13 Thread Erik Dahlström
On Wed, 12 Nov 2008 20:14:24 +0100, Luis Vielva [EMAIL PROTECTED] wrote: Dear svg developers, When I change the xlink:href attribute of an image element in svg I would expect the displayed image to change. It works as expected in IE with ASV, firefox, chrome and safari. But I have had to

Re: [svg-developers] Re: Interactive access to interpolated states of an SVG SMIL animation

2008-11-04 Thread Erik Dahlström
On Tue, 04 Nov 2008 02:52:50 +0100, Frank Bruder [EMAIL PROTECTED] wrote: When the slider is moved, you can call setCurrentTime() on the root element http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGSVGElement First you'll have to call pauseAnimations() so the animations will not run when

Re: [svg-developers] Performance of scripting in current browsers

2008-11-03 Thread Erik Dahlström
On Tue, 04 Nov 2008 05:41:19 +0100, G. Wade Johnson [EMAIL PROTECTED] wrote: Over the last few weeks, I've been doing some performance testing of the SVG display tools I currently have access to. While I don't have conclusive results yet, some of my results have surprised me. The last time I

Re: [svg-developers] getElementById-in-firefox-bug

2008-10-31 Thread Erik Dahlström
element for him? Olaf Erik Dahlström wrote: The elements are part of the DOM tree, since it's XML, but the 'id' attribute is not of type ID for arbitrary XML. You could use 'xml:id' in such cases, but I'm not sure FF supports that. The other option is to push for FF to recognize the elements

Re: [svg-developers] getElementById-in-firefox-bug

2008-10-30 Thread Erik Dahlström
The elements are part of the DOM tree, since it's XML, but the 'id' attribute is not of type ID for arbitrary XML. You could use 'xml:id' in such cases, but I'm not sure FF supports that. The other option is to push for FF to recognize the elements as SVG elements. Cheers /Erik On Thu, 30 Oct

Re: [svg-developers] progressive drawing of path -- attempt to use clipPath

2008-10-28 Thread Erik Dahlström
On Mon, 27 Oct 2008 17:28:56 +0100, Dailey, David P. [EMAIL PROTECTED] wrote: Andreas wrote: not sure I fully understand your requirement. Are you looking for a progressive drawing of a path geometry? If yes, you can do this by animating the stroke-dash of a path. Examples are provided:

Re: [svg-developers] open svg files in opera

2008-10-27 Thread Erik Dahlström
On Thu, 23 Oct 2008 16:11:01 +0200, tim.becker80 [EMAIL PROTECTED] wrote: Hi peops ! I use opera as my SVG viewer and so I'm constantly opening files stored on my HD (File Open...). My problem is that the default setting of opera when opening a file is to display only html files. Of course,

Re: [svg-developers] Opera 9.6, any new SVG support?

2008-10-16 Thread Erik Dahlström
On Wed, 15 Oct 2008 21:32:40 +0200, Andreas Neumann [EMAIL PROTECTED] wrote: Hello, This is more a question towards Erik or Chaals. I wonder if there is some new SVG support or SVG related improvements in Opera 9.6. Mostly fixes to improve stability, for inline text editing in svg (the

Re: [svg-developers] Composite filters with masks in Opera FF and IE -- standards and tests

2008-10-15 Thread Erik Dahlström
On Mon, 13 Oct 2008 18:50:56 +0200, Dailey, David P. [EMAIL PROTECTED] wrote: ... http://srufaculty.sru.edu/david.dailey/svg/composite2.svg ... The chroma in FF and IE are more similar, but the radius in FF and Opera are more similar. In Opera the interaction between the chroma of the mask

Re: [svg-developers] Opera 8.5 Support Javascript on SVG Doc?

2008-10-13 Thread Erik Dahlström
On Sat, 11 Oct 2008 03:18:53 +0200, forever_successful [EMAIL PROTECTED] wrote: Hello SVG Developers! I want to ask if Opera 8.5 support JS on SVG Document or not? Opera 9 was the first release to have officially supported scripting in SVG, including the majority of the SVG 1.1 DOM. That

Re: [svg-developers] Re: SVG panning

2008-09-25 Thread Erik Dahlström
On Wed, 24 Sep 2008 20:27:30 +0200, Helder Magalhães [EMAIL PROTECTED] wrote: document.documentElement.currentTranslate.x = x; document.documentElement.currentTranslate.y = y; Have I missed something or does this functionality not work? Yes, you did! ;-) The currentTranslate is read-only...

Re: [svg-developers] opera 9.5 and 9.6 do not shrink embed svg

2008-09-24 Thread Erik Dahlström
On Wed, 24 Sep 2008 16:18:43 +0200, Jonathan Watt [EMAIL PROTECTED] wrote: philsvg2 wrote: Hi All, I had upgrade my web site http://www.visualkit.com http://www.visualkit.com so it is now compliant with FF 3.0, IE+ASV3, and Opera 9.25 (svg-html-svg communication, as always, you can grab

Re: [svg-developers] focusHighlight must be inheritable

2008-09-23 Thread Erik Dahlström
On Tue, 23 Sep 2008 11:20:32 +0200, Chris Peto [EMAIL PROTECTED] wrote: Hi, I have over 500 svg planes that I import into a svg program over getURL, because the “focusHighlight” is not inheritable I would have to go and reedit all 500 planes. Sorry, I will not do this nor my customer pay

Re: [svg-developers] SVG and video?

2008-09-17 Thread Erik Dahlström
A few links since they seemed to be missing from the previous reply: http://dev.opera.com/articles/view/a-call-for-video-on-the-web-opera-vid/ http://my.opera.com/MacDev_ed/blog/2007/11/21/svg-at-the-movies-take-two And there are a number of svg tests in the SVG Tiny 1.2 testsuite which

Re: [svg-developers] SVG support detection in browserland

2008-09-12 Thread Erik Dahlström
On Fri, 12 Sep 2008 11:31:19 +0200, David [EMAIL PROTECTED] wrote: Hi Ian, See the DOMImplementation.hasFeature method : http://www.w3.org/TR/SVG/feature.html If you prefer a non-scripted variant I recommend using the conditional attributes[1] with the svg featurestrings[2][3] in

Re: [svg-developers] Re: Safari problem with no nought

2008-09-11 Thread Erik Dahlström
On Thu, 11 Sep 2008 02:09:58 +0200, ddailey [EMAIL PROTECTED] wrote: Hi Jeff! Jeff Schiller wrote: On the other hand, I'm not sure about begin/end times in SMIL. I noticed last night that Opera seems to have problem with missing nought characters in SMIL events (i.e. begin=.25s). Haven't

Re: [svg-developers] Right-click menus in SVG

2008-09-10 Thread Erik Dahlström
On Tue, 09 Sep 2008 22:09:03 +0200, John C. Turnbull [EMAIL PROTECTED] wrote: Forgive me if this is a bit obvious but I notice that when viewing an SVG in a browser, the browser seems to control what happens when the right mouse button is clicked with standard browser functionality. So does

Re: [svg-developers] Re: Named colors revisited

2008-09-08 Thread Erik Dahlström
On Fri, 05 Sep 2008 19:15:31 +0200, Frank Bruder [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com, Erik Dahlström [EMAIL PROTECTED] wrote: On Thu, 04 Sep 2008 13:20:06 +0200, markdyson.13441 [EMAIL PROTECTED] wrote: This is a follow-up to a question I asked several weeks

Re: [svg-developers] Named colors revisited

2008-09-05 Thread Erik Dahlström
On Thu, 04 Sep 2008 13:20:06 +0200, markdyson.13441 [EMAIL PROTECTED] wrote: This is a follow-up to a question I asked several weeks ago. Apologies for the delay, I had medical issues. The question was whether SVG supported name aliases for color definition, and I was shown there is indeed

Re: [svg-developers] SVG benchmark

2008-09-05 Thread Erik Dahlström
On Mon, 01 Sep 2008 14:12:21 +0200, ddailey [EMAIL PROTECTED] wrote: Hi Jocke, Take a look at http://srufaculty.sru.edu/david.dailey/svg/SVGOpen2007/SVGOpen2007.htm and http://www.svgopen.org/2007/papers/BrowserPerformanceMeasures/index.html ... Also Opera has implemented a finished

Re: [svg-developers] hyperlink new window problem

2008-07-22 Thread Erik Dahlström
On Tue, 22 Jul 2008 14:34:25 +0200, Olaf Schnabel [EMAIL PROTECTED] wrote: Hi developers I need a workaround for a linking problem. In my small example http://www.ika.ethz.ch/schnabel/hyperlink.svg I want to click on a rectangle and a new browser window should open. With the first method

Re: [svg-developers] appendChild problem in Opera / ASV6

2008-07-04 Thread Erik Dahlström
Hello Olaf, It's always useful if such bugreports go directly to the Opera bugtracker (as early as possible), http://bugs.opera.com/wizard. I've logged this now as bug #345632. Anyway, in theory you should be able to use something like this in your example: style type=text/css rect:hover

Re: [svg-developers] SVG Font Update - Opera and Webkit

2008-06-27 Thread Erik Dahlström
Hello James, On Tue, 24 Jun 2008 22:45:35 +0200, James C. Deering [EMAIL PROTECTED] wrote: ... Everything works fine except that Opera is sloow as molasses! Sorry that you feel that way. The level of svg support varies among browsers, so to be able to do a fair comparison of performance

Re: [svg-developers] accessing SVG constructor functions in opera and webkit

2008-06-26 Thread Erik Dahlström
On Thu, 19 Jun 2008 23:44:05 +0200, Cameron McCormack [EMAIL PROTECTED] wrote: Erik Dahlström: The first instanceof test returns true in Opera 9.5, the second one false, in accordance with the Ecmascript 262 spec AFAIK. There's no multiple inheritance in Ecmascript. I don’t think it’s

Re: [svg-developers] Re: tip for parseXML and FireFox3 and IE+ASV3

2008-02-21 Thread Erik Dahlström
Hi Phil, On Thu, 21 Feb 2008 00:09:18 +0100, philsvg [EMAIL PROTECTED] wrote: Hello Erik, You're right! with Opera : evt.target: [object SVGElementInstance]evt.currentTarget: [object SVGUseElement] With FFX : evt.target: [object SVGUseElement]evt.currentTarget: [object SVGUseElement]

Re: [svg-developers] Re: tip for parseXML and FireFox3 and IE+ASV3

2008-02-20 Thread Erik Dahlström
On Wed, 20 Feb 2008 00:00:42 +0100, philsvg [EMAIL PROTECTED] wrote: Hello Erik, I had already find your example, which demonstrate only html-svg- html, not svg-html-svg (IMHO). i found my prefered example here : http://svg-whiz.com/svg/interdoc/html-svg.html I found it using FFX, and i

Re: [svg-developers] onzoom das not work in ASV

2008-02-20 Thread Erik Dahlström
On Tue, 19 Feb 2008 22:04:30 +0100, Stefan Heinrichsen [EMAIL PROTECTED] wrote: Hello, when I try to set the onzoom Attribute of the svg-tag via setAttrbuteNS it does not works for me. Setting it directly in the file works. This basic example: ?xml version=1.0 encoding=UTF-8

Re: [svg-developers] Re: tip for parseXML and FireFox3 and IE+ASV3

2008-02-19 Thread Erik Dahlström
On Mon, 18 Feb 2008 22:45:50 +0100, philsvg [EMAIL PROTECTED] wrote: Hello, Thanks for your answer Andreas. Concerning Opera, yes it should, but i can't found a simple example that shows Opera can communicate in html-svg-html mode. Like Andreas said it should work just like in Firefox

Re: [svg-developers] my academic project SVG

2008-02-18 Thread Erik Dahlström
On Sat, 16 Feb 2008 05:20:27 +0100, DamianZ [EMAIL PROTECTED] wrote: I invite you to visit my proyect and see the power of SVG. View this example http://www.wikidraw.com.ar/Vinculo?uri=http://en.wikipedia.org/wiki/SVG WikiDraw is a mind map or mental map of the content of wikipedia (or any

[svg-developers] Re: external use

2008-02-18 Thread Erik Dahlström
On Mon, 18 Feb 2008 10:38:13 +0100, ~:'' ありがとうございました。 [EMAIL PROTECTED] wrote: external use Erik, amazing, what a pity that we're waiting on Safari and Mozilla. (filed parity Opera comments) perhaps you already read Dan Brickley's article: http://danbri.org/words/2007/09/14/199

Re: [svg-developers] getBBox with transformations

2008-02-18 Thread Erik Dahlström
On Sun, 17 Feb 2008 12:58:07 +0100, Stefan Heinrichsen [EMAIL PROTECTED] wrote: Hello, I want to mark a svg element with a surrounding rectangle. The method getBBox sounded just perfect therefore until I recognized that it does not works anymore with elements which are transformed in

Re: [svg-developers] Re: Wavy line symbol in SVG

2008-02-06 Thread Erik Dahlström
Have you tried making that into an SVGFont + text-on-a-path? Using that it should be possible to get the effect of something similar to a custom stroke that follows a path. Adding method=stretch on the textPath element may make it look better, but it depends. Cheers /Erik On Tue, 05 Feb 2008

Re: [svg-developers] Re: Wavy line symbol in SVG

2008-02-06 Thread Erik Dahlström
example), but it would be nice if the glyphs would properly connect on the upper example. Andreas --- In svg-developers@yahoogroups.com, Erik Dahlström [EMAIL PROTECTED] wrote: Have you tried making that into an SVGFont + text-on-a-path? Using that it should be possible to get the effect

Re: [svg-developers] Re: Text Scaling in Opera

2008-01-30 Thread Erik Dahlström
Hi André, Your example looks just fine in Opera 9.50 (compared with Batik 1.7). At this point I think it's mostly security- and other critical bugfixes that go into the 9.2x version. Cheers /Erik On Tue, 29 Jan 2008 11:36:31 +0100, André M. Winter [EMAIL PROTECTED] wrote: hi, are there

Re: [svg-developers] getAttributeNS href problem on Opera and Safari

2008-01-28 Thread Erik Dahlström
On Mon, 28 Jan 2008 11:45:41 +0100, svgquestion [EMAIL PROTECTED] wrote: Dear list, I created un javascript function to switch between 2 symboles using a javascript function to change the xlink:href attribute of my use element. Nothinh complicated. Everything works fine in IE and Firefox.

Re: [svg-developers] Re: getAttributeNS href problem on Opera and Safari

2008-01-28 Thread Erik Dahlström
On Mon, 28 Jan 2008 14:52:37 +0100, svgquestion [EMAIL PROTECTED] wrote: Thank you very much Erik, I understood the problem. In fact my SVG fragment was simplified. CurrentTarget works fine if the event listener is attched with the use element. Do you think it is possible to attach the

Re: [svg-developers] How to load a SVG as String into a SVGDocument

2008-01-24 Thread Erik Dahlström
On Tue, 22 Jan 2008 18:09:03 +0100, deimos1975 [EMAIL PROTECTED] wrote: As I see there is no DOM function loadXML(String) in SVG. So if you have a String with the complete SVG code, how can you transform it into a SVG document? There are a few ways to do that: - Using the parseXML method [1]

Re: [svg-developers] Re: Opera caching problem

2008-01-24 Thread Erik Dahlström
On Sun, 20 Jan 2008 13:06:15 +0100, mortrr [EMAIL PROTECTED] wrote: You need to change part of the url for the object, to avoid caching. fi adding a timestamp or counter. filname.cgi?t=123456 filname.cgi?t=123457 That would work yes. The problem was that the page containing the svg had

Re: [svg-developers] Coordinate transformation and view box difficulties

2008-01-23 Thread Erik Dahlström
On Wed, 23 Jan 2008 08:31:00 +0100, Mark Styler [EMAIL PROTECTED] wrote: I have laboratory data acquisition equipment I have set up to generate SVG reports containing all of the meta data as text and a plot of the raw data. The data plot looks awful because of coordinate transformations.

Re: [svg-developers] Brick Pattern: how to create perspective in pattern?

2008-01-22 Thread Erik Dahlström
On Tue, 22 Jan 2008 12:52:47 +0100, ~:'' ありがとうございました。 [EMAIL PROTECTED] wrote: there's a simple Brick Pattern here: http://peepo.co.uk/temp/brick-pattern.svg You might want to remove the space in patternUnits=objectBounding Box. feDisplacementMap may well be a possible route, however it

Re: [svg-developers] Brick Pattern: how to create perspective in pattern?

2008-01-22 Thread Erik Dahlström
parallax. this is 2D perspective distortion. unless I'm misunderstanding something significant. please could you elucidate. regards Jonathan Chetwynd Accessibility Consultant on Media Literacy and the Internet On 22 Jan 2008, at 14:00, Erik Dahlström wrote: Jonathan, I don't see

Re: [svg-developers] Re: Failed attribute warning on Opera browser

2008-01-16 Thread Erik Dahlström
On Wed, 16 Jan 2008 12:11:17 +0100, ons.renderman [EMAIL PROTECTED] wrote: Jonathan I probably should have included some more code in the first place to give people slightly more context. Here we go: a xlink:title= cursor=pointer rect onmouseover=scaleLegend(evt,1.1)

Re: [svg-developers] Re: Failed attribute warning on Opera browser

2008-01-16 Thread Erik Dahlström
On Wed, 16 Jan 2008 13:45:07 +0100, ons.renderman [EMAIL PROTECTED] wrote: Erik. Version is 9.23 Build is 8808 Regards. Phil. Just to make sure, this is what I'm testing (I wrapped your example in an svg tag, and open the file locally): svg xmlns=http://www.w3.org/2000/svg;

Re: [svg-developers] low resolution on firefox (2.x) svg native player

2008-01-11 Thread Erik Dahlström
On Tue, 18 Dec 2007 14:22:18 +0100, maurizio.migliore [EMAIL PROTECTED] wrote: I'm writing a client/server application in SVG. I noticed that the svg native player of firefox (2.x for windows) has a low resolution than firefox (2.x for linux) and IE. The difference is similar to low and

Re: [svg-developers] Opera caching problem

2008-01-08 Thread Erik Dahlström
On Tue, 08 Jan 2008 10:45:12 +0100, John Delacour [EMAIL PROTECTED] wrote: I have a Perl cgi that serves an xhtml page including, as object (no embed) an SVG drawing whose specs can be changed by submitting data from an html form. The form and the drawing begin with the default specs and

Re: [svg-developers] scripted SVG playback buttons for video playback

2008-01-08 Thread Erik Dahlström
On Wed, 02 Jan 2008 18:25:22 +0100, harry underwood [EMAIL PROTECTED] wrote: Hi, and Happy New Year. I was just trying to construct playback button(s) for a Theora video embedded in SVG using JavaScript. However, trying to attach the symbols (paths?) to the video as scripted control

Re: [svg-developers] Re: update on status of textArea widget

2008-01-08 Thread Erik Dahlström
On Thu, 03 Jan 2008 13:49:02 +0100, Andreas Neumann [EMAIL PROTECTED] wrote: Hi Jake, What do you mean by multi-line textArea widget? Do you mean editable text or just multiline textflow. Editable multiline text in SVG with scripting is very complicated. Just textflow itself can be done.

Re: [svg-developers] SVG element and event passthrough

2008-01-08 Thread Erik Dahlström
On Sun, 30 Dec 2007 07:49:43 +0100, pekeler [EMAIL PROTECTED] wrote: Hi, if I have an SVG element in front of some other DOM elements, Safari 3 is letting mouse events pass through the SVG and reach the underlying DOM elements (good) Hmm...it seems to differ a bit, but I can't say that

Re: [svg-developers] Converting SVG to PDF

2007-12-20 Thread Erik Dahlström
On Thu, 20 Dec 2007 14:24:14 +0100, Leonard Rosenthol [EMAIL PROTECTED] wrote: There is no way to convert SVG-PDF and preserve the interactivity and animation, unless you want to actually convert the SVG to something like Flash/SWF and then embed the Flash/SWF. For print, there are

Re: [svg-developers] Help! Please fix image!

2007-12-19 Thread Erik Dahlström
On Wed, 19 Dec 2007 07:15:09 +0100, mikh2161 [EMAIL PROTECTED] wrote: I was wondering if anyone would please fix this (http://en.wikipedia.org/wiki/Image:Perspective_isometrique_cube_gris_2. svg) image so that it works in anything other than Adobe's viewer. Wikipedia, FireFox and InkScape all

Re: [svg-developers] Help! Please fix image!

2007-12-19 Thread Erik Dahlström
On Wed, 19 Dec 2007 14:29:01 +0100, Julien Reichel [EMAIL PROTECTED] wrote: BTW: Questions: In the example: http://en.wikipedia.org/wiki/Image:Perspective_isometrique_cube_gris_2 There are svg elements (the path and anotation) inside the main svg element. Is that allowed ? My

Re: [svg-developers] Adobe SVG Plug in for Solaris 8?

2007-12-13 Thread Erik Dahlström
On Wed, 12 Dec 2007 15:59:42 +0100, michaelbeggs50 [EMAIL PROTECTED] wrote: Does anyone have experience with Adobe (or any) SVG plug-in for Solaris 8? How about installing Opera instead of using a plugin? There is a solaris version, though I haven't tested it myself.

Re: [svg-developers] Good pointer to a compatibility FAQ/Discussion?

2007-12-11 Thread Erik Dahlström
Indeed it is interesting to note that Adobe still hasn't fixed their svg:s to be valid xml documents. So, I don't think I'd call that a good example for interoperability, except in the sense that those documents will be displayed with xml errors in browsers. Cheers /Erik On Mon, 10 Dec

Re: [svg-developers] Re: SVG countdown

2007-12-10 Thread Erik Dahlström
On Sun, 09 Dec 2007 21:22:01 +0100, Rémi [EMAIL PROTECTED] wrote: Le Sun, 09 Dec 2007 13:08:46 -0600, G. Wade Johnson a écrit : On Sun, 09 Dec 2007 17:38:54 - boulle_remi [EMAIL PROTECTED] wrote: Hi, I wrote a simple SVG countdown. You can read it above. It is okay from 5s to 0s, but

Re: [svg-developers] Re: Create script element

2007-11-28 Thread Erik Dahlström
On Wed, 28 Nov 2007 04:11:41 +0100, ddailey [EMAIL PROTECTED] wrote: Hi Nico, What a fun problem! I fiddled around with it just enough to confirm what seems like odd behavior in the browsers: The enclosed code (with a simple .js file of some sort added on ) shows very different

Re: [svg-developers] Kestrel sliders...

2007-10-29 Thread Erik Dahlström
On Sun, 28 Oct 2007 18:48:42 +0100, ~:'' ありがとうございました。 [EMAIL PROTECTED] wrote: Kestrel sliders... Erik, congratulations on releasing Kestrel! for some reason over the last while sliders have appeared when using Opera nightlies and embedding SVG in HTML as at http://www.peepo.com

Re: [svg-developers] Re: Problems with running Javascript in Batik Squiggle

2007-10-29 Thread Erik Dahlström
On Mon, 29 Oct 2007 16:05:47 +0100, Tony [EMAIL PROTECTED] wrote: Hi, Andreas: I'm mostly using IE7/ASV and Batik Squiggle because in my research these supposedly had the most complete implementation of SVG 1.0; they support patterns, gradient fills, animation, etc. Code that works fine in

Re: [svg-developers] read css rule value from svg

2007-10-25 Thread Erik Dahlström
On Thu, 25 Oct 2007 04:00:33 +0200, todaius2003 [EMAIL PROTECTED] wrote: Hi, I would like to know how to read a value of a property in a css class from svg using javascript. Specifically, I would like to retrieve the font-size of the text element in the following example. This example

Re: [svg-developers] svg clock for mobile

2007-10-24 Thread Erik Dahlström
On Tue, 23 Oct 2007 23:47:59 +0200, ddailey [EMAIL PROTECTED] wrote: Hmmm... Thomas in Opera the current time for your link shows just fine (though it starts at midnight in IE). A similar thing http://srufaculty.sru.edu/david.dailey/svg/clock.svg also using SMIL seems to show current

Re: [svg-developers] Calling all geometry specialists: coordinate grid on a sphere (not OT)

2007-10-22 Thread Erik Dahlström
On Mon, 22 Oct 2007 10:49:36 +0200, darnell.turner [EMAIL PROTECTED] wrote: ... Question: Is there a way to draw only the polyline segments that are inside the black circle? A clip-path is probably the easiest way, something similar to this: clipPath id=clip use xlink:href=#circle/

Re: [svg-developers] New SVG Features in Safari Browser

2007-10-19 Thread Erik Dahlström
On Thu, 18 Oct 2007 21:13:03 +0200, brucerindahl [EMAIL PROTECTED] wrote: As of October 13, the feature branch of WebKit was merged into the main trunk. This branch had lots of nice SVG features including textPath. You have to get a nightly version available at: http://webkit.org Kudos to

Re: [svg-developers] how to set the attribute xlink:href of USE element through using javascript

2007-10-11 Thread Erik Dahlström
On Wed, 10 Oct 2007 23:48:50 +0200, ~:'' ありがとうございました。 [EMAIL PROTECTED] wrote: please try u.setAttributeNS(http://www.w3.org/1999/xlink;, href,#myRect); This should also work: u.href.baseVal = #myRect; Cheers /Erik -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Re: [svg-developers] onload event is not firing when image added via script

2007-10-11 Thread Erik Dahlström
On Thu, 11 Oct 2007 08:38:21 +0200, shellshear [EMAIL PROTECTED] wrote: Hello chaps, I'm playing around with SVG on Opera (fun!), but I'm having trouble with the onload event - I'd like to be notified when an image I add (through the DOM) has loaded, as per the example below. But in Opera

Re: [svg-developers] animating gradientTransform with SMIL? ASV bug?

2007-10-11 Thread Erik Dahlström
On Wed, 10 Oct 2007 16:41:27 +0200, David Dailey [EMAIL PROTECTED] wrote: After building the page at http://srufaculty.sru.edu/david.dailey/svg/triangles4h.svg (visible in either IE/ASV or Opera 9.23), I decided it would be cool to let the various linear gradients rotate, sort of like in

Re: [svg-developers] Text flow and word wrapping

2007-10-08 Thread Erik Dahlström
On Sat, 06 Oct 2007 22:16:42 +0200, Jerrold Maddox [EMAIL PROTECTED] wrote: Can anyone give their best guess on when text flow and word wrapping will be recommended by W3C and supported in any of the browsers? Opera 9.5 introduces support for textArea, from SVG Tiny 1.2. This allows textflow

Re: [svg-developers] Simulating non-rectangular tilings with pattern

2007-10-08 Thread Erik Dahlström
On Sun, 07 Oct 2007 21:50:11 +0200, ddailey [EMAIL PROTECTED] wrote: The triangular tiling visible (through IE/ASV and Opera9.2.3) at http://srufaculty.sru.edu/david.dailey/svg/triangles4.svg is created with script: a pair of tightly nestled equilateral triangles has been put in a group

Re: [svg-developers] SVG with html control

2007-10-02 Thread Erik Dahlström
On Tue, 02 Oct 2007 08:59:18 +0200, Barend Köbben [EMAIL PROTECTED] wrote: Hi David, Only on Win with IE and the ASV plugin this works. On Opera on the Mac (Version 9.50 Alpha, Build 4404) your page complains about needing a plugin...? On Opera on Win (Version 9.50 Alpha, Build

Re: [svg-developers] USE elements in Safari - problems with events

2007-10-01 Thread Erik Dahlström
On Mon, 01 Oct 2007 13:03:18 +0200, richard_smith_ons [EMAIL PROTECTED] wrote: http://bugs.webkit.org/show_bug.cgi?id=14167 Due to the above I get evt.target.getAttributeNS not an object when trying to process the events on a USE element (Safari 3.0.3 for Windows). The conclusion seems to

Re: [svg-developers] display question

2007-09-27 Thread Erik Dahlström
On Thu, 27 Sep 2007 02:39:49 +0200, shydisturbedboy [EMAIL PROTECTED] wrote: if i set the display to none, will it affect the performance? If you hide something that is costly to render then yes. will it be faster for the svg file to 'react'? why is this? By using display=none you're

Re: [svg-developers] Re: Carousel Animation - any way declaratively?

2007-09-25 Thread Erik Dahlström
On Tue, 25 Sep 2007 05:17:49 +0200, Jeff Schiller [EMAIL PROTECTED] wrote: David, Painter's Model: http://www.w3.org/TR/SVG11/render.html#PaintersModel I'm not sure, but I think you missed the key aspect here - think of the icons on a carousel that we're looking at on a horizontal

Re: [svg-developers] Hyperlinks in definition

2007-09-23 Thread Erik Dahlström
On Wed, 19 Sep 2007 21:40:45 +0200, ~:'' ありがとうございました。 [EMAIL PROTECTED] wrote: Fyrd, guess this maybe a known bug at opera... workaround could be onclick onfocus, if that suits you. personally I'm waiting for use external files... seems that use has many issues to resolve. regards

Re: [svg-developers] Hyperlinks in definition

2007-09-19 Thread Erik Dahlström
On Tue, 18 Sep 2007 00:53:19 +0200, JK_AD [EMAIL PROTECTED] wrote: Does anyone here know of a way to get this to work, or know of a reason why it shouldn't work? It works in Firefox, but not Opera or ASV. http://files.myopera.com/Fyrd/svg/linkerror.svg This is just a simple example of it

Re: [svg-developers] Can elements within svg be manipulated by programming in html file?

2007-09-10 Thread Erik Dahlström
On Mon, 10 Sep 2007 14:25:41 +0200, Fulio Pen [EMAIL PROTECTED] wrote: Such as in following file: http://www.pinyinology.com/zhgp/test.html I guess not. But probably there are solutions. Thanks. It's quite possible to do that. Here are two examples:

Re: [svg-developers] Re: SVG in Opera 9.5 Kestrel

2007-09-04 Thread Erik Dahlström
On Tue, 04 Sep 2007 21:26:54 +0200, brucerindahl [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com, Antoine Quint [EMAIL PROTECTED] wrote: Hi all, Opera announced the first public alpha for Opera 9.5, code-name Kestrel: http://www.opera.com/products/desktop/next/ It seems

Re: [svg-developers] Re: Do people on this list really want to promote SVG?

2007-06-21 Thread Erik Dahlström
On Wed, 20 Jun 2007 19:04:35 +0200, Richard Pearman [EMAIL PROTECTED] wrote: Hi, Can you be more specific about this as from what you saw I don't know what you saw and what the problem was and I'm not even sure what you mean by rendered chaotically. FF and Opera don't like font-sizes in

Re: [svg-developers] Re: text input to svg (forms in svg)

2007-06-19 Thread Erik Dahlström
I would suggest an absolute positioned iframe or similar. Then make sure that is displayed on top, and do the form in HTML. That would most likely work in FF, Opera and Safari. Hope this helps /Erik On Tue, 19 Jun 2007 01:27:18 +0200, sirlemmingviii [EMAIL PROTECTED] wrote: I had hoped

Re: [svg-developers] Detecting when rendering is complete

2007-05-30 Thread Erik Dahlström
On Wed, 30 May 2007 17:20:40 +0200, ddailey [EMAIL PROTECTED] wrote: I believe I have seen this question asked and answered here before, I may even have asked it (though I sincerely doubt that I ever answered it). So apologies in advance for retracing any overly familiar ground. Is

Re: [svg-developers] Text Scaling in Opera

2007-05-21 Thread Erik Dahlström
On Sun, 20 May 2007 20:20:45 +0200, simonshutter [EMAIL PROTECTED] wrote: Hi Folks, Can anyone explain the way Opera handles text scaling compared with FF2 and ASV3? In following example the deeply nested text elements scale well in FF2 and ASV3 but all appear at the same size in Op9.

Re: [svg-developers] About document.write

2007-05-04 Thread Erik Dahlström
On Thu, 03 May 2007 22:48:07 +0200, jordangcsnt [EMAIL PROTECTED] wrote: Hi, i have a .js and I want it calls another .js, I tried to do it with document.write but it doesn't work, there is a message, it shows: the object doesn't accept this property or method. I have this: svg

Re: [svg-developers] Re: foreignObject: Anyone found out a good way to dump HTML into SVG with it?

2007-04-25 Thread Erik Dahlström
Feel free to search the archives of svg-developers... Here are a couple of examples that work in Opera 9 and Firefox 3: http://tech.groups.yahoo.com/group/svg-developers/message/57941 Cheers /Erik On Wed, 25 Apr 2007 17:09:55 +0200, Jeff Schiller [EMAIL PROTECTED] wrote: What UAs are you

Re: [svg-developers] SVG and Thematic maps

2007-04-20 Thread Erik Dahlström
On Fri, 20 Apr 2007 00:03:19 +0200, kristianpalm [EMAIL PROTECTED] wrote: Hello I'm working with a application based on SVG where visitors will be able to create there own thematic maps just by adding data. Have tried it with Firefox, IE + ASV and Opera on Windows XP. Works fine i FF IE

Re: [svg-developers] Opera key events

2007-04-11 Thread Erik Dahlström
On Wed, 11 Apr 2007 10:39:10 +0200, Chris Peto [EMAIL PROTECTED] wrote: Hi All, I CGUI I have an edit that should take numbers and characters, but some of the numbers are shortcuts in Opera, therefore my edit gets the character but Opera also handles the shortcut, i.e. zooming. Is

Re: [svg-developers] Re: Optimal SVG transformations

2007-04-03 Thread Erik Dahlström
On Mon, 02 Apr 2007 16:24:32 +0200, frevi815 [EMAIL PROTECTED] wrote: Thanks! But to use setMatrix I have to write: e.transform.baseVal.getItem(0).setMatrix(matrix) (in firefox) Of course, you are correct, my initial reading was too quick. Since transform.baseVal is an SVGTransformList and

Re: [svg-developers] Optimal SVG transformations

2007-04-02 Thread Erik Dahlström
On Mon, 02 Apr 2007 12:42:17 +0200, frevi815 [EMAIL PROTECTED] wrote: Hello, I've been playing around with svg transformations and would like to know if you have any recommendations. I have the need to stack several transformations on top of each other and I've tried benchmarking SVGMatrix

Re: [svg-developers] Patterns

2007-02-06 Thread Erik Dahlström
Have you tried using fill=currentColor inside the pattern? Then you should be able to set the 'color'-attribute on the element that references the pattern and have it used in the pattern. Hope this helps /Erik On Mon, 05 Feb 2007 18:01:47 +0100, Carroll, Brendan M. [EMAIL PROTECTED] wrote:

Re: [svg-developers] Finding document root to add elements to.

2007-01-27 Thread Erik Dahlström
On Thu, 25 Jan 2007 20:49:47 +0100, Aaron Gray [EMAIL PROTECTED] wrote: At the moment I am using :- svg xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; version=1.1 xml:space=preserve viewBox=0 0 1000 1000 onload=Initialize( evt)

Re: [svg-developers] embed .v. object .v. frames .v. iframes -- [was SVG in XHTML file]

2007-01-25 Thread Erik Dahlström
On Thu, 25 Jan 2007 02:05:47 +0100, ddailey [EMAIL PROTECTED] wrote: Aaron Gray wrote: This brings up the issue of embed .v. object .v. frames .v. iframes I would appreciate some pointers and advice here. I'll go ahead and make a stab at an answer. If I misstate or neglect anything,

Re: [svg-developers] Importing SVG from another file with XMLHttpRequest

2007-01-25 Thread Erik Dahlström
On Thu, 25 Jan 2007 09:39:14 +0100, frevi815 [EMAIL PROTECTED] wrote: First, as I'm new to this board: Hello everyone! I'm having trouble importing external SVG with XMLHttpRequest. It's inserted in the document but isn't visible. If I look at the html-tab in Firebug the new element is there

Re: [svg-developers] Swapping attribute values on large numbers of elements

2007-01-24 Thread Erik Dahlström
On Wed, 24 Jan 2007 06:58:29 +0100, simonshutter [EMAIL PROTECTED] wrote: Hi, I have a scenario where I need to plot hundreds of rectangles and each rectangle has two possible y values but all other attributes are static. To save space I was hoping to add two attributes that could be

Re: [svg-developers] Re: Support of SVG content in the image tag ?

2006-12-20 Thread Erik Dahlström
On Tue, 19 Dec 2006 22:45:00 +0100, Charles McCathieNevile [EMAIL PROTECTED] wrote: On Tue, 19 Dec 2006 20:12:32 +0100, Jeff Schiller [EMAIL PROTECTED] wrote: I know Opera is currently working on SVG-as-background-image and apparently this works in some build (not sure if it's in Opera

  1   2   >