[svg-developers] Re: Text on path browser compatibility

2012-03-31 Thread Holger Jeromin
: http://www.katur.de/dominant-baseline.svg only a tspan with a dy is cross-browser compatible... 8-( -- best regards Holger Jeromin - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg

[svg-developers] Re: onbegin and onend events not working on Chrome 13-17

2012-03-15 Thread Holger Jeromin
the svg mouse pointers, but the css one... node.style.cursor = crosshair; or show us our code. -- greetings Holger Jeromin - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers

[svg-developers] Re: browser stretching SVG IMG

2011-11-21 Thread Holger Jeromin
in quirksmode, so the result is wrong. changing the page to standard mode, all is right. results in quirksmode: iframe is all white (no circle) object is white background, correct circle embed and img is missing -- regards Holger Jeromin

[svg-developers] Re: text selector in ASV

2011-10-19 Thread Holger Jeromin
:) Peter Sorotokin (Jan 2002) wrote: You need to do this: evt.preventDefault() in all your event handlers (mousedown, mouseup, mousemove). Peter I also use this in HTML5 documents, where SVG is inline. Not compatible with ASV :-) -- regards Holger Jeromin

[svg-developers] Re: How to set the origin of the text to the top-left at SVG

2011-10-14 Thread Holger Jeromin
correction. ie9 does not support dominant-baseline or baseline-shift at all. Opera 12a only the baseline-shift. firefox 7 only dominant-baseline. chrome 14 both. -- best regards Holger Jeromin - To unsubscribe send a message to: svg-developers

[svg-developers] Re: Planisphere - a SVG based tool for astronomers

2011-09-21 Thread Holger Jeromin
agree this is not primarily an Opera issue. If you use css cursors there is more support, possible even in svg context: http://www.elektronotdienst-nuernberg.de/bugs/cursor.html url() works in all but opera, url() x y works in all but opera and ie9. -- Grüße Holger Jeromin

[svg-developers] Re: How to define canvas?

2011-09-04 Thread Holger Jeromin
://caniuse.com/svg-html5 thats why it does not recognise the svg Element in html. embeded svg in xhtml is working in opera without problems. -- regards Holger Jeromin - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit

[svg-developers] Re: svg on android?

2011-08-31 Thread Holger Jeromin
) and transmitted to the phone. -- Grüße Holger Jeromin - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group

[svg-developers] Re: svg on android?

2011-08-30 Thread Holger Jeromin
not. -- best regards Holger Jeromin - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group

[svg-developers] Re: Problem viewing SVG (in HTML) on Safari

2011-04-17 Thread Holger Jeromin
/#search=parser -- best regards Holger - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group

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

2011-03-23 Thread Holger Jeromin
data-* attributes and access them using getAttribute. Supported refers to accessing the values using the dataset property. -- regards Holger - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http

[svg-developers] Re: IE9 problem...

2011-03-22 Thread Holger Jeromin
for the picture and ogg for the sound) ie9 is NOT able to play ogg via the audio element. -- best regards Holger Jeromin - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers

[svg-developers] Re: IE9 problem...

2011-03-21 Thread Holger Jeromin
j.ingram48 schrieb am 20.03.2011 13:30: It would, of course be even better if IE9 provided support for the HTML5 audio tag, ... the audio-tag IS supported in IE9: http://msdn.microsoft.com/en-us/ie/ff468705.aspx#_HTML5_video_audio -- best regards Holger

[svg-developers] Re: textPath won't stay on path

2011-03-14 Thread Holger Jeromin
is: you don't installed a opera preview :-) http://caniuse.com/#search=woff http://my.opera.com/desktopteam/blog/2011/02/17/a-first-glimpse-at-barracuda If you install an public alpha from http://my.opera.com/desktopteam/blog/ you will see woff working. -- Mit freundlichen Grüßen Holger

[svg-developers] Re: Need Help to rotate the svg element

2011-02-03 Thread Holger Jeromin
was rotate the svg element. So it could be interpreted, as he wants to rotate the svg-element (which is not rotateable) and not an other element like text, rect, circle (which is). -- best regards Holger - To unsubscribe send a message to: svg

[svg-developers] Re: anti-aliasing fill

2010-12-29 Thread Holger Jeromin
this artifact. I tried svg color-rendering=optimizeSpeed, but this had no effect in my two browsers (Mac/Safari 4.1.3 and Mac/Opera 10.63). Any ideas? Please provide an example. -- regards Holger - To unsubscribe send a message to: svg

