I just posted a link on the Google+ site and found something interesting. Using Firefox you can not use external WOFF fonts, but you can import an external...
Hi, A while back I mentioned SVG to a friend who knows a lot about computers. He said it was no longer beind developed, rather dismisively, and didn't seem...
I can use the metric system in SVG design for all purposes except the transform element. Why? If I want to place something at x=85% y=30% I can't, using...
You might find this work done by Lubos Brieda of particleincell.com to be informative. He's set up an interface that allows dragging the points through which a...
It is required to have shadow effect on various elements of svg like path, rect, etc. I have tried this using filters that already given in svg , but that is...
Usually, I'm rendering data that already is in, or can easily convert to, XML format. Thus I use XSLT, which was precisely designed to transform XML into other...
Guys I am new to SVG and have a basic question for you. There are multiple ways to generate SVG... 1. Use Batik 2. Use simple document API in java 3. Use...
Hi, I want to get to understand in detail what Adobe illustrator produces as SVG (what the schema rules are I guess). So that if I do something in illustrator...
excuse me... i am making SVG MAP WEB project using Mysql as database and javascript... but i don't really know the function javascript to show the legend and ...
Hi all, Gee its been 10 yrs since I posted to this group. I find it amazing that SVG seems to be getting a revival with HTML5. So, I am back with my 1st post: ...
I want to start displaying animated SVG photos that are created using our new online animated SVG tool; however, it's rather hard to find sites that already...
Dear All, I'd like to transform (rotate) my object with the filter applied to it, but I want to keep my filter without object's transformation. I ended up with...
Hi, I'm trying to use replicate to provide realistic shading in realistic pictures. Unfortunately, it's difficult to make replicate objects the required shape...
Hi, I've found this bug on a pretty innocuous looking svg. All this does is make a circle on and off I have two such blocks one with a begin time of 0s and...
Hello SVGers, The getBBox method (by design) doesn't take into account clipping. Is there a method that does, or failing that, has anyone written some...
I have a project I'm working on. My goal is to display 18 images in a single HTML document in the same space. The first is just text and is put in using...
Dear All, I want to drag HTML Div Element from a list of Div elements & drop it as an image into the SVG element of SVG file that is embedded with the same...
Hi, Where to find the feature strings to test if the methods getScreenBBox(), getBBox(), getScreenCTM() are available? Looking also for scriptbased fallback...
Hello, I just joined your SVG group. I'm working on a web application which is based on SVG. I have a little problem concerning the rotate parameters of a text...
Dear All, I've tried to apply a drop-shadow filter, but encountered the following inheritance issue, see this small test case http://hroska.cz/other/filter.svg...
I now have a Chrome / webkit compliant example of the puddle effect example below - see: Â Â Â Â Â Â Â Â http://irony-maiden.com/SVG/Cr-Puddle.htm [ Â Â all...
Hi, I am trying to add current time to the svg file I have using Ecmascript. following is the code I have. Unfortunately its not working . can someone help me...
To see an example of a reflection in a puddle view: http://irony-maiden.com/SVG/Puddle.htm ( Best viewed in Mozilla Firefox or Seamonkey ) regards, ...