Re: [svg-developers] Zoom In Out wih SVG

2012-06-09 Thread yannick . bochatay
edi 9 Juin 2012 14:40:03 Objet: Re: [svg-developers] Zoom In Out wih SVG Dear All, I want to Implement zoom-in and out of the static map background and all sub entities(that are placed on static map background on another layer) by point-and-click on the map. Point clicked is centered as pa

Re: [svg-developers] Zoom In Out wih SVG

2012-06-09 Thread Jason Barnabas
> Dear All, > > I want to Implement zoom-in and out of the static map background and all sub >entities(that are placed on static map background on another layer) by >point-and-click on the map. Point clicked is centered as part of the zoom >operation > > Regards, > Barkha I don't know if

RE: [svg-developers] Zoom In Out wih SVG

2012-06-06 Thread David Dailey
cided here. Cheers David From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of barkha Sent: Wednesday, June 06, 2012 6:32 AM To: svg-developers@yahoogroups.com Subject: [svg-developers] Zoom In Out wih SVG Dear All, I want to Implement zoom-in and

[svg-developers] Zoom In Out wih SVG

2012-06-06 Thread barkha
Dear All, I want to Implement zoom-in and out of the static map background and all sub entities(that are placed on static map background on another layer) by point-and-click on the map. Point clicked is centered as part of the zoom operation Regards, Barkha -

[svg-developers] zoom in problem in safari and chrome with inline svg

2011-05-02 Thread hala_zzz
I have a xhtml file, contains inline svg code, which is zoomed in correctly in both FF and Opera, but in both Safari and Chrome the situation is different, the width of svg document is changed by zooming in and out(increased and decreased respectively), Is there any way to fix this problem? thi

[svg-developers] Zoom in and Out animation on jpegs

2007-10-05 Thread vikasjain0358
Hi, I have a query wrt how SVG Tiny 1.2 and Javascript can enable the following scenario: I have a set of jpegs on my PC which I want to browse through within a UI screen and whenever I click them they should zoom in and when I click on other jpeg they should zoom out? Does SVG support animatin

Re: [svg-developers] zoom

2007-06-08 Thread Stephen Quintero
A bit of searching will yield several useful examples, such as this one: http://alzt.tau.ac.il/~dagan/tools/panZoom.svg Stephen On 6/7/07, yassinezt <[EMAIL PROTECTED]> wrote: > > hi all im new in this groups please helpme i wanna make a programme > that make zoom in svg thanx a lot > > >

[svg-developers] zoom

2007-06-07 Thread yassinezt
hi all im new in this groups please helpme i wanna make a programme that make zoom in svg thanx a lot - 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 gro

[svg-developers] Zoom with selection rectangle

2006-12-31 Thread jgfa92004
Hi all, Does anyone have an example of svg file with a selection rectangle to zoom in ? Thanks a lot. Happy new year everybody. Julie - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Gr

Re: [svg-developers] Zoom in/zoom out

2006-09-25 Thread Stéphane ANCELOT
Hi, There are some things in mozilla code source with magnify but did not find how it works. Best Regards Steph Nazar wrote: > Hi, > > My question is about feature zoom in/zoom out found in most graphics > viewers or editors. > > On a web page view I have iframe wchich displays SVG graphic

[svg-developers] Zoom in/zoom out

2006-09-25 Thread Nazar
Hi, My question is about feature zoom in/zoom out found in most graphics viewers or editors. On a web page view I have iframe wchich displays SVG graphics. The SVG is itself a diagram of a business process. Size of the diagram is big enough and scrollbars are displayed. So I need to implement

[svg-developers] zoom in/out specific element

2006-07-21 Thread achio_84
Hi all, I have a question regarding the zoom in and zoom out function of svg. I want to zoom in a specific element only on user click event. Is there any way to do that? I dont wanna zoom in the whole document, but only a specific element. Thanks. Regards, achio. Y

Re: [svg-developers] Zoom & Pan

2005-12-12 Thread Andre M. Winter - Carto.net
hi, > > >take a map and let users (or yourself) zoom in. once you know there is a > >ctrl+drag, you never touch the archaic "+" and "-" buttons anymore. it > >really makes a difference in usablility. > > Is this impossible when disabling zoom and pan? no > Is it possible to work > it out usin

Re: [svg-developers] Zoom & Pan

2005-12-12 Thread Jeroen Vanattenhoven
Andre, >take a map and let users (or yourself) zoom in. once you know there is a >ctrl+drag, you never touch the archaic "+" and "-" buttons anymore. it >really makes a difference in usablility. Is this impossible when disabling zoom and pan? Is it possible to work it out using JavaScript and

Re: [svg-developers] Zoom & Pan

2005-12-12 Thread Jeroen Vanattenhoven
Andre, >take a map and let users (or yourself) zoom in. once you know there is a >ctrl+drag, you never touch the archaic "+" and "-" buttons anymore. it >really makes a difference in usablility. Is this impossible when disabling zoom and pan? Is it possible to work this out using JavaScript a