[svg-developers] Re: Custom cursors issues

2010-12-16 Thread Holger Jeromin
Holger - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group on the web, go to: http

[svg-developers] Re: SVG Grouping without using use tag ???

2010-12-01 Thread Holger Jeromin
coordinate system. https://bug-47669-attachments.webkit.org/attachment.cgi?id=70836 -- regards Holger - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] Re: click coordinates not of object

2010-11-20 Thread Holger Jeromin
pageX is available in all browsers (no adobe plugin) and is independant from the scrolling. But the problem is still that the offset of document.getElementById(grid) compared to the page is apparently not available. This is really suprising to me. I have not found a solution. -- best regards Holger

[svg-developers] Re: setting an event handler

2010-10-24 Thread Holger Jeromin
this obviously has young fingers!) Well, why might that be? I have yet to see an example that fails to an add(evt) is an eval(add(evt)) eval is considered evil :) This cannot be accelerated with the modern JIT Javascript optimisation in the Browsers. -- best regards Holger

[svg-developers] Re: Windows 7 + IE 9

2010-08-27 Thread Holger Jeromin
/viewtopic.php?f=2t=21712 [...] Holger, did you not experience an issue regarding activation of the image? Let me know. Thanks, I had no Problems with activation in march. Changing the Virtual-Hardware did not trigger the activation request. I don't know why. Today i am not able to reproduce this, since

Re: [svg-developers] Re: .getSVGDocument() issue with Opera 9.5

2007-09-09 Thread Holger
Hi Bruce i dont know about the .getSVGDocument() problem, and havent tried yet. but , i have ASV installed for testing purpose, and Opera 9.5 automaticly uses ASV for SVGs embedded with embed. that seems be the cause for your gSVGD problem. cheers Holger OK I will try to get this discussion

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

2007-09-06 Thread Holger
here is another test; using svg as css background-image: http://my.opera.com/SVGraphics/forums/topic.dml?id=203830 this again is a fantastic feature of Opera 9.5 these new Opera features are great fun ! cheers Holger - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

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

2007-09-05 Thread Holger
Opera team, great work cheers Holger - 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 group on the web, go to: http://groups.yahoo.com/group/svg-developers

[svg-developers] svg2png

2007-09-02 Thread Holger Wll
with this tool you can convert your svg to png or apng (animated PNG) inculuding content created onload. please test it and tell me what you think. (i know there are a lot of bugs :) cheers Holger - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg

[svg-developers] Re: Stumped by Firefox

2006-10-13 Thread Holger Wll
Hi A 250 -48 0 0 0 -234.32 16.72 ... ^^^ Firefox does not allow negative radii. try it with positive radius and all looks fine in FF. cheers Holger - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] Re: SVG 1.1 Layers : Help needed

2006-10-11 Thread Holger Wll
their own viewBox. but both dont solve the problem described above. cheers Holger - 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 group on the web, go

[svg-developers] Re: SVG authoring - web based applications

2006-10-11 Thread Holger Wll
like. so far there are editors for: rect,circle,ellipse,line,polyline,polygon and path(only absolute coordinates). i might find some time to upload what i have so far later, if you like. cheers Holger - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com

[svg-developers] Re: GetElementById on foreign elements in Firefox/ASV/Opera

2006-09-13 Thread Holger Wll
/~jgraham/mozilla/xpath-tutorial.html hth Holger - 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 group on the web, go to: http://groups.yahoo.com

[svg-developers] Re: GetElementById on foreign elements in Firefox/ASV/Opera

2006-09-13 Thread Holger Wll
Hi here is an example of how it may look like: http://www.treebuilder.de/svg/evaluate.svg click on the rect to test. cheers Holger - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo

[svg-developers] Re: 'Native' SVG support in Opera and FF

2006-09-12 Thread Holger Wll
cheers Holger p.s.: check this site. its a nice toolbar extension tutorial. there are also some tools mentioned. http://www.borngeek.com/firefox/toolbar-tutorial/ - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] Re: 'Native' SVG support in Opera and FF

2006-09-11 Thread Holger Wll
Hi * Is there even a way to pan or zoom in FF? you could use my Zoom and Pan Extension, which can be found here: http://www.treebuilder.de/zoomAndPan/index.htm its still in an early version, and i dont have much time to update it currently, but you can give it a try ;-) cheers Holger

