Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 1210 invoked from network); 27 Oct 2003 19:50:04 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Oct 2003 19:50:04 -0000 Received: (qmail 5126 invoked by uid 500); 27 Oct 2003 19:49:46 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 5099 invoked by uid 500); 27 Oct 2003 19:49:45 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 5085 invoked from network); 27 Oct 2003 19:49:45 -0000 Received: from unknown (HELO sati.virbus.de) (145.253.246.81) by daedalus.apache.org with SMTP; 27 Oct 2003 19:49:45 -0000 Received: from sati.virbus.de (localhost [127.0.0.1]) by localhost (SMTP Server) with ESMTP id C093D166AC2; Mon, 27 Oct 2003 20:49:49 +0100 (MET) Received: from virbus.de (a183069.studnetz.uni-leipzig.de [139.18.183.69]) by sati.virbus.de (SMTP Server) with ESMTP id BAAB7166AB7; Mon, 27 Oct 2003 20:49:48 +0100 (MET) Message-ID: <3F9D76FD.8080202@virbus.de> Date: Mon, 27 Oct 2003 20:50:21 +0100 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: de-de, de, en-gb, en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org, joakim@verona.se Subject: Re: generating imagemap from svg? References: <3F9D0B8A.10102@verona.se> In-Reply-To: <3F9D0B8A.10102@verona.se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On 27.10.2003 13:11, Joakim Verona wrote: > Hello, > > Im trying to use the svg serializer. > > Generating a jpg from a svg works well. Now I'm trying to make > clickable areas in the svg and > get cocoon to convert thos clickable areas to an imagemap, but I'm > having difficulties. > > Is there a serializer somwhere that does this? Google turns up some > references, but is there a standard serializer for svg to imagemap? > > Im currently using sodipodi to generate the base svg and clickable > areas, then I transform the SVG adding data. > > (please reply also to my adress) > /Joakim Hello Joakim, no it's not possible with the serializers that transform the SVGs to JPEG or PNG. The reason: they create only the image, but not the HTML code encessary for an image map. You must write a stylesheet which creates (based on the SVG) the imagemap HTML code. I have done this already a long time ago, must be at least 2 years. I don't know if the code is lost. But this code is not commonly usable I guess, it must be written at least a bit different for each SVG. If you have problems, simply ask. Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org