Hello! I want to use Batik to make some transforms on SVG images. I want to rotate, scale or translate an image. I searched all over the Internet and I didn't...
Using the Adobe SVG Viewer, I have become accustomed to limiting my SVG zoom journey to a scale of 16. I haven't, as of yet, tried to force a viewBox value...
I understand, from my own experiments and from online forums, that the actual width of a drawn line depends on its orientation if x and y scaling are not the...
The code below shows a way to animate the drawing of a circle. It works after a fashion, but I don't like it: - It is pushing stroke-dasharray to do something...
I am trying to figure out the best way to position svg images on an html page. Is it possible to position them using an external css page? If not, are there...
Does Firefox have pan and zoom for SVG? If so, how do you do it? Richard Pearman http://www.pixelpalaces.com/ The next stage in the evolution of web...
Hi all, I'm currently in the process of learning JavaScript, so I hope you'll forgive me if I'm missing something obvious. The following works as intended in...
Hi, I have to create a html file containing multiple svg objects. The html page should be displayed local on the pc using MS Internet Explorer 7 with ASV. I...
All, I am looking for thoughtful insight here with regards to the future of SVG. I am not interested in biased, emotional technical opinions. I need to make...
Hello, i found a strange positioning of tspans in a text element. <svg:svg xmlns:svg="http://www.w3.org/2000/svg"> <svg:text style="text-anchor:middle;"...
Hi, I have to create a html file containing multiple svg objects. The html page should be displayed local on the pc using MS Internet Explorer 7. I tried the...
There are some sites that will not allow svg, because of executable scripts that are in it, can cause a trojan horse or other malware. Is this an issue or...
Hi all, In the light of the Plone 4.0 discussion I wonder if there are any SVG friendly CMS systems out there? Probably most of the CMS don't support SVG as...
Hi all, The Plone team is looking for features and started a voting page. If you also think that the Plone CMS should support SVG out of the box, please vote...
Hey , Anybody is having the idea.. does SVG support XPATH, does anybody tell me the which is the best and fast searching method for SVG files hey I am using...
Hi, I am working on rendering the svg data into my application. Currently working on the <image> tag. Please go through the sample <image> tag below, <image...
Hi all, I wonder if someone on this group recently bought a Palm Pre phone? I wonder if it supports SVG within its webkit browser? I see a lot of people...
I have been racking my brain trying to call a script from an HTML page to a script contained in an SVG. From what I have read, this is doable, but I can't seem...
I wish to open an HTML window from script in SVG. As seen in the simple example at http://granite.sru.edu/dailey09/david/windowtest.svg , window.open( ) seems...
Just finished putting the last touches on a small voxel demo, all done through an SVG filter. It's nothing really new (it's just a followup to a little...
Hi all, We are looking for potential hosts of upcoming conferences (2010 and 2011). If you are interested in organizing one of the upcoming conferences, please...
Why this is not working both in Firefox and Inkscape? Thanks <svg ....> ........... <image x="0" y="0" width="300px" height="50px" xlink:href="truck.svg" ...
Francis, Thanks a lot for your kind and timely help. I indeed appreciate the attitude you are having to help others. Keep this attitude alive man. I am able to...
Yes, this is a bit of shameless self-advertising but I think it's really a great demo of what you can do with SVG in the browser. The demo shows how to use a...
Hello SVG folks, I have been working with SVG on and off for nine years. Doug S. wrote: "Where is the kick-ass SVG webapp for the iPhone that proves to the...
Hi All, I am using Adobe Illustrtor to generate the SVG file. When I look the saved SVG file. it looks some what like... <rect x="107" y="104" fill="none"...
Hi, Is it me or is it really hard to find out what version of Google Chrome you've got or what version(s) you may download? There's no Help with an "About...
I have a composite object (id="router") made up of several elements (circles, lines, ellipses, path, etc.) The final element in this composite object is a...