RE: [svg-developers] double buffering

2004-09-29 Thread Doug Schepers
Hi, Thomas- Do you have a URL we can look at? It may help us to optimize it. If not, can you describe the mechanism by which you're updating the SVG? Are you doing so incrementally (one element at a time, for instance), or all at once? Are you using a very large image, or filters? Without any

RE: [svg-developers] Audio on SVG

2004-10-25 Thread Doug Schepers
' style='fill:none; stroke:#777;'/ /svg http://www.svg-whiz.com/audio/audioSwitch.svg Regards- Doug Schepers doug . schepers @ vectoreal.com www.vectoreal.com Philippe Lhoste wrote: | | | techitoutuk wrote: | How can you put audio clips on SVG? | | Tony Bell | | Theoritically, you have

RE: [svg-developers] Re: Inserting SVG documents in HTML without using an SVG file

2004-10-27 Thread Doug Schepers
Schepers doug . schepers @ vectoreal.com www.vectoreal.com Move into the future... Yahoo! Groups Sponsor ~-- $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM

RE: [svg-developers] Add Animate element Dynamically using javasc ript

2004-11-02 Thread Doug Schepers
Hi, Holger- I just wanted to correct a typo you made, to clear up any confusion. Holger Will wrote: | | standard svg elements are in the null namespace so it should | be newAnimElement.setAttributeNS(null,... | | newAnimElement.setAttributeNS(xlink:href,curElement); Holger meant to say

[svg-developers] Local Lecture on SVG

2004-11-08 Thread Doug Schepers
As I reported in my diary on svg.org... [ http://svg.org/user/schepers/diary ] On November 9th, I'll be giving an introduction to SVG at a XML User's Group meeting in the Research Triangle Park (in the Triangle area of North Carolina: Raleigh/Cary, Durham, and Chapel Hill/Carrboro). This will

[svg-developers] markerUnits (was: extensive use of defs)

2004-11-18 Thread Doug Schepers
(#arrow2)' marker-mid='url(#arrow2)' marker-end='url(#arrow2)' d='M150,150 Q350,90 375,150 T400,150' / /svg Regards- Doug Schepers doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions Yahoo! Groups Sponsor

RE: [svg-developers] Stroking small text

2004-12-03 Thread Doug Schepers
Hi, Jerry- I tried that, but it rendered the outline all but invisible. When I made the text bold, I got slightly better results. The problem is that the stroke is overlapping the interior of the glyphs. This should be fixed in SVG1.2, where you'll be able to have finer control over stroking,

RE: [svg-developers] Re: Stroking small text

2004-12-03 Thread Doug Schepers
Nice work, Kirby. If they don't want the outline to be blurry, they can just do this: filter id='halo' filterUnits='objectBoundingBox' x='-15%' y='-15%' width='130%' height='130%' feColorMatrix in='SourceAlpha' result='white' type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0

RE: [svg-developers] tool tips --on mouse over

2004-12-03 Thread Doug Schepers
the namespace-aware methods for createElementNS, like you did for setAttributeNS, but that's not why your script isn't working.) I happen to have a little tooltip implementation in JavaScript that might help you out: http://svg-whiz.com/samples.html#tooltip Hope that helps- Doug doug . schepers

RE: [svg-developers] Re: tool tips --on mouse over

2004-12-04 Thread Doug Schepers
SVG1.2 functionality... Not here yet. You can get the contents of 'title' and 'desc' to render by using them as referents to a 'tref'. I'll post an example to my Web site later today. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. dandiya wrote: | | Hi

RE: [svg-developers] Re: Expanding and collapsing sections of bargrap hs using SVG - Can it be done?

2004-12-04 Thread Doug Schepers
'use' or 'symbol', in order to save memory on frequently-used shapes. There are large blocks of Unicode dedicated to this legacy, and I was told recently that certain industries still use this odd practice. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions

RE: [svg-developers] Re: tool tips --on mouse over

2004-12-04 Thread Doug Schepers
that may not be | supported by the MozSVG implementation. | #273171 could be one to bite the bullet on? | | regards | | Jonathan Chetwynd | http://www.peepo.co.uk It's easy to use | irc://freenode/accessibility | On 4 Dec 2004, at 20:01, Doug Schepers wrote: | | As promised, here is the sample I

RE: [svg-developers] Re: tool tips --on mouse over

2004-12-05 Thread Doug Schepers
As promised, here is the sample I cooked up to demonstrate referencing metadata elements: http://svg-whiz.com/samples.html#trefMetadata Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Doug Schepers wrote: | | Hi, Ravi- | | That's because 'title

RE: [svg-developers] Re: tool tips --on mouse over

2004-12-05 Thread Doug Schepers
will get there in time, but it's not there yet. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Yahoo! Groups Sponsor ~-- $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB

RE: [svg-developers] Re: tool tips --on mouse over

2004-12-06 Thread Doug Schepers
, then applied in GetTrueCoords. I might get around to this next week, if you need. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. roycepipkins wrote: | | | This code does't seem to work as well when a viewbox | attribute is placed on the svg element

RE: [svg-developers] music and fonts and graphics

2004-12-06 Thread Doug Schepers
] http://www.unicode.org/charts/PDF/U1D100.pdf Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Yahoo! Groups Sponsor ~-- $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB

RE: [svg-developers] music and fonts and graphics

2004-12-06 Thread Doug Schepers
doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Thomas DeWeese wrote: | | | Aaron wrote: | | Well I didn't make this up and it is pretty standard to use | the latter | a to mean the note a. Translate this is not arbitrary, if | anything is | arbitrary

RE: [svg-developers] Re: Expanding and collapsing sections of bargrap hs using SVG - Can it be done?

2004-12-09 Thread Doug Schepers
Hi, Patricia - YahooGroups doesn't allow attachments. There is an upload area, but you're probably better off posting it to a URL somewhere and sending a link. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Patricia LaRue wrote: | | | Oops

RE: [svg-developers] Help needed - calculating path

2004-12-10 Thread Doug Schepers
/Shortest_path_problem Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. e2mieluv wrote: | | Below is a program I get from pathLength which calculates the | shortest-path.However,i'm having trouble including dijkstra | in the javscript.anyone could

RE: [svg-developers] How to hide some part of Visio SVG

2004-12-22 Thread Doug Schepers
Hi, Jaydeep- There are a number of ways to hide elements in SVG. You can see a very simple sample here: http://svg-whiz.com/samples.html#hideShow Do you need something more specific than that, like repositioning elements? Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com

RE: [svg-developers] How to hide some part of Visio SVG

2004-12-22 Thread Doug Schepers
Hi, Jaydeep- It's very simple, using standard JS DOM methods. You should read up on those. var targetParent = evt.target.parentNode; Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. jaydeep wrote: | | Hi Doug | | Thanks for your guide line

RE: [svg-developers] How to hide some part of Visio SVG

2004-12-22 Thread Doug Schepers
who needs immediate help come check out the SVG channel. It's even logged, so you can search it for answers to common questions: http://svg.jibbering.com/ Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. | -Original Message- | From: jaydeep

RE: [svg-developers] SVG project brain storming

2004-12-24 Thread Doug Schepers
. There are several examples in the past few months on this list, if you search the archives (there was one that was a virtual restaurant, so use that for a keyword). If you want to share details of what exactly you're trying to do, we might be able to help you further. Regards- Doug doug . schepers

RE: [svg-developers] assign position to mouse pointer ???

2005-01-18 Thread Doug Schepers
and re-fire mouse events respectively, but for some simple use-cases, it might suffice. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Jean-David Benamou wrote: | | | Hi, | | In javascript/DOM one can get the mouse pointer position from

RE: [svg-developers] Drag and Drop for groups

2005-02-04 Thread Doug Schepers
Thanks for the kind words, Philippe. As you said, it's a pretty trivial problem, unless I'm misunderstanding something. I made a slight alteration to my sample, to show how to move groups: http://svg-whiz.com/svg/DragAndDropGroup.svg Regards- Doug doug . schepers @ vectoreal.com

RE: [svg-developers] Square as basic shape

2005-02-05 Thread Doug Schepers
='@width' transform='translate(-25,-15)'/ But don't let me discourage you from taking it up with the SVG WG. I may not be seeing a bigger picture. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Jerrold Maddox wrote: | | | Has there ever been

RE: [svg-developers] Square as basic shape

2005-02-05 Thread Doug Schepers
sides='1' and get a circle with a circumference equal to the edge length. doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. | Jerrold Maddox wrote: | | | Has there ever been a discussion of adding square to Basic Shapes? | For instance, following the way circle is done

RE: [svg-developers] Square as basic shape

2005-02-05 Thread Doug Schepers
for relative positioning and sizing, and I think Cameron's idea is the best thought out. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg

RE: [svg-developers] Square as basic shape

2005-02-06 Thread Doug Schepers
computationaly expensive. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your

RE: [svg-developers] Drag and Drop for groups

2005-02-06 Thread Doug Schepers
to initialize the variables once. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Burkhard Stollenwerk wrote: | | Hello Doug, | | it looks pretty fine. | But I have two problems. | 1.)Not any group should be moved. | 2.)I take the svg document by using PHP