[svg-developers] Re: relative element positioning

2006-08-30 Thread Holger Wll
by my preposters. hth Holger - 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 group on the web, go to: http://groups.yahoo.com/group/svg-developers

Re: [svg-developers] getElementFromPoint

2006-08-01 Thread Holger Will
checkEnclosure ( in SVGElement element, in SVGRect rect ); but unfortunatly they are not implemented anywhere. i doubt that you will be able to write a function to get a points color either, as there are no pixels in SVG, and therefor you dont have access to pixel values. hth Holger

Re: Re : [svg-developers] getElementFromPoint

2006-08-01 Thread Holger Will
minefield, and it really is a minefield, its not quite stable yet ;-) here: http://www.mozilla.org/developer/#builds the status of the 3.0 version can be checked here: http://www.mozilla.org/projects/svg/status.html cheers Holger -- if this information was useful, please try to help someone else

Re: [svg-developers] hi

2006-07-31 Thread Holger Will
/struct.html#InterfaceSVGSVGElement basicly zoomIn would be accomplished with: document.documentElement.currentScale*=1.5 etc. hth Holger -- if this information was usefull, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http://www.klimapartner

Re: [svg-developers] mousewheel event

2006-07-30 Thread Holger Will
Hi Jack in firefox the following works for me : addEventListener(DOMMouseScroll,func,false) hth Holger -- if this information was useful, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http://www.klimapartner-berlin.de

Re: [svg-developers] reusing an animateTransform in a use?

2006-07-26 Thread Holger Will
Hi David unfortunatly its not possible to reuse animations with use, but you can use a simple script, to clone the animate Element, and append it to the element you want to animate. hth Holger -- if this information was useful, please try to help someone else ! My Private Homepage: http

Re: [svg-developers] Re: cross-viewer SVG development and debugging from within the browser

2006-07-26 Thread Holger Will
by viewBox) , because on some attribute-values you cant use px (i.e.: d attribute), and using userCoordinates just keeps all values in the same coordinate System. i have to think about things to add, i will let you know if i come up with something. cheers Holger -- if this information was useful

Re: [svg-developers] evt object - differences between IE and Firefox

2006-07-26 Thread Holger Will
in case of fill, just do fill=black before removing the attribute. there are atributes where this is more difficult, like viewBox. cheers Holger -- if this information was useful, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http

Re: [svg-developers] reusing an animateTransform in a use?

2006-07-26 Thread Holger Will
disable the stylesheet, the rect will be filled red, and if you disable all css, the rect is green. so the essence is that there might be different authors of one file with different intentions. hth Holger -- if this information was usefull, please try to help someone else ! My Private

Re: [svg-developers] Re: cross-viewer SVG development and debugging from within the browser

2006-07-26 Thread Holger Will
and to get the link working in firefox just put the a around the text element. cheers Holger -- if this information was usefull, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http://www.klimapartner-berlin.de - To unsubscribe send

Re: [svg-developers] passing events

2006-07-25 Thread Holger Will
hi Jeroen just set pointer-events=none to you top object. cheers Holger -- if this information was usefull, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http://www.klimapartner-berlin.de - To unsubscribe send a message to: [EMAIL

Re: [svg-developers] Re: Firefox CPU usage

2006-07-19 Thread Holger Will
, and if there would be more tests, one could have nice statistics of all the implementations. cheers Holger -- if this information was usefull, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http://www.klimapartner-berlin.de

[svg-developers] news on treebuilder.de

2006-07-19 Thread Holger Will
, please let me know. and another great news, i got inline SVG working in the system used on treebuilder. see this simple inline SVG button tutorial: http://www.treebuilder.de/default.asp?file=643764.xml hope everything is fine for all of you, cheers Holger -- if this information was usefull

Re: [svg-developers] Absolute positioning of the SVG

2006-07-19 Thread Holger Will
DocRPF.documentElement.setAttribute(preserveAspectRatio ,xMinyMin); that should do the trick, but it should be xMinYMin ( large cap Y). or try preserveAspectRation=none hth Holger -- if this information was usefull, please try to help someone else ! My Private Homepage: http

Re: [svg-developers] Re: Firefox CPU usage

2006-07-19 Thread Holger Will
this is a great project for supporting implementers ! thanks Holger mailto:cam%40mcc.id.au -- if this information was usefull, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http://www.klimapartner-berlin.de Yahoo! Groups