Re: [svg-developers] Zoom & Pan

2005-12-12 Thread Andre M. Winter - Carto.net
hi christophe my intention is to have a full functional interface, as much as the actual technology permits (and reaches technically speaking some significant percentage of users). concerning map interfaces, my philosophy is to make them supernumerary, as much as possible. i can think about ~5

Re: [svg-developers] Zoom & Pan

2005-12-12 Thread Christophe Strobbe
At 13:35 12/12/2005, andré wrote: > > > > Except for people (e.g. with a mobility impairment) who > > - can't use a mouse, or > > - can't use mouse and keyboard at the same time. > > > > When you think "users", don't assume that everyone is fully able-bodied. > > > > >yes, but a majority is. for t

Re: [svg-developers] Zoom & Pan

2005-12-12 Thread Andre M. Winter - Carto.net
> > Except for people (e.g. with a mobility impairment) who > - can't use a mouse, or > - can't use mouse and keyboard at the same time. > > When you think "users", don't assume that everyone is fully able-bodied. > yes, but a majority is. for them well suited interfaces are needed. for the

Re: [svg-developers] Zoom & Pan

2005-12-12 Thread Christophe Strobbe
At 18:39 8/12/2005, andre m. winter wrote: >hi, > > I don't see the drawback of disabling pan & zoom since you application > > will probably have a specific user interface for zooming & panning the > > map. Or do you mean "with as a cartographer" that there are a lot of GIS > > applications which c

Re: [svg-developers] Zoom & Pan

2005-12-08 Thread Andre M. Winter - Carto.net
hi, > I don't see the drawback of disabling pan & zoom since you application > will probably have a specific user interface for zooming & panning the > map. Or do you mean "with as a cartographer" that there are a lot of GIS > applications which currently use something similar? (I'm not a > car

Re: [svg-developers] Zoom & Pan

2005-12-08 Thread Jeroen Vanattenhoven
hello andre, Andre M. Winter - Carto.net schreef: >hi Jeroen > >the main differences are: > >1) when you set zoom&pan with the viewBox, you have to forbid zoomAndPan >through the viewer's functionality (ctrl+something for ASV and >Squiggle). as a cartographer this is the biggest drawback. it is

Re: [svg-developers] Zoom & Pan

2005-12-08 Thread Andre M. Winter - Carto.net
hi Jeroen the main differences are: 1) when you set zoom&pan with the viewBox, you have to forbid zoomAndPan through the viewer's functionality (ctrl+something for ASV and Squiggle). as a cartographer this is the biggest drawback. it is possible to rebuild this functionality, but this is hard

Re: [svg-developers] Zoom & Pan

2005-12-08 Thread Jeroen Vanattenhoven
Andre M. Winter - Carto.net schreef: First of all, thanks for the elaborate answer. >hi Jeroen, > > > >>Zoom & Pan operations on SVG maps are quite common. Mostly those >>operations are implemented changing the viewBox attributes. >> >> > >the problem is that viewBox manipulations are inc

Re: [svg-developers] Zoom & Pan

2005-12-08 Thread Andre M. Winter - Carto.net
hi Jeroen, > Zoom & Pan operations on SVG maps are quite common. Mostly those > operations are implemented changing the viewBox attributes. the problem is that viewBox manipulations are incompatible with currentScale/Translate because on every setting of new viewBox values currentScale/Transl

[svg-developers] Zoom & Pan

2005-12-08 Thread Jeroen Vanattenhoven
Zoom & Pan operations on SVG maps are quite common. Mostly those operations are implemented changing the viewBox attributes. Is it possible to achieve the same effect using currentScale and currentTranslate? Not for example on the root svg element, which mostly represents a user interface, but

Re: [svg-developers] Zoom on a part of svg

2005-10-22 Thread julie gautier
That's exactly the kind of things I want to do : I want to be able to zoom on a part of the svg document while the rest of the svg document remains unchanged. So, does this example shows there's no way to deal with the svg tools ? I mean I have to do (javascript code) my own zoom and pan, I cann

Re: [svg-developers] Zoom on a part of svg

2005-10-22 Thread Sylvain Rouillard
Le Samedi 22 Octobre 2005 09:53, jgfa92004 a écrit : > Hi all, > I have a svg file that contains two svg parts : > > > ... > > ... > > > Is there a way to have a zoom only on svg 1 and not on svg 2 ? > Or is there a workaround ? > Thanks in advance. > Julie Hi Julie,

[svg-developers] Zoom on a part of svg

2005-10-22 Thread jgfa92004
Hi all, I have a svg file that contains two svg parts : ... Is there a way to have a zoom only on svg 1 and not on svg 2 ? Or is there a workaround ? Thanks in advance. Julie Yahoo! Groups Sponsor ~--> Most low income household

[svg-developers] Zoom to left upper corner?

