... OK, good luck. Declarative animation never has satisfied my need for dynamic SVG. If you get into the clipPath and understand how it can work, then you may...
O.K., I have a workaround. But I'm still interested why changing the event attribute has an effect, but not removing it!? Here is the workaround (is setting...
O.K., I have a workaround. But I'm still interested why changing the event attribute has an effect, but not removing it!? Here is the workaround (is setting...
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...
... You can position <svg> elements just like you can position any other elements in HTML using CSS. For instance: /* all svg elements with class="inline" */ ...
... Raise a bug in the safari bug tracking system for the safari issue. Contact the developers and ask for an update for Firefox 3.5 for the latter issue? ...
Some months ago I asked a similar question about the drawing of curves in real time, and someone pointed me to an example at carto.net that also animated the...
ddailey
ddailey@...
Jul 8, 2009 11:16 pm
62544
Greetings. I've adopted 2 SVG-files that work fine in IE, but not in FF because of the usage of TREF. See SVG-samples below. I've managed to convert the 1st,...
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...
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...
... Hi Robert, If I had a project similiar to yours, I would most likely try to load my rusults into an svg element. Then I would adjust viewBox values for my...
Hi Robert, in a recent post[1] Frank Bruder pointed me to the vector-effect attriubte[2] of SVG 1.2 which can do precisely what you want to do. Opera and the...
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...
There is no theoretical zoom limit, just implementation limits. I don't remember why Adobe SVG Viewer has its particular limitation, but my guess is that the...
Thanks Jon, I guess 16:16 is OK for most applications. However I surely could use the 64:64 on some projects where high zoom values would be beneficial. ...
I created this code to experiment with the viewport settings but now I have a new problem. When I load it into Firefox I get this message. This XML file does...
... http://www.google.com/search?q=svg+%22This+XML+file+does+not+appear+to+have+any+style+information+associated+with+it.%22 top results are correct...
does the specification mandate that where 100% is used for height and width, and the dimensions of the window do not match those of the viewport, the content...
Hi Richard, the obvious question - did you have a look at the SVG spec? See http://www.w3.org/TR/SVG11/coords.html - it contains a lot of information and some...
Thanks for the links. The first link (the spec), I had already discovered and found it a little over whelming. I will try again. The second link should come in...
Cameron, thanks for your immediate response, this would seem to be the correct solution but did you try: preserveAspectRatio="xMinyYMin" ? testcase:...