Re: [svg-developers] Absolute positioning of the SVG

2006-07-19 Thread Holger Will
not be necessary to do this. if all that does not help, maybe you could write a little testcase and/or provide a link, so i can take a look at your code, it might be possible to help more. cheers Holger -- if this information was useful, please try to help someone else ! My Private Homepage: http

Re: [svg-developers] news on treebuilder.de

2006-07-19 Thread Holger Will
and testcases are done, i just need to write up something. so i expect the next part to be available later today. greetings Holger -- if this information was usefull, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http://www.klimapartner

Re: reporting Opera Bugs [svg-developers] Firefox on MacOSX...

2006-07-05 Thread Holger Will
will add a sticky post there to make this more clear. thanks for your great work at Opera ! cheers Holger -- if this information was usefull, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http://www.klimapartner-berlin.de

[svg-developers] Opera 9.0 for Windows released

2006-06-20 Thread Holger Will
. additionally Opera now supports client side XSLT , yay if you find any SVG related bugs, please post them in the Opera SVG Forum: http://my.opera.com/SVGraphics/forums/ thanks Holger Will -- if this information was usefull, please try to help someone else ! My Private Homepage: http

Re: [svg-developers] Opera 9.0 for Windows released (not just for Windows)

2006-06-20 Thread Holger Will
It's not just for Windows, I just grabbed the Mac version. And Opera seems to be already shipping the usual suspects: multiple Linux versions, FreeBSD, QNX, BeOS, OS/2, Solaris... even better :-) ; sorry for the misinformation. Yeah, with this release Opera is arguably the best browser

Re: [svg-developers] Opera 9.0 for Windows released

2006-06-20 Thread Holger Will
benamou schrieb: where is the list of supported features ? here: http://www.opera.com/docs/specs/svg/ -- if this information was usefull, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http://www.klimapartner-berlin.de

Re: [svg-developers] Re: setSrc() method can't work on adobe svgviewer3.03

2006-06-19 Thread Holger Will
Hi i know this is not exactly what you are looking for, but there is a Mozilla ActiveX Controll as well, and it does implement SVG, and is completely leagal to use in your Apps. see http://www.iol.ie/~locka/mozilla/control.htm , maybe you can resort to using this instead of ASV. hth Holger

Re: [svg-developers] Yahoo

2006-06-12 Thread Holger Will
my last mail also went missing, so i use this threat to test , too... -- if this information was usefull, please try to help someone else ! My Private Homepage: http://www.treebuilder.de My Companys Website: http://www.klimapartner-berlin.de Yahoo! Groups Sponsor

Re: [svg-developers] How to make SVGZ from a SVG file?

2006-06-12 Thread Holger Will
. i'm pretty sure a similar option exists in Apache, but i really don't know... but with this option, you don't have to change anything in your application. if that is however not an option, you can allways use http://www.gzip.org/ which is Open Source. hope that helps Holger

Re: [svg-developers] Disable Zoom but unable Pan

2006-03-29 Thread Holger Will
document.documentElement.currentTranslate.y=lastY } function storeLast(evt){ if(zooming==0){ lastX=document.documentElement.currentTranslate.x lastY=document.documentElement.currentTranslate.y } zooming=0 } ]]/script /svg hth Holger -- if this information was usefull, please try to help someone else ! My Private

Re: [svg-developers] Re: relative positioning

2006-03-29 Thread Holger Will
Hi Omar you can achieve this effect with nested svgs ?xml version=1.0? svg xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; circle cx=500 cy=500 r=500/ svg viewBox=0 0 100 100 rect x=90 y=0 width=10 height=100 fill=green/ /svg /svg hth Holger Omar Abo

Re: [svg-developers] Problems with USE element