RE: [svg-developers] Re: real world unit vs screen resolution or display device

2005-02-07 Thread Doug Schepers
reasons: 1) For properly calibrated screens, they are correct; 2) For print measurements, they are often correct (depending on the viewBox, CTM, zoom level, printer driver, etc.) Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Barend Köbben wrote

RE: [svg-developers] Mozilla getStyle GetStyleData JavaScript etc

2005-02-07 Thread Doug Schepers
, CSS classes are still useful, so be careful: CSS style definitions override inline style attributes. Best not to mix and match. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Rerun wrote: | | | Thanks for the insight. It works on the mouseover

RE: [svg-developers] adroit maps.google.com/maps

2005-02-08 Thread Doug Schepers
is more likely. But then again, I would, since I like SVG... :) Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. welkerpaul wrote: | | | No bash, just an encouragement for the ambitious svg gis mapper: | Google maps ( maps.google.com/maps ) is quite

RE: [svg-developers] Re: adroit maps.google.com/maps

2005-02-08 Thread Doug Schepers
, and with an upcoming improved plugin from Adobe (presumably ;). Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership

RE: [svg-developers] Executing Javascript

2005-02-09 Thread Doug Schepers
, and (surprisingly!) FF+ASV6pr1. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Jan wrote: | | | I'm new to svg and Javascript. I'm using html, Javascript, | and svg in my web app. I have two embedded svg documents | within my html: | svg1 and svg2. Both

