[svg-developers] Target overlapping elements

2007-12-23 Thread scalablev
I have an svg map with elements covering other elements. I want the 
user to be able "get to" the bottom-most elements without turning off 
the elements at the top. Example: The user wants to click a parcel or a 
house that is covered by a plan. I've been thinking of showing a 
tooltip with a list of the available elements as the mouse pointer 
hovers over a given point in the map. The user can then choose from the 
list. Could I do this by disabling pointer-events layer by layer to 
reach the elements all the way to the bottom? 

Have you seen any clever implementations of this in other (svg) map 
applications? Any links to examples would be very much appreciated.



-
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/

<*> 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:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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/
 


[svg-developers] Opera/Firefox performance

2007-12-23 Thread scalablev
I'm developing map applications where the average svgz files are 50kb-
150kb. They usually have a couple of eventhandlers for tooltips, 
highlighting elements etc. IE with ASV can struggle a bit with the 
biggest files. I have heard about poor performance with the native svg 
implementations in Opera and Firefox. How do you think these browsers 
will deal my maps?

These svgz files are generated by Intergraph's GeoMedia WebMap. Has 
anyone else tried the WebMap and Firefox/Opera combination?



-
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/

<*> 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:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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/
 


[svg-developers] Cancel opacity inheritance

2007-12-23 Thread scalablev
I need one particular element in a translucent group to be opaque. Is 
there a way to escape the opacity set in the parent for this element?


   
   
   




-
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/

<*> 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:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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/
 


[svg-developers] tspan text-decoration

2008-01-07 Thread scalablev
ASV3 won't underline multiline text the way I think it should. The
following puts all decorations on the first line:


http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
http://www.w3.org/2000/svg"; version="1.1">
  
Normal text

  One 
  word 
  has 
  different 
  underlining

  


Test at http://kart2.nois.no/test/textdecoration.svg

Firefox 2 doesn't show any underlines at all. Am I missing something here?



-
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/

<*> 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:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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/
 


[svg-developers] Precision

2008-02-19 Thread scalablev
It seems like my IE+ASV svg application is rounding off doubles if 
they're big:

var testP = mysvgdoc.createSVGPoint();
testP.x = 6624220.4;
alert('testP.x: '+testP.x);

The above will yield "testP.x: 6624220.5". Is this an ASV bug? Can 
anything be done? I can't make my own point object, because I need to 
use SVGPoint's matrixTransform function.



-
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/

<*> 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:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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/
 


[svg-developers] Right-clicking in Opera

2008-08-21 Thread scalablev
It seems like the mousedown-event isn't happening in Opera. I can for 
example not drag elements with the right mouse button at http://
www.codedread.com/dragtest2.svg. Works in Firefox. Is this a known 
issue? 




-
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/

<*> 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:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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/



[svg-developers] Prevent context menu on right-click in Opera/Firefox

2008-08-21 Thread scalablev
In ASV I've been using event.preventDefault() to avoid the context 
menu. Doesn't seem to work in Opera/Firefox. Is there another way to 
disable the context menu in these browsers?




-
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/

<*> 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:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> 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/



[svg-developers] Re: Printing Large Maps

2004-09-23 Thread scalablev

My svg contents get distorted too, when printing large formats with 
ASV3 in IE. Can somebody provide an example of how to "embed the svg 
file as an image"?

--- In [EMAIL PROTECTED], Bill Thoen <[EMAIL PROTECTED]> wrote:
> Hi Trevor,
> 
> This works great! I actually am using multiple viewBoxes in my
> SVG file (one to handle lat/long coordinates for map features,
> one to handle feature labels, and one defined in inches for
> cartographic labels and other map furniture.) As long as I'm
> careful with the scales and make sure that the width & height
> dimensions cover the same space, it all does work out okay.
> 
> The only minor problem is that MSIE will only print the top left
> corner of the map if the image is bigger than the paper. I had
> hoped it would span multiple pages and print the map in panels.
> But for serious work, I'd use a large-format plotter anyway. At
> least now I know the trick.
> 
> - Bill Thoen
> 
> [EMAIL PROTECTED] wrote:
> > 
> > Bill
> > 
> > If you embed the svg file as an image () in an html 
document and
> > set the image size (eg width="200" height="150"), it will print 
to the size
> > of the image area. If you set the svg size to width="100%" 
height="100%"
> > (best to define a viewBox), the image will fill the area set by 
the image
> > tag. So by varying the size of the image area, you can make the 
image as big
> > or as small as you like and it will print okay.
> 
> ...



 Yahoo! Groups Sponsor ~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