2006-03-19 Thread Holger Will
Hi Fernando you have to set the correct namespace URI for the xlink:href. change this line: use.setAttributeNS(null, xlink:href, #+tipo+s); to: use.setAttributeNS(http://www.w3.org/1999/xlink;, xlink:href, #+tipo+s); hth Holger -- if this information was usefull, please try to help someone

Re: [svg-developers] Problems with USE element

2006-03-18 Thread Holger Will
Hi Fernando you have to set the correct namespace URI for the xlink:href. change this line: use.setAttributeNS(null, xlink:href, #+tipo+s); to: use.setAttributeNS(http://www.w3.org/1999/xlink;, xlink:href, #+tipo+s); hth Holger -- if this information was usefull, please try to help someone

Re: [svg-developers] Re: animated SVG to animated GIF

2006-03-04 Thread Holger Will
skatethere schrieb: Very cool, Holger. --kirby hey kirby thanks for your response :-) actually i dont need more than there is implemeted currently, but i have a idea how to do animateTranfrom quite easily. so i think i will work a bit more on that script. cheers holger --- In svg

[svg-developers] animated SVG to animated GIF

2006-03-02 Thread Holger Will
Holger -- if this information was usefull, please try to help someone else ! My Private Homepage: http://www.treebuilder.de - 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

Re: [svg-developers] Re: bounding box

2006-02-27 Thread Holger Will
Bruno Marquié schrieb: Hi Bruno Francis is right, you are not allowed to use numbers as ids, in fact an id must start with a string. but thats does not seem to be the problem in your case. i find that your code works in firefox and ASV6, so it could be a bug in ASV3. cheers Holger Hi

Re: [svg-developers] Re: Wait message

2006-02-24 Thread Holger Will
fill=green display=none/ /svg hth Holger -- if this information was usefull, please try to help someone else ! http://www.treebuilder.de - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo

Re: [svg-developers] animateColor and CSS

2006-02-24 Thread Holger Will
Holger -- if this information was usefull, please try to help someone else ! http://www.treebuilder.de - 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 group

Re: [svg-developers] Generate event, firing an event

2006-02-24 Thread Holger Will
() into a sync one. hth Holger -- if this information was usefull, please try to help someone else ! http://www.treebuilder.de - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups

Re: [svg-developers] Re: New to SVG, questions

2006-02-23 Thread Holger Will
Dave schrieb: OK. I threw it up on a server and now I'm confused that it's stopped working in firefox but does work in IE. I don't know what the issue is since firefox does not report any errors. Locally it works in both browsers though. Hi Dave it seem you have allready solved this

Re: [svg-developers] Re: New to SVG, questions

2006-02-22 Thread Holger Will
and window.innerHeight, but im not sure its implemented in ASV though. and in Firefox doing document.documentElement.width ( or .height) is also an option. cheers Holger -- if this information was usefull, please try to help someone else ! http://www.treebuilder.de - To unsubscribe send a message

Re: [svg-developers] New to SVG, questions

2006-02-22 Thread Holger Will
Attributes. i have written a little function, which Jeff Schiller and others have optimized, that turnes window coordinates into document coordinates. see the getScreenCTM function here: http://www.codedread.com/dragsvg.js cheers Holger -- if this information was usefull, please try to help

Re: [svg-developers] Re: New to SVG, questions

2006-02-22 Thread Holger Will
Dave schrieb: Hi Dave you might also want to check window.innerWidth and window.innerHeight, but im not sure its implemented in ASV though. and in Firefox doing document.documentElement.width ( or .height) is also an option. cheers Holger Thanks, I checked

Re: [svg-developers] Point along bezier at given distance

2006-02-22 Thread Holger Will
of the point that is a given distance along that bezier? Hi Justin i know its not exactly what you are looking for, but the SVGPathElement has a method called getPointAtLength , which migth be usefull in your case, unfortunatly its not implemented in firefox. hth Holger -- if this information

Re: [svg-developers] Re: New to SVG, questions

2006-02-22 Thread Holger Will
Dave schrieb: Thanks for the pointers. I think inkscape is going to be very useful to me. yeah , inkscape rocks ! by the way, have you checked http://www.openclipart.org yet ? its a great resource of public domain svg clipart. So, I had written off the firefox browser for this initial

Re: [svg-developers] Inter document scripting svg-html

2006-02-22 Thread Holger Will
Doug Schepers schrieb: Hi- Holger Will wrote: | | you are right, you can not script acreos object with ASV at all. | thats why embed is the only way for doing inter-document | communication that works in all browsers. I think iframe works across browsers as well. Good Morning Doug yes

Re: [svg-developers] Re: New to SVG, questions

2006-02-22 Thread Holger Will
Dave schrieb: cool ;-) if you want to support firefox, dont miss http://jwatt.org/svg/authoring/ It was easier than I thought to get my minimally functioning SVG example working in firefox. Just a few changes and it now works in both Firefox and IE(Adobe). Thanks hey , good to hear

Re: [svg-developers] Re: getBBox() error

