Hi there I build a sample background image call style4.png, It work just fine on inkscape 0.45 when export to png file format. however when I tried to batch...
I also download batik-1.7beta1 to do the test, Is that because batik don't support "transparency" png file. here is the png file http://2tsao.com/style.png ...
... Well, if you create your own custom javascript objects they would also be garbagecollected at some point. ... I would recommend that yes. ... Or perhaps: ...
Erik Dahlström
ed@...
Apr 2, 2007 12:04 pm
58445
Thanks! But to use setMatrix I have to write: e.transform.baseVal.getItem(0).setMatrix(matrix) (in firefox) Is there any way to avoid this? Sorry about the...
Hi, When you get NullPointerException, did you boot the SVG DOM ? See: http://wiki.apache.org/xmlgraphics-batik/BootSvgAndCssDom Regards Tonny Kohar -- Sketsa ...
... Of course, you are correct, my initial reading was too quick. Since transform.baseVal is an SVGTransformList and not an SVGTransform your first...
Erik Dahlström
ed@...
Apr 3, 2007 7:38 am
58450
I've been wanting to integrate SVG with XHTML, but it's been very difficult to get it to match stylistically. Ideally there should be some way to include SVG...
I have been testing some scripts to input paths to an SVG display. These paths include arc commands. The path is added to the DOM in the following fashion: var...
Very curious. I was surprised, since I believed Opera handled arcs okay. I did a different test: Adding the path to the document directly rather than through...
ddailey
ddailey@...
Apr 4, 2007 1:02 am
58453
I'm working in a SVG site with aim of being a place to learn this language. I'ts main feature is a list of examples that users can modify, seeing the results...
Very nice Jaime. I tried to fiddle with something like that client-side with some quick JavaScript,...
ddailey
ddailey@...
Apr 4, 2007 12:09 pm
58455
... required ... I use this simple form I made up: http://files.myopera.com/orinoco/tools/roundpath.html copy the paths you want to round into the text area,...
I'm a person who is just new with this al, but what my opinion is about your site. It is a nice site and well done, choose english or spanish is good for me,...
I've got an question to you all. How cn you all go still programming in svg when Adobe is quiting support after 1 januar 2009 (problem for I.E)? and I never...
Hello, we have running Adobe SVGViewer on Vista with no problems. Adobe only ends supporting ASV. The tool is still available after this date. I think we will...
Opera and Firefox have a really good native support for SVG. Konqueror and Safari need a plugin (not ASV) but they want to begin cover a little native support....
Hi Jaime, Interesting idea and well done. It can be used for promoting SVG. For people that don't know SVG, it should contain some details of how to be able to...
actually Safari (nightly build) already has pretty good SVG support. SVG fonts, SMIL and filters aren't working but scripting/DOM works fine (with some...
this is a good idea. Thanks for sharing. Very good for people learning SVG. It also works in Safari nightly build. (except the filter example of course). ...
Thanks to all for your comments. To David: Thank you for your example. I also have tried the client- side with the same results as you. But I can see some...
Hi Everybody, CGUI (SourceForge project CSVGUI) now available. http://csvgui.sourceforge.net/ Mit freundlichen Grüßen/Regards Chris Peto Freelance System...
Hi, Iam trying to work with jpeg,png,svg images.Iam using jmagick to modify the images.Jmagick is not supporting svg so iam using batik to transform svg to...
Hi There, Just a quick question. Is it possible to setup within an application an DTD? For example if i am drawing a type of diagram and there are set of rules...
... Iam trying to work with jpeg,png,svg images.Iam using jmagick to modify the images.Jmagick is not supporting svg so iam using batik to transform svg to...
ddailey
ddailey@...
Apr 7, 2007 12:47 pm
58469
The following svg file, including the animation, is displayed on the Firefox browser very nice. But when opened with the IE browser, only the original code...