RE: [svg-developers] Read elements with in group

2005-02-17 Thread Doug Schepers
pathParent = document.getElementById('objid-1509-1867'); var pathNodes = pathParent.getElementsByTagName('path'); var path = pathNodes.item[0]; var pathData = path.getAttributeNS(null, 'd'); Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. | -Original

RE: [svg-developers] Read elements with in group

2005-02-17 Thread Doug Schepers
Oops! :) Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. raghu raman wrote: | | hi Jérôme and Doug, | | Thanks for your solutions. I made a one little change for | ur code. I change the following line | var path = pathNodes.item(0

RE: [svg-developers] Probelm in clone a node

2005-02-17 Thread Doug Schepers
Hi, Raghu- It's much simpler than that: var clone = path.cloneNode(false); clone.setAttributeNS(null, 'marker-end', '#arrowHead'); document.appendChild(clone); Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. | -Original Message- | From

RE: [svg-developers] Probelm in clone a node

2005-02-17 Thread Doug Schepers
Oops again! Make that: document.documentElement.appendChild(clone); I'm sloppy today... Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Doug Schepers wrote: | | Hi, Raghu- | | It's much simpler than that: | | var clone = path.cloneNode(false

RE: [svg-developers] iterate elemnets one by one

2005-02-25 Thread Doug Schepers
), and to access them, iterate through the list one by one with getElementById(arrowLine + i). Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. raghu raman wrote: | | Hi |I create and append the path element with id named as | arrow line at some times

RE: [svg-developers] Text Should be paralle to the line

2005-03-13 Thread Doug Schepers
via script. Doug Schepers, March 2005./desc script![CDATA[ function SetLabel(evt) { var svgns = 'http://www.w3.org/2000/svg'; var xlinkns = 'http://www.w3.org/1999/xlink'; SVGDocument = evt.target.ownerDocument; SVGRoot = SVGDocument.documentElement; var targetObject = evt.target; var

RE: [svg-developers] multiple script elements

2005-03-23 Thread Doug Schepers
Hi, rossallard- I do this all the time with no problems. Maybe you could send us an example or a url? Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. rossallard wrote | | I've tried separating two script sources into two files each | referenced

RE: [svg-developers] Re: Macromedia SVGT in Flash Lie 1.1

2005-03-26 Thread Doug Schepers
Macromedia and anyone licensing FlashLite. If people really don't see the value, you could remove the libs; and if they do like it, you might even consider charging more for it, and adding support for SVG in your authoring products (possibly even at a higher premium). Regards- Doug doug . schepers

RE: [svg-developers] google and SVG

2005-03-28 Thread Doug Schepers
. They should also search for the body of text, tspan, textPath, and tref elements, and index that as well as the titles and descriptions. Perhaps we should email them. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. | -Original Message- | From

RE: [svg-developers] Re: Macromedia SVGT in Flash Lie 1.1

2005-03-28 Thread Doug Schepers
to get SVG-Tiny included in FlashLite in a substansive way? [1] http://www.macromedia.com/software/flashlite/productinfo/features/index.html #item-4 [2] http://www.macromedia.com/software/flashlite/productinfo/faq/#itemC-5 Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com

RE: [svg-developers] Re: Macromedia SVGT in Flash Lie 1.1

2005-03-29 Thread Doug Schepers
; but surely your client companies are not under any such constraint. Perhaps it would be best for us to try to contact them? Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. John Dowdell wrote: | | | Doug Schepers wrote: | But you didn't address my other

RE: [svg-developers] FRAME AND SVG

2005-03-31 Thread Doug Schepers
Hi- You might find the files here useful: http://schepers.cc/testbed/frames/ Click on framework.html to get started. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. erwantroel wrote: | | Hello | is it possible to call an svg file from an svg

RE: [svg-developers] Odd polygon behavior

2005-03-31 Thread Doug Schepers
- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Rerun wrote: | | Below are two SVG files, I'd attach them, but they usually | get rejected. They are similar in that they are created by | postGIS from the same data. The first is an intersection

RE: [svg-developers] what happened to schemasoft.com?

2005-04-04 Thread Doug Schepers
! As for the SPARK framework, I know some people involved in it. I'll see what I can find out. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. wi2fish wrote: | | Any idea what happened to the SPARK developers homepage | www.schemasoft.com? It was unreachable

[svg-developers] SVG and HTTPS

2005-04-22 Thread Doug Schepers
Hi- Has anyone had direct experience with using SVG (ASV3/IE, specifically) via HTTPS? We're getting a problem loading an SVG using embed on a JSP (through a VPN, I believe). Are there any known problems with viewing scripted SVG, or using postURL? I would very much welcome any confirmation or

RE: [svg-developers] When will the SVG wiki be up again?

2005-05-21 Thread Doug Schepers
Hi, Willem- Mea culpa. That is on my plate, but I've been slammed with work for the last several weeks. Things are beginning to calm down, so you can expect it back in its wonderful, wacky, wiki-wiki glory shortly. Regards- Doug [EMAIL PROTECTED] www.vectoreal.com ...for scalable solutions.

RE: END??: [svg-developers] tone on this list, Re: A Secret SVG underground Society?

2005-05-25 Thread Doug Schepers
Hi. folks- With due respect to all parties involved in this discussion, I think the best way to end such threads (this one, and future inflammatory and unproductive posts) is to simply stop replying to them. Thus, topics that are relevant and helpful will dominate this list, and others will

RE: [svg-developers] Purpose of the list.

2005-05-26 Thread Doug Schepers
Hi, Pete- Yup. I totally agree... That was implicit in what I was saying, but I may not have made that clear. Thanks for making it explicit. In that vein, for those who don't know about it, www.svg.org is a great resource that also helps with news. There are many example sites, from simple ones

RE: [svg-developers] Re: SVG and HTML all in one html file

2005-06-08 Thread Doug Schepers
To quote the movie Stripes, Lighten up, Francis. Holger and I showed how to do this for, let's see, the 3 biggest browsers in the world, IE, FF, and Opera. I'll bet Amaya does it, too. Lynx is probably out. Mark Birbeck showed how to do it with his company's plugin. How much more today do you

RE: [svg-developers] Re: SVG and HTML all in one html file

2005-06-09 Thread Doug Schepers
: | | Doug Schepers schrieb: | | To quote the movie Stripes, Lighten up, Francis. | | Holger and I showed how to do this for, let's see, the 3 biggest | browsers in the world, IE, FF, and Opera. I'll bet Amaya | does it, too. | Lynx is probably out. | | Mark Birbeck showed how to do

RE: [svg-developers] The Future of SVG

2005-06-28 Thread Doug Schepers
with the release of Firefox 1.1. I'm sorry that the team of volunteer Mozilla programmers has not worked fast enough for you. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

[svg-developers] SVG-Wiki

2005-08-04 Thread Doug Schepers
the wiki account-only. If you want to help out, I will have to make you an account. I will also make the raw archives available on request. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Yahoo! Groups Sponsor

RE: [svg-developers] SVG Development Environment - Seeking Beta Users

2005-08-07 Thread Doug Schepers
a demo and some sample output. BTW, where can I get an SVG-capable watch like that? *That* would be really cool... Especially with wireless capability... Let me know when you start selling those. :) Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions

RE: [svg-developers] Let's make some income from SVG

2005-08-10 Thread Doug Schepers
with the SVG Wiki. Without a community of developers, SVG would really be dead. And not fun. And not profitable. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Yahoo! Groups Sponsor ~-- font face=arial

RE: [svg-developers] Animated Line Drawing?

2005-08-11 Thread Doug Schepers
of your line, or you can do it by hand... Start with 0, and work your way up by larger increments (10, 20, 30), until you get in the ballpark, then tweak it by smaller increments. The second animation isn't relevant to your question, I just put it in there for style. Regards- Doug doug . schepers

RE: [svg-developers] Let's talk about SVG Development (was: Let's make some income from SVG)

2005-08-15 Thread Doug Schepers
of a list like this where it isn't appropriate, is that such people as Chris Lilley post there and address such questions. It's not that lively, but it is focused on the Let's make some income with SVG issue. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions

RE: [svg-developers] Does SVG allow relative positioning of graphical elements?

2005-09-21 Thread Doug Schepers
='orange' desccircle positioned relatively with percentage values within the viewbox of an inner SVG/desc /circle /svg /svg Note that this does *not* work with paths or polygons, which cannot use percentages as values. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com

RE: [svg-developers] Re: Does SVG allow relative positioning of graphical elements?

2005-09-21 Thread Doug Schepers
and sizers for my custom widgets. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. | | Simon | | | You can't position elements relative to one another, but you can | relatively position (most) elements within an | SVG element. | | For example

RE: [svg-developers] Re: Does SVG allow relative positioning of graphical elements?

2005-09-21 Thread Doug Schepers
for the next version. This is not to say that no mobile UA will render your content (some of them do some custom stuff), but you certainly can't depend upon it. [1] http://www.w3.org/TR/SVGMobile/index.html#svgelement [2] http://www.w3.org/TR/SVGMobile12/struct.html#SVGElement Regards- Doug doug . schepers

RE: [svg-developers] Path and brush

2005-10-03 Thread Doug Schepers
. There is also the Renesis viewer, due out around Q1 2006, which will supposedly cover everything known about SVG 1.2. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Yahoo! Groups Sponsor ~-- Most low income

[svg-developers] SVG at Conferences (was: SVG Open 2006 San Diego?)

2005-10-03 Thread Doug Schepers
/index.php?option=contenttask=viewid=79 [3] http://svg-whiz.com/wiki/index.php?title=Conferences [4] http://svg.org/ Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Richard Gnyla wrote: | | Why not include the SVG Mobile within the SVG conference

RE: [svg-developers] use element

2005-10-04 Thread Doug Schepers
a relative path, if might work. So, assuming that your active SVG file is in: C:/SVG/Apps/active.svg Use: var symbolRef = ../Test Folder/symbol_library.svg#symbol; (Or something like that.) Hope that helps- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions

RE: [svg-developers] Re: SVG Open 2006 San Diego?

2005-10-04 Thread Doug Schepers
Hi, Travsam- Just so you know, SVG Open will *not* be in San Diego. It will be on the west coast, though, in Victoria, British Columbia, Canada (near Vancouver). Not as close for you, I'm afraid, but probably not much more expensive if you are flying. This does not preclude there being SVG

[svg-developers] SVG Open 2006 VICTORIA-It'll be great! (was: SVG Open 2006 VANCOUVER-It'll be great!)

2005-10-05 Thread Doug Schepers
Hi, Francis- While you're in Vancouver, you should pop over to Victoria. It's a short trip to the island by ferry, and it's where the rest of us will be having SVG Open. ;) Seriously, it may seem strange, but Victoria (the capitol of BC) is on Vancouver Island. Vancouver City, however, is not;

RE: [svg-developers] SVG animation

2005-10-05 Thread Doug Schepers
Hi, Andrew- That combination should work. As a test, you might try IE+ASV3/ASV6pr1. As a newbie, you may be interested to know about the SVG-Wiki [1]. It has links to ASV6 [2]. For some animations that I know work with ASV3, you can look here: [1]

RE: [svg-developers] setAttributeNS is dumb,dumb,dumb!

2005-10-05 Thread Doug Schepers
Hi, Francis- You might want to take a look at the SVG-Wiki article on namespaces [1]; I wrote it to outline exactly why namespaces are necessary. | How many of you just love to type about 100 extra keystrokes | for any SVG element you want to create or access? It's only a tiny bit more effort

RE: [svg-developers] Re: Linking images with a xlink

2005-10-05 Thread Doug Schepers
Hi, Travsam- Can you post a URL to your code, or a snippet of the offending code? We'll be better able to help you that way. Regards- Doug [EMAIL PROTECTED] www.vectoreal.com ...for scalable solutions. jucabapa79 wrote: | | Insisting with my trouble i experimented to use different |

RE: [svg-developers] a xlink:href=my.htm#someID finds the htm, but not the ID

2005-10-05 Thread Doug Schepers
Hi, Bryan- I'm not sure why it's not working for you. It works for me in both ASV3+IE and FF (native SVG): http://www.svg-whiz.com/svg/jumpToId.svg Regards- Doug [EMAIL PROTECTED] www.vectoreal.com ...for scalable solutions. bryan_schnabel wrote: | | Hello, | | I'm trying to link a string

RE: [svg-developers] Re: Linking images with a xlink

2005-10-05 Thread Doug Schepers
Hi, Travsam- I don't know why you should be having any problems. This code (a variation on yours) works perfectly in IE+ASV3 and FF1.5b1. svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' a xlink:href='http://www.yahoo.com' transform='rotate(315,160,300)'

RE: [svg-developers] Re: setAttributeNS is dumb,dumb,dumb!

2005-10-06 Thread Doug Schepers
Hi, Francis- | JD, | Finally, someone who can think outside the box! His point was *not* the same point you were making. You recommended that an author create custom attributes, but not in their own NS (as they should be). The issue of attributes in the null namespace is not as serious. The

RE: [svg-developers] Re: setAttributeNS is dumb,dumb,dumb!

2005-10-06 Thread Doug Schepers
Hi, Francis- | Francis proposed: | | | Without further ado, I also challenge anyone to provide a | namespace | | process of today, whereby I can't present it in a more intuitive | | method, without the use of namespace. | | Doug says: | This should be easy for you. Design an XML dialect

RE: [svg-developers] Re: setAttributeNS is dumb,dumb,dumb!

2005-10-06 Thread Doug Schepers
Hi, Francis- | I don't know what in hell you are talking about. I did a | search for this wondourous LandscapingML and/or LML, but | Google says that's a non-happening. It's an imaginary, arbitrary XML I asked you to make up, as described here: | | Doug says: | | Design an XML dialect

RE: [svg-developers] setAttributeNS is dumb,dumb,dumb!

2005-10-06 Thread Doug Schepers
Happy birthday, Francis! function MakeElement( elementType, parentElement ) { var newElement = SVGDocument.createElementNS('http://www.w3.org/2000/svg', elementType); if ( null != parentElement ) { parentElement.appendChild( newElement ); } return newElement; }; function

RE: [svg-developers] Can we call adobe svg viewer predefined methods such as zoom??

2005-10-06 Thread Doug Schepers
Hi, omarrabi13- | I want to call the zoom in/out, pan and original view method | that are predefined in the adobe svg plugin. in the browser, | you access them either by right click (the contextual menu) | or by clicking on ctlr, | ctrl+shift or alt... The short answer is no, you cannot call

RE: [svg-developers] a xlink:href=my.htm#someID finds the htm, but not the ID

2005-10-06 Thread Doug Schepers
Hi, Bryan- | I tried several different absolute and relative paths, to no avail. | | Maybe xlink:href only works with http. This would be a setback. I can confirm that it does not work with ASV+IE on local files. I don't know if it is IE or ASV that is causing the problem, though I suspect

[svg-developers] Ego Games (was: setAttributeNS is dumb,dumb,dumb!)

2005-10-06 Thread Doug Schepers
Hi, Francis- | Thanks for the .js file. I will definitely use it if I take | to FireFox. My issue isn't that code can't be globally changed, So, you've been given both the technical reasons and the easy solutions. Jim and I have provided you with simple workarounds for what you perceive as a

RE: [svg-developers] Re: a xlink:href=my.htm#someID finds the htm, but not the ID

2005-10-06 Thread Doug Schepers
Hi, Jim- | Er, IE works fine with fragment identifiers in http | resources, as this thread shows - IE strips fragment | references from file:// protocol stuff, but it's happy across | plugin boundaries, the issue is file:// and I can't see this | as something that needs fixing, their being no

RE: [svg-developers] getClientX() and getBBox() not in Firefox 1.5?

2005-10-16 Thread Doug Schepers
Hi, David- It's not: evt.clientX(); it's: evt.clientX; getBBox() is also supported, although there does seem to be something buggy about it. I haven't troubled to track it down, but I think it only works on visible, rendered objects. This behavior may or may not be correct, but certainly is

RE: [svg-developers] node from id

2005-10-17 Thread Doug Schepers
Hi, Maiko- If you're looking for the most optimized way, do it like this: var myItem = doc.getElementById('myItem'); myItem.parentNode.removeChild(myItem); That way, you're only hitting the DOM to find the element once, instead of twice. gEBI is a rather expensive method call, I would think,

RE: [svg-developers] xml to svg need help ASAP

2005-10-17 Thread Doug Schepers
Hi, mapinja- You have 2 issues you need to solve: 1) load and process the SVG; 2) figure out how to draw the charts. For the first problem, you might look at the example found here: http://www.zuccaralloo.de/devgroup/content.php?m=messages Specifically, the file:

RE: [svg-developers] node from id

2005-10-17 Thread Doug Schepers
Hi, David- | At 08:24 AM 10/17/2005, Doug wrote: | That way, you're only hitting the DOM to find the element | once, instead | of twice. gEBI is a rather expensive method call, I would think, | especially on large documents (unless the implementation | caches a hash | table of all the ids).

RE: [svg-developers] Heresy - Convert svg to jpg?

2005-10-19 Thread Doug Schepers
Hi, Simon- No heresy at all! I think it is often a very sensible idea to rasterize programmatically-generated SVG, and there are many times I've done it, varying on the use case. I personally used Batik or ImageMagick, but you can find others at:

RE: [svg-developers] help me solve this issue

2005-10-20 Thread Doug Schepers
Bad Cameron! No cookie! You forgot to declare the XLink namespace in the root. svg xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; a xlink:href=two.svg rect x=100 y=100 width=100 height=100/ /a /svg Regards- Doug [EMAIL PROTECTED] www.vectoreal.com

RE: [svg-developers] Graphs Development using SVG/Batik

2005-10-20 Thread Doug Schepers
Hi, Prashant- Could you specify what you mean by graphs? Do you mean node-edge graphs, or charts (like line charts, bar charts, pie charts, etc.) There are examples of both on the Web, but if we know details about what you want, we can be more specific. Also, if you're going to be using Java