2005-07-21 Thread alex_philippi
Hi, I use a SVG-document on a html-site and display it with the - tag. If I zoom into my document, the "zoomed in result" will be displayed at the center of the svg view. Could I "say" my SVG document, that it have to zoom in and display the result in the upper left corner instead of the center

Re: [svg-developers] zoom/pan svg image, only inside a frame

2005-07-19 Thread Bart
On 7/18/05, spanakimaria <[EMAIL PROTECTED]> wrote: > How can I have an svg frame that can not be panned or zoomed, and an > svg image inside the frame that allows zoom and pan? An alternative to the reverse transforms suggested (which I believe can be slightly buggy, I've read one viewers misimpl

Re: [svg-developers] zoom/pan svg image, only inside a frame

2005-07-18 Thread Holger Will
spanakimaria schrieb: > How can I have an svg frame that can not be panned or zoomed, and an > svg image inside the frame that allows zoom and pan? > > Thanks, > > Maria > Hi Maria i believe its not directly possible, what you can do is allow zoom/pan on your outer svg frame, and then have a gro

[svg-developers] zoom/pan svg image, only inside a frame

2005-07-18 Thread spanakimaria
How can I have an svg frame that can not be panned or zoomed, and an svg image inside the frame that allows zoom and pan? Thanks, Maria - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yaho

RE: [svg-developers] zoom in/out on a SVG map with icons

2005-05-27 Thread Barend Köbben
> Is there another way of doing this? This should be a typical problem with SVG maps, so I hope that one of the mapping people here knows a good/common solution. Indeed, and the best way to start is looking at the excellent tutorial the Carto.net people put together on this: http://www.carto.net

[svg-developers] zoom in/out on a SVG map with icons

2005-05-27 Thread Real, Peter
Hello to all, I am creating a SVG based map. The user can zoom in and out of the map with special javascript functions. The map also has a layer with Icons. The problem is that the Icons should not be zoomed with the same factor. At the moment I am using a separate javascript function to scale t

RE: Re[2]: [svg-developers] Zoom / Viewbox

2005-03-22 Thread Chris Peto
ogrammers' Application Resource Kit SVG site: http://www.schemasoft.org/svg/main.svg HTML site: http://www.schemasoft.org/ -Original Message- From: Christoph Gaisbauer [mailto:[EMAIL PROTECTED] Sent: Dienstag, 22. März 2005 16:22 To: Chris Peto Subject: Re[2]: [svg-developers] Zoom

Re[2]: [svg-developers] Zoom / Viewbox

2005-03-22 Thread Christoph Gaisbauer
ce Kit CP> SVG site:  http://www.schemasoft.org/svg/main.svg CP> HTML site: http://www.schemasoft.org/ CP> -Original Message- CP> From: th3moog [mailto:[EMAIL PROTECTED] CP> Sent: Dienstag, 22. März 2005 15:25 CP> To: svg-developers@yahoogroups.com CP> Subject

RE: [svg-developers] Zoom / Viewbox

2005-03-22 Thread Chris Peto
roups.com Subject: [svg-developers] Zoom / Viewbox I have an SVG file with two SVG sections each of which defines its own veiwbox - one represents an area that displays a map, the other an area for text etc. I was wondering... is it possible to limit the default zoom and pan behaviour of the SVG v

[svg-developers] Zoom / Viewbox

2005-03-22 Thread th3moog
I have an SVG file with two SVG sections each of which defines its own veiwbox - one represents an area that displays a map, the other an area for text etc. I was wondering... is it possible to limit the default zoom and pan behaviour of the SVG viewer to only one of these viewboxes? I would

[svg-developers] zoom the svg file

2004-12-24 Thread ratee111
hi, i've the svg file that is bar chart. how i can do zoom in bar chart? Regards, wimonsri Yahoo! Groups Sponsor ---

[svg-developers] zoom

2004-12-24 Thread ratee111
hi, i've the svg file that is bar chart. how i can do zoom with graph? Regards, mon Yahoo! Groups Sponsor ~--

[svg-developers] Zoom by "Ctrl + right click" is limited ! Why ?

2004-12-06 Thread Quang Nguyen
Hi everybody. I'm making a web map, if I implement zoom function by script (set currentScale value), I can zoom to any level I want, but If I use Ctrl + right click (ASV3), I just can zoom a few times (zoom level is limited). Is there anyway to change this default function ? or we can't do anythin

Re: [svg-developers] Zoom without pixel replication

2004-12-03 Thread Peter Thompson
Thanks for the response. I'll see what I can do with the fonts - Do you Yahoo!? Dress up your holiday email, Hollywood style. Learn more. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor -

Re: [svg-developers] Zoom without pixel replication

2004-12-03 Thread Philippe Lhoste
Peter Thompson wrote: > I need the capability to zoom without pixel replication. I don't > know what the technical term for this is. The current SVG spec and > SVG viewers don't support this directly. This subject has been > written about in various threads and web sites, but I don't have a