[svg-developers] escape characters in text

2006-05-30 Thread bstuycke
Hi, < 90% produces a text "< 90%" in asv, where I expected "< 90%". How do I get a less-than symbol in a text node to display correctly ? Is this a bug of asv ? thanks Bart Yahoo! Groups Sponsor ~--> Get to your groups with one click. Know

[svg-developers] Re: escape characters in text

2006-05-31 Thread bstuycke
CTED]> wrote: > > Hi Bart, > I use < 90% > It should work in all cases. Cheers, Samy > > > --- In svg-developers@yahoogroups.com, "bstuycke" > wrote: > > > > Hi, > > > > < 90% produces a text "< 90%" i

[svg-developers] svg page breaks

2006-10-25 Thread bstuycke
Hi, I am looking for a solution to have an svg printed over several pages from any browser (at the minimum only IE). Adobe suggests following solution http://support.adobe.com/devsup/devsup.nsf/docs/50666.htm using xml stylesheets. I can not get it to work. Did anybody succeed in this ? Or

[svg-developers] Re: for those interested in z-index

2007-03-07 Thread bstuycke
Well in fact there is a scenario in which it makes sense to have a z- index: My company has build an svg application that visualizes telecom networks. Typically the drawings consists of sites containing equipment. Equipments are connected with each other. Sites are often represented by a circ

[svg-developers] Re: for those interested in z-index

2007-03-08 Thread bstuycke
's not complicated, they do need to be siblings. Just put the event > listeners on the group (again, if I'm not missing something). > > Domenico > > > > --- In svg-developers@yahoogroups.com, "bstuycke" > wrote: > > > > Well in

[svg-developers] asv3 and embedding as activeX in office application (eg powerpoint)

2005-02-03 Thread bstuycke
Hi, Did anybody found a solution to embed a SVG file in a powerpoint presentation (or any office application) ? Insert object > Svg Doc > set property SRC to svg file works ok, but two issues: - the svg file is still external. To send the powerpoint presentation in a mail, it gets quite

[svg-developers] adobe's SVG viewer caching

2005-10-06 Thread bstuycke
Hi, Is it possible to control caching by ASV (3.03) ? My svg files are included in an tag (to be able to give alternative text when viewer is not installed). Each time my page is refreshed, the svg document is reloaded from the server. Looking in detail to the http headers: 1. request for m

[svg-developers] Re: Is Adobe SVG Viewer Installed?

2005-10-31 Thread bstuycke
This is how I solved the problem: all my svg are enclosed in an object tag which can display alternative text when there is no plugin assigned to the "image/svg+xml" tag. I don't use html/svg mixed coding, so it works perfectly for me. I have not tried myself, but apparently if you need to be

[svg-developers] Re: matrixTransform

2005-10-31 Thread bstuycke
That would be nice indeed, but not so easy to implement since a transformed rectangle is not necessarily a rectangle. The result could be expressed only as four points or as a general polygone with 4 corners. Only when translating, scaling or rotating by a multiple of 90 degrees the result ca