~-> 

-
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/
 





[svg-developers] Re: Inserting SVG documents in HTML without using an SVG file

2004-10-26 Thread scalablev


I've tried inline SVG with ASV and IE after looking at 
http://www.schepers.cc/inlinesvg.html. It appears to be a great 
solution to my problem, but there's one major issue: IE crashes! If 
you try http://kart.nois.no/test/inlinesvg and cause the contents to 
redraw (Do lots of scrolling or drag other windows over the 
contents), IE will eventually crash. Tested on Win2k and XP.

Can you see anything wrong in my source code?


--- In [EMAIL PROTECTED], Holger Will <[EMAIL PROTECTED]> 
wrote:
> scalablev wrote:
> 
> >
> > I have an HTML document with 20+ small svg documents. I'm using 
ASV3
> > and the embed tag. All svg documents use the same svg file, but 
since
> > the ASV doesn't cache, the file is loaded 20+ times, every time 
the
> > HTML page is shown.
> >
> > Is there a way to create and insert the svg document by script? 
I've
> > tried using embeds without the src attribute, but then I can't 
even
> > get a reference to the window object.
> >
> hi scalablev
> 
> its even worse, since IE cant handle mimetypes correctly, it 
produces 
> two requests to the server for each file.
> u can do the following ( will work only in IE ):
> -write your svg data into the html ,
> -have a sript read the data,
> -use parseXML to transform that Data to an xml tree
> -use appendChild to load the document to the various viewer 
instances.
> 
> here is an example ( emty.svg is just an emty file !):
> 
> 
> 
> 
> 
> hallo
> 
> function sayHallo(){alert("hello")}
> 
>onclick="sayHallo()"/>
>  http://www.treebuilder.de";>
> 
> 
>
> 
> 
>  type="image/svg-xml">
> 
> function loadSVG(){
> var emb=document.embeds("emb")
> var svg=document.getElementById("doc")
> var svgDoc=emb.getSVGDocument()
> var svgWin=emb.getWindow()
> var newNode=svgWin.parseXML(svg.innerHTML,svgDoc)
> svgDoc.documentElement.appendChild(newNode)
> var b=svgDoc.documentElement.getBBox()
> emb.setAttribute("width",b.width)
> emb.setAttribute("height",b.height)
> }
> 
> 
> 
> hth
> holger





 Yahoo! Groups Sponsor ~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
~-> 

-
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/
 





[svg-developers] Re: Inserting SVG documents in HTML without using an SVG file

2004-10-27 Thread scalablev


Unfortunately, Mozilla is not an option for my application right now.

I added some linefeeds to the code so it's easier to read. There's no 
nesting of rects within rects here as far as I can tell:



A

 

Isn't this valid svg?


