hi, to deactivate text selection, add
pointer-events="none" to your "text" tags cheers, hannes --- In [email protected], "dfi10x" <[EMAIL PROTECTED]> wrote: > --- In [email protected], "dfi10x" <[EMAIL PROTECTED]> wrote: > > I'm looking for a way to deactivate text selction in SVG graphics. > > How can do this? > > > > What i already found out, is how to deactivate the context menu. > > But it's still possilbe to zoom in with [STRG] + [LEFT CLICK]. > > How can i deactivate those shortcuts? > > > > Greets, > > Florian > > Now i also know how to deactivate shortcuts: > <svg xmlns="http://www.w3.org/2000/svg" > enableZoomAndPanControls="false" zoomAndPan="disable"> > > > But I'm still try to figure out how to deactivate text selection... ----- To unsubscribe send a message to: [EMAIL PROTECTED] -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/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