RE: [svg-developers] kiss getters setters goodbye!

2005-10-20 Thread Doug Schepers
Hi, Francis- Francis Hemsher wrote: | | Adobe's SVG viewer provided that feature, | methinks because it was a means of helping us early neophites | to apply SVG. No, I'm pretty sure that it's as Chris Lilley said a couple of days ago [1], that they were needed for Netscape 4, and are simply

RE: [svg-developers] Re: SVG Pie Charts in a PDA

2005-10-21 Thread Doug Schepers
Hi, ACL- Yow! That may display on a PDA, but the transmission time would be a killer. Why not use a bezier curve, like a Q or a C? Here's that same shape (more or less) described using a bezier: path d=M0,0 L99.5,0 Q99,54 52,85.5 Z/ I did that by hand, but it's really not that hard to

RE: [svg-developers] MAX2005: Some Flash stuff ...and something about the Ele...

2005-10-21 Thread Doug Schepers
Perhaps it's optimistic of me, but I keep thinking that one of the goals of SVG was to be a vector-graphics interchange format. Not a Flash-killer, not a Sparkle-desparkler, but as an open-standard shared medium that IDEs for each could export to. Sure, there are features that are specific to

RE: [svg-developers] Anchor in SVG - Atul

2005-10-21 Thread Doug Schepers
Hi, Atul- In case you haven't seen it, there is an article on SVG-Wiki on the proper way to make inline SVG that works across browsers, in IE+ASV, and native FF and Opera [1]. From the looks of it, you are probably using it as a reference, so I think you are good there. From Jeff's analysis of