--- In [EMAIL PROTECTED], Holger Will <[EMAIL PROTECTED]> 
wrote:
> hi scalablev
> 
> if you really need inline svg i would strongly recommend to use an 
svg 
> enabled Mozilla( http://www.mozilla.org/projects/svg/#get_it ).
> it renders svg natively  (no plug in) .
> concerning your source code,
> i dont know if you really intended this complex nesting structure ! 
but 
> anyways your are not alowed to have rects containing other rect- , 
text- 
> or svg- elements. sorry, but this is in no way valid svg i wonder 
why 
> anything gets drawn at all .
> 
> holger
> 
>
> 
> scalablev wrote:
> 
> >
> > I've tried inline SVG with ASV and IE after looking at
> > http://www.schepers.cc/inlinesvg.html. It appears to be a great
> > solution to my problem, but there's one major issue: IE crashes! 
If
> > you try http://kart.nois.no/test/inlinesvg and cause the contents 
to
> > redraw (Do lots of scrolling or drag other windows over the
> > contents), IE will eventually crash. Tested on Win2k and XP.
> >
> > Can you see anything wrong in my source code?
> >
> >
> > --- In [EMAIL PROTECTED], Holger Will <[EMAIL PROTECTED]>
> > wrote:
> > > scalablev wrote:
> > >
> > > >
> > > > I have an HTML document with 20+ small svg documents. I'm 
using
> > ASV3
> > > > and the embed tag. All svg documents use the same svg file, 
but
> > since
> > > > the ASV doesn't cache, the file is loaded 20+ times, every 
time
> > the
> > > > HTML page is shown.
> > > >
> > > > Is there a way to create and insert the svg document by 
script?
> > I've
> > > > tried using embeds without the src attribute, but then I can't
> > even
> > > > get a reference to the window object.
> > > >
> > > hi scalablev
> > >
> > > its even worse, since IE cant handle mimetypes correctly, it
> > produces
> > > two requests to the server for each file.
> > > u can do the following ( will work only in IE ):
> > > -write your svg data into the html ,
> > > -have a sript read the data,
> > > -use parseXML to transform that Data to an xml tree
> > > -use appendChild to load the document to the various viewer
> > instances.
> > >
> > > here is an example ( emty.svg is just an emty file !):
> > >
> > > 
> > > 
> > > 
> > > 
> > > hallo
> > > 
> > > function sayHallo(){alert("hello")}
> > > 
> > >> > onclick="sayHallo()"/>
> > >  http://www.treebuilder.de";>
> > > 
> > > 
> > >   
> > > 
> > > 
> > >  > > type="image/svg-xml">
> > > 
> > > function loadSVG(){
> > > var emb=document.embeds("emb")
> > > var svg=document.getElementById("doc")
> > > var svgDoc=emb.getSVGDocument()
> > > var svgWin=emb.getWindow()
> > > var newNode=svgWin.parseXML(svg.innerHTML,svgDoc)
> > > svgDoc.documentElement.appendChild(newNode)
> > > var b=svgDoc.documentElement.getBBox()
> > > emb.setAttribute("width",b.width)
> > > emb.setAttribute("height",b.height)
> > > }
> > > 
> > > 
> > > 
> > > hth
> > > holger
> >
> >
> >
> >
> >
> > -
> > To unsubscribe send a message to: 
> > [EMAIL PROTECTED]
> > -or-
> > visit http://groups.yahoo.com/group/svg-developers and 
click "edit my 
> > membership"
> > 
> >
> >
> > *Yahoo! Groups Sponsor*
> > ADVERTISEMENT
> > click here 
> > 
<http://us.ard.yahoo.com/SIG=129fsu6ar/M=315388.5526708.6599542.300117
6/D=groups/S=1706030389:HM/EXP=1098877390/A=2372354/R=0/SIG=12id813k2/
*https://www.orchardbank.com/hcs/hcsapplication?
pf=PLApply&media=EMYHNL40F21004SS> 
> >
> >
> >
> > --
--
> > *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]
> >   <mailto:[EMAIL PROTECTED]
subject=Unsubscribe>
> >
> > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> >   Service <http://docs.yahoo.com/info/terms/>.
> >
> >





 Yahoo! Groups Sponsor ~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
~-> 

-
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/
 





[svg-developers] Stroking small text

2004-12-03 Thread scalablev


Hi!

I want to display text with a small white line around it, like this: 
http://kart.nois.no/test/svgtext/text.gif.

Stroking the text seems to obscure the text itself. I'm not getting 
exactly what I want with a filter either:
http://kart.nois.no/test/svgtext/text.svg

Any suggestions?





 Yahoo! Groups Sponsor ~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM
~-> 

-
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/
 





[svg-developers] Re: Stroking small text

2004-12-03 Thread scalablev


Thanks Kirby and Doug!

This is something I can use.



--- In [EMAIL PROTECTED], "Doug Schepers" <[EMAIL PROTECTED]> 
wrote:
> Nice work, Kirby.
> 
> If they don't want the outline to be blurry, they can just do this:
> 
> x='-15%' y='-15%' width='130%' height='130%'>
>   values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/>
> result='outline'/>
>
> 
> 
> In general, though, filters are not well support across viewers, 
and are
> rather expensive to do. If they has a large number of text nodes, 
it might
> cause a problem. Still, this may well be just what they need.
> 
> Regards-
> Doug
> 
> skatethere wrote:
> | 
> | 
> | --- In [EMAIL PROTECTED], "scalablev" <[EMAIL PROTECTED]> 
wrote:
> | > 
> | > Hi!
> | > 
> | > I want to display text with a small white line around it, 
> | like this: 
> | > http://kart.nois.no/test/svgtext/text.gif.
> | > 
> | > Stroking the text seems to obscure the text itself. I'm not 
getting 
> | > exactly what I want with a filter either:
> | > http://kart.nois.no/test/svgtext/text.svg
> | > 
> | > Any suggestions?
> | 
> | Have you tried using filters, like this:
> | 
> | 
> |  |   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
> |  |  xmlns="http://www.w3.org/2000/svg"; version="1.1"> 
> |
> |  |values="0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0"/>
> |  | operator="dilate"/>
> | 
> |  |   operator="over"/>
> |   
> | 
> |   | x="0" y="20" font-size="14" fill="black"
> | filter="url(#halo)">Mellomveien
> | 
> | 
> |   --kirby





 Yahoo! Groups Sponsor ~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM
~-> 

-
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/
 





[svg-developers] Why is SVG performance so bad in Chrome and Firefox?

2010-11-04 Thread scalablev
Try http://kart.nois.no/pub/oye/ie9/mapfile.svg. This file renders very fast 
with the Adobe SVG Viewer, but is hopeless in Chrome 7 and Firefox 3. IE7 beta 
is no better. Opera and Safari are ok. Why this big difference? 






-
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/



[svg-developers] SVG Fonts

2010-11-14 Thread scalablev
Looks like http://zuccaralloo.de/devgroup/samples/complexPaths.svg only 
displays as it should in ASV. Is this because native implementations don't 
support SVG Fonts?

After some googling around, I understand that WOFF is the recommended 
alternative to SVG Fonts. Can I achieve the same with WOFF, i.e. custom symbols 
along paths? I need this for various elements in webmap applications.





-
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/



[svg-developers] Re: SVG Fonts

2010-11-29 Thread scalablev
http://www.treebuilder.de/default.asp?file=192928.xml actually crashes my 
Firefox 3.6. Looks ok in Opera, but not in IE9 beta. SVG Fonts won't be 
supported in IE9 according to Microsoft. I'm assuming this includes the tiny 
subset. Can anything be done with the example to make it render properly in IE9 
do you think? 

--- In svg-developers@yahoogroups.com, "Erik Dahlstrom"  wrote:
>
> On Sun, 14 Nov 2010 14:46:27 +0100, scalablev  wrote:
> 
> > Looks like http://zuccaralloo.de/devgroup/samples/complexPaths.svg only  
> > displays as it should in ASV. Is this because native implementations  
> > don't support SVG Fonts?
> 
> No, it's because most implementations haven't implemented support for  
> anything else than the tiny subset of SVG Fonts, see  
> http://www.w3.org/TR/SVGTiny12/fonts.html. Essentially what this means is  
> that arbitrary svg markup inside a  element isn't supported, only  
>  elements that have a 'd' attribute will be rendered. Try it in  
> Opera or WebKit for example. Here's another example:  
> http://www.treebuilder.de/default.asp?file=192928.xml.






-
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/



[svg-developers] Re: Stroking small text

2010-11-29 Thread scalablev
I've been using a filter for my text halos and it's been great. As IE9 doesn't 
support filters, I need an alternative. Holger's method doesn't seem to work in 
IE9. Are there any other workarounds for this?

--- In svg-developers@yahoogroups.com, Holger Will  wrote:
>
> hi
> 
> here is another method, using tref:
> 
> 
> http://www.w3.org/2000/svg"; 
> xmlns:xlink="http://www.w3.org/1999/xlink"; width="500" height="500">
> 
> Mellomveien
> 
>  style="fill:rgb(242,172,190);stroke:rgb(0,0,0);stroke-width:1"/> 
>  style="fill:rgb(0,0,0);font-family:Arial;font-size:11;">
>  xlink:href="#mel"/>
> 
> 
> 
> 
> have fun
> holger
> 
> scalablev wrote:
> 
> >
> > Thanks Kirby and Doug!
> >
> > This is something I can use.
> >
> >
> >
> > --- In svg-developers@yahoogroups.com, "Doug Schepers" 
> > wrote:
> > > Nice work, Kirby.
> > >
> > > If they don't want the outline to be blurry, they can just do this:
> > >
> > >  > >x='-15%' y='-15%' width='130%' height='130%'>
> > > > >   values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/>
> > > > > result='outline'/>
> > >
> > > 
> > >
> > > In general, though, filters are not well support across viewers,
> > and are
> > > rather expensive to do. If they has a large number of text nodes,
> > it might
> > > cause a problem. Still, this may well be just what they need.
> > >
> > > Regards-
> > > Doug
> > >
> > > skatethere wrote:
> > > |
> > > |
> > > | --- In svg-developers@yahoogroups.com, "scalablev" 
> > wrote:
> > > | >
> > > | > Hi!
> > > | >
> > > | > I want to display text with a small white line around it,
> > > | like this:
> > > | > http://kart.nois.no/test/svgtext/text.gif.
> > > | >
> > > | > Stroking the text seems to obscure the text itself. I'm not
> > getting
> > > | > exactly what I want with a filter either:
> > > | > http://kart.nois.no/test/svgtext/text.svg
> > > | >
> > > | > Any suggestions?
> > > |
> > > | Have you tried using filters, like this:
> > > |
> > > | 
> > > |  > > |   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
> > > |  > > |  xmlns="http://www.w3.org/2000/svg"; version="1.1"> 
> > > |   
> > > |  > > |values="0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0"/>
> > > |  > > | operator="dilate"/>
> > > | 
> > > |  > > |   operator="over"/>
> > > |   
> > > | 
> > > |   > > | x="0" y="20" font-size="14" fill="black"
> > > | filter="url(#halo)">Mellomveien
> > > | 
> > > |
> > > |   --kirby
> >
> >
>






