Hello,

I'm new to SVG and also new to the forum. I have an SVG file of the
state of Georgia which shows each county. Each county is its own path
with an ID associated to it (see example below). I would like to be able
to change attributes on the fly from my browser and have them stored. I
assume that you would hook a database to the file but I cannot seem to
get traction. Does anyone have any advice on how to achieve this or can
anyone recommend any real working examples? Any help is greatly
appreciated.



<path
     
style="font-size:12px;fill:#ffffff;fill-rule:nonzero;stroke:#000000;stro\
ke-width:1.03440738000000000;stroke-linecap:butt;stroke-linejoin:bevel;s\
troke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:n\
one"
      d="m 300.31666,332.19714 -2.48789,9.98219 -10.52412,7.22181
-7.62888,12.22744 -1.89344,9.46708 -36.40505,-9.33099 8.61961,-22.55957
7.5078,-1.05948 42.81197,-5.94848"
      id="13241"
      inkscape:label="Rabun, GA"
      inkscape:connector-curvature="0"
      onclick="window.open('http://Google.com','_blank');"
      onmouseover="evt.target.setAttribute('opacity', '0.5');"
      onmouseout="evt.target.setAttribute('opacity','1)');" />








------------------------------------

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to