RE: [svg-developers] Re: How to extend text on a path beyond the line?

2005-10-30 Thread Doug Schepers
Hi, Simon- | I also just tested this in FF1.5Beta2 and could not display | any text on a path at all using: 'textPath' is implemented in MozSVG on the trunk (which is the total code base), but will not be in FF1.5. It was implemented too late, apparently, and hasn't been properly regression

RE: [svg-developers] Re: How to extend text on a path beyond the line?

2005-10-30 Thread Doug Schepers
Hi, Simon- | Thanks, Doug - do you have any insight into my earier post | about text extending beyond the end of the path? Yes, the passage you cite describes only the behavior of an individual glyph, not the text node as a whole, and is only intended for position and orientation. Once both the

RE: [svg-developers] Can I protect my svg in the viewer

2005-10-31 Thread Doug Schepers
Hi, Laurent- | I'm making a web site, I want to protect the svg file wich | appear to the site. | Wow can I do ? There are ways of making it harder for someone to get at your code, but the reality is that it's not normally worth the bother. There's an article on SVG-Wiki about this:

RE: [svg-developers] Re: Change color of an element from a style sheet

2005-10-31 Thread Doug Schepers
Hi- | Try this: | rect= document.getElementById(Element ID); The original poster should note that Element ID is not a legal id value. An id can't contain spaces, and can only have the characters A-Z, a-z, 0-9, - and _. It must start with a letter. | style=rect.getStyle() |

RE: [svg-developers] Re: Can I protect my svg in the viewer

2005-11-01 Thread Doug Schepers
Hi, Francis- This is not secure either. As I said, any decent packet-sniffing software will allow a black-hat to intercept all traffic from a particular site... this includes all XML files, all script files, and everything else needed to recreate the SVG clientside. If it is downloaded onto the

[svg-developers] ANNOUNCEMENT: Open Source SmilScript Library

2005-11-04 Thread Doug Schepers
, animateColor, animateMotion, and animateTransform elements (though with a few implementation-specific bugs). It is being written and maintained by Doug Schepers. Provision has also been made to prevent it from interfering in UAs that already support SMIL (specifically the Adobe SVG Viewer, but addition

RE: [svg-developers] SVG1.2 When????

2005-11-06 Thread Doug Schepers
Hi, Chuck- | I am fairly new to the SVG community so this question may be | out of ignorance... when will SVG1.2 and Rendering Custom | Content spec be an official recommendation and when will the | major players implement it? [...] | Currenlty, with symbols, the children are not visible. 1.2

  1   2   3   >