2006-02-17 Thread Holger Will
Hi Rob afaik, getBBox() is implemented in firefox 1.5, but it does not work onload, see bug https://bugzilla.mozilla.org/show_bug.cgi?id=293581 you can get around this restriction by calling your function with setInterval(funcWithgetBBoxCall(),100). cheers Holger Robert Russell schrieb

[svg-developers] google and svg

2006-01-25 Thread Holger Will
/index.html cheers Holger -- if this information was usefull, please try to help someone else ! http://www.treebuilder.de - 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

Re: [svg-developers] google and svg

2006-01-25 Thread Holger Will
David Dailey schrieb: At 04:51 AM 1/25/2006, Holger wrote: one exciting news i found is that google uses SVG in their how HTML is really used- statistics. http://code.google.com/webstats/index.html Thanks, interesting data, and interesting that some folks at Google are using SVG. yes

Re: [svg-developers] SVG links for comments / collaboration

2005-10-03 Thread Holger Will
: - you have to configure your server to send the files with the correct mime-type (image/svg+xml) - you have to declare the namespaces at root level. for more info see http://www.jwatt.org/svg/authoring/ hth Holger -- if this information was usefull, please try to help someone else

Re: [svg-developers] reusing animations

2005-09-06 Thread Holger Will
/2005/08/26/transforming-xml-to-an-svg-textpath/ http://www.treebuilder.de/svg/extentSVG/artikel/tut.html http://www.treebuilder.de/svg/extentSVG/documentation.html hth Holger ?xml version=1.0 encoding=UTF-8? svg symbol id=oct viewBox=-20 -20 60 60 path style=stroke:black;fill:none

Re: [svg-developers] Re: HTML form communication

2005-09-02 Thread Holger Will
jayraghu04 schrieb: Thanks lot steve. I have one doubt regards this. Before In my script I include this line script type=text/ecmascript a3:scriptImplementation=Adobe xlink:href=Button.js/. So within button.js I can't refer parent object. It just shows the error message parent is

Re: [svg-developers] Re: HTML form communication

2005-09-02 Thread Holger Will
Steve schrieb: Here is a good one http://svg-whiz.com/wiki/index.php?title=Inter-Document_Communication i've just updated the examples on the wiki , so they work in IE+ASV3/6 and mozilla/firefox's native svg implementation. STEVE --- In svg-developers@yahoogroups.com, jayraghu04

Re: [svg-developers] Re: Set Focus

2005-09-02 Thread Holger Will
Sean schrieb: I thought of that too and have been working in that direction instead. Thanks. Hi Sean have you tried alert(hello) window.focus() that should do the trick ! hth Holger Francis Hemsher wrote: Hi Sean, Someday this loss of focus may be fixed. I think the best way

Re: [svg-developers] IE won't load svg as object inside html

2005-09-02 Thread Holger Will
loading your svg from another server than the html by any chance ? that could cause the problem you describe. if this is not the case, we need a bit more info , like browser version OS ... hth Holger - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com

Re: [svg-developers] Re: Unable to access outer methods from svg

2005-09-02 Thread Holger Will
. you can indeed just test for the existence of one or the other to make it run cross browser. hth Holger Regards Raghu --- In svg-developers@yahoogroups.com, JP Fiset [EMAIL PROTECTED] wrote: raghu raman wrote: Hi everybody, I have a problem to intercommunicate from svg to html

Re: [svg-developers] SVG snapshot to file

2005-09-02 Thread Holger Will
% /response hth Holger p.s.: its quite straight forward to implement postURL with XMLHttpRequest in mozilla . -- if this information was usefull, please try to help someone else ! http://www.treebuilder.de Yahoo! Groups Sponsor ~-- Get Bzzzy

Re: [svg-developers] HTML form communication

2005-09-02 Thread Holger Will
Pete d'Oronzio schrieb: Hi Holger, Thanks for the info. I'm implementing some of it right now. However, I'm not sure about all of it: 1. please correct the MimeType ! the svg file is send as text/html but should be send as image/svg+xml Where is this done? Not in the SVG, right? I

Re: [svg-developers] crop in svg

2005-08-24 Thread Holger Will
set the viewBox, if the later, you might need a graphics package which can do boolean combination of shapes, inkscape can do that for example. http://www.inkscape.org/ hth Holger - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg

Re: [svg-developers] Re: Deerpark SVG and Kevlin 2djs lib

