having difficulty finding non-pareil or ideal examples of legends** as used in cartography. ie text in html, graphic in SVG in use, in the wild, please advise...
Hi Jonathan, you can have a look at our examples on http://www.mappetizer.de/en/examples/index.html Armin Müller Von: svg-developers@yahoogroups.com...
Thanx jeff Schiller, link is very usefull for mee,but i have question , if i append the data dynamically in svg and pass the file in canvg ,can canvg convert...
Hi SVG Developers, The 9th edition of the SVG Open conference takes place in Cambridge, Massachusetts (next to Boston), USA, from Monday Oct. 17 to Thursday...
If I remember correctly you either need to send canvg a SVG file or the serialized SVG (as text). So you'll need to serialize the SVG document once it's been...
Hello Everyone, is there any possibility to specify the text rendering position on a path? I mean to specify if it has to be rendered inside or outside the...
Just 600 B file has been removed from my message so here is a direct link: http://skibob.dobruska.cz/other/text_path_ex.svg Subject: [svg-developers] Text on...
64605
ddailey
ddailey@...
Mar 5, 2011 2:15 pm
Hi Jan, Not sure if this is what you have in mind, but perhaps experiment with something like this: <svg xmlns="http://www.w3.org/2000/svg" ...
... I see no arcs in your code. If you define two concentric arcs with a difference in radius adapted to the height of your formatted text then you can...
... Hmm, I should clarify my original post (although I appreciate your interesting experiments). I just want to clone the first image and rotate it together...
Hi, Does anyone know of examples of the new HTML5 drag/drop events(ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop) for SVG...
I'm interested in moving the browser interface to my framework (HLL) into the world of HTML 5. Chrome seems to be the only browser now supporting Websockets,...
Hi, If you just want to convert an SVG to png or jpg, the best way is probably as follows: Open SVG in browser of your choice. If you like, you can use pan and...
Hi, Pantograph (http://severnclaystudio.wordpress.com/bluebeard/) is a Python script to render Blender (3D graphics program - http://www.blender.org/) files as...
Is there a special case in the spec somewhere that forbids using a linear gradient for stroke on horizontal and vertical lines? A co-worker asked for a 1-pixel...
Hi Wade. ... There is, the last paragraph in this section: http://www.w3.org/TR/SVG/coords.html#ObjectBoundingBoxUnits I kind of dislike it for the case where...
Thanx Jeff Schiller its help me alot , i have a question on svg angle plz help me ......i want to rotate the svg rect and again resize it....can u help mee to ...
On Thu, 10 Mar 2011 16:34:55 +1300 ... Thanks, Cameron. I assumed there had to be something like that, I just couldn't find it. G. Wade -- "Very sad life....
All, I have a SVG rectangle in my application which can be stretched horizontally by dragging the end bar (left & right) on either side of the rectangle. The...
Hi, Please have a look at these functions from CGUI: /** @ -------------------------------------------------------------- @ Method: getUserCoordinate @...
HTML5 is a bit of a catch-all. In practice it is used to refer to "stuff browsers other than IE can do", so I don't have a problem with SVG being counted as a...
Hello Everyone, in the attached sample graphics there is used mask for rendering the content. While IE, FF and Opera render output consistently, Chrome gives ...
Here is my sample graphics: http://skibob.dobruska.cz/other/mask.svg From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of...
Thanx chris, When i rotate the rectangle along its center position rect.setAttribute("transform","translate("+newxpo+" "+newypo+")"+"rotate("+angel+")...