-
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/



[svg-developers] Re: won't stay on path

2011-03-14 Thread scalablev
I've played around with WOFF: 
http://kart.nois.no/pub/oye/svgtextpath/textpathWOFF.svg

It looks like expected in IE9, FireFox and Chrome(almost), but not in Opera. 
Opera doesn't seem to recognize the font at all. Can anyone see why?





-
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/



[svg-developers] Re: won't stay on path

2011-03-14 Thread scalablev
Ah, I see. Thanks.

--- In svg-developers@yahoogroups.com, Holger Jeromin  wrote:
>
> scalablev schrieb am 14.03.2011 11:27:
> > I've played around with WOFF: 
> > http://kart.nois.no/pub/oye/svgtextpath/textpathWOFF.svg
> > 
> > It looks like expected in IE9, FireFox and Chrome(almost), but not in 
> > Opera. Opera doesn't seem to recognize the font at all. Can anyone see why?
> 
> The reason is: you don't installed a opera preview :-)
> 
> http://caniuse.com/#search=woff
> 
> 
> http://my.opera.com/desktopteam/blog/2011/02/17/a-first-glimpse-at-barracuda
> 
> If you install an public alpha from
> http://my.opera.com/desktopteam/blog/
> you will see woff working.
> 
> -- 
> Mit freundlichen Grüßen
> Holger
>






-
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/



[svg-developers] Events when elements overlap

2011-03-15 Thread scalablev
I need to make a tooltip based on all elements below the mouse pointer, not 
just the top-most. What's the best cross-browser way to do this?

Here's an example that works in ASV: Hover over the smallest rectangle, and the 
script "diggs" through the overlapping elements by setting the pointer-events 
to none, one by one: http://kart.nois.no/pub/oye/ie9/events.svg

Other implementations don't fire the mouseover-event for the bottom elements 
when the pointer-events are removed from the top (unless the pointer is moved), 
so that breaks my current code. Any suggestions to work around this? I've had a 
look at http://www.carto.net/svg/eventhandling, but I'm not sure if any of that 
can be used.





-
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/



[svg-developers] Convert SVG to PDF

2011-09-05 Thread scalablev
Can anyone recommend a good Asp.Net component for this? The SVG must not be 
rasterized when converted to PDF.

Google suggests these:

http://www.aspose.com/categories/.net-components/aspose.pdf-for-.net/key-features.aspx
http://www.princexml.com/doc/7.0/svg/
http://www.alt-soft.com/Support_samples_svg_samples.aspx
http://www.evopdf.com/html-to-pdf-converter.aspx

Any others I should check out?





-
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/



[svg-developers] Re: Events when elements overlap

2011-11-07 Thread scalablev
I never found a good solution for this. Suggestions, anyone? Please let me know.

--- In svg-developers@yahoogroups.com, "scalablev"  wrote:
>
> I need to make a tooltip based on all elements below the mouse pointer, not 
> just the top-most. What's the best cross-browser way to do this?
> 
> Here's an example that works in ASV: Hover over the smallest rectangle, and 
> the script "diggs" through the overlapping elements by setting the 
> pointer-events to none, one by one: http://kart.nois.no/pub/oye/ie9/events.svg
> 
> Other implementations don't fire the mouseover-event for the bottom elements 
> when the pointer-events are removed from the top (unless the pointer is 
> moved), so that breaks my current code. Any suggestions to work around this? 
> I've had a look at http://www.carto.net/svg/eventhandling, but I'm not sure 
> if any of that can be used.
>






-
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/



[svg-developers] Re: Events when elements overlap

2011-11-11 Thread scalablev
Thanks for the tip! getIntersectionList solved my problem.

http://stackoverflow.com/questions/2174640/hit-testing-svg-shapes

--- In svg-developers@yahoogroups.com, Marty Sullivan  wrote:
>
> If getElementFromPoint is not part of the spec, I would just create a
> rect/BBox of the point and then document.getIntersectionList(pointBox,
> null).
> 
> 
> [Non-text portions of this message have been removed]
>






-
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/