2005-08-23 Thread Holger Will
jophof007 schrieb: Jim, Changed Thanx for feedback. J Hi John it seems the file is still send with text/plain as mimeType. could you please check again ? cheers Holger --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: jophof007 [EMAIL PROTECTED] wrote

Re: [svg-developers] Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050812

2005-08-23 Thread Holger Will
kouejou schrieb: --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: kouejou schrieb: Morning, I try to insert the image into my svg document. this code work correctly in windows navigator or not work in mozilla gecko natif svg. the execution

Re: [svg-developers] Serializing SVGDocument

2005-08-23 Thread Holger Will
extension of Adobe. if you like to do this in mozilla with nativ svg support, you could use a DOMSerializer. here is a nicely commented example how to get to the svgs window object: http://jwatt.org/svg/demos/scripting-across-embed.html hth Holger if this information was helpfull, please try helping

Re: [svg-developers] Native mozilla svg onclick event only activates once

2005-08-23 Thread Holger Will
download a newer build. your example http://www.thedominions.com/dev/iframes-test/index.html works perfectly fine in my deerpark alpha2 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050812 Firefox/1.0+ (after around 100 clicks it still works fine !) cheers Holger

Re: [svg-developers] Using the SVGZ file. with dear park alpha1(mozilla natif svg)

2005-08-22 Thread Holger Will
content-encoding header is send, that means, you can use svgz files only if they are seved by a websever. information on how to configure your server correctly can be found here: http://wiki.mozilla.org/SVG:MIMEType cheers Holger Yahoo! Groups Sponsor

Re: [svg-developers] Insert Image into the document SVG

2005-08-22 Thread Holger Will
/1.0+ if your build is older than that, just download a newer build, that should fix the problem. hth Holger Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hh9s1o8/M=362131.6882499.7825260.1510227/D=groups/S

Re: [svg-developers] Re: Saving SVG from Firefox to Local Machine

2005-08-16 Thread Holger Will
samcctan schrieb: Hi Holger, What do you mean there is no way to communicate between ASV and firefox? I am doing a project to improve the accessibility of the graphics to the blind and visually impaired people by using some assistive devices, such as audio and haptic. I am now

Re: [svg-developers] Re: Saving SVG from Firefox to Local Machine

2005-08-16 Thread Holger Will
samcctan schrieb: Hi Holger, THanks for your help. As you said, the approach you suggested is only work in firefox 1.5 (deerpark alpha2). Anyway, I tried to install it to my firefox, which is firefox 1.0.6 and obviously it shows that this extension only can be used in Firefox 1.0+ to 1.1

Re: [svg-developers] How to calculate Bounding box of a rotated ellipse

2005-08-15 Thread Holger Will
) re.setAttribute(y,box.y) re.setAttribute(width,box.width) re.setAttribute(height,box.height) } /script g id=e ellipse cx=50 cy=50 rx=50 ry=20 transform=rotate(12)/ /g rect id=re x=0 y=0 width=100 height=100 fill=none stroke=red/ /svg cheers Holger Yahoo! Groups Sponsor

Re: [svg-developers] Saving SVG from Firefox to Local Machine

2005-08-15 Thread Holger Will
by plugin ? what language are you using ? please clarify cheers Holger Thanks in advance, Sam Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h6nvajf/M=362329.6886308.7839368.1510227/D=groups/S=1706030389

Re: [svg-developers] How to calculate Bounding box of a rotated ellipse

2005-08-15 Thread Holger Will
=M0 0A50 20 45 0 0 100 100 A50 20 45 0 0 0 0 / /g rect id=re x=0 y=0 width=100 height=100 fill=none stroke=red/ /svg hth Holger Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hjic2j8/M

Re: [svg-developers] Re: Saving SVG from Firefox to Local Machine

2005-08-15 Thread Holger Will
samcctan schrieb: Hi, Yea... I mean I already install ASV for both firefox and IE. ok ! so you know that there is no way to communicate between ASV and firefox ? I am using JavaScript to write the plugin. I want to be able to read the svg file (of course, its svg codes) from any of

Re: [svg-developers] How to calculate Bounding box of a rotated ellipse

2005-08-15 Thread Holger Will
Holger Will schrieb: Faisal Javeed schrieb: Yes the getBoundingBox does not works. The ellipse below was rotated 12 degrees, if u rotate it 45 degrees then the bounding box is no longer a tight bounding. Is there anywork around / algo for calculating the bounding box of a rotated

  1   2   3   4   >