[svg-developers] backgroung png howto work with batik

2007-04-02 Thread Vossler Tsao
Hi there I build a sample background image call style4.png, It work just fine on inkscape 0.45 when export to png file format. however when I tried to batch svg files so I use (BatikServer_0.3.1_Windows + jre-6-windows-i586) to work with batch files in windows xp environment. here is the

[svg-developers] Optimal SVG transformations

2007-04-02 Thread frevi815
Hello, I've been playing around with svg transformations and would like to know if you have any recommendations. I have the need to stack several transformations on top of each other and I've tried benchmarking SVGMatrix against my own javascript matrix class by running a loop several thousand

[svg-developers] Re: backgroung png howto work with batik

2007-04-02 Thread Vossler Tsao
I also download batik-1.7beta1 to do the test, Is that because batik don't support transparency png file. here is the png file http://2tsao.com/style.png thanks in advance - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and

Re: [svg-developers] backgroung png howto work with batik

2007-04-02 Thread thomas . deweese
Hi, svg-developers@yahoogroups.com wrote on 04/02/2007 03:37:11 AM: I build a sample background image call style4.png, It work just fine on inkscape 0.45 when export to png file format. however when I tried to batch svg files so I use (BatikServer_0.3.1_Windows + jre-6-windows-i586) to

Re: [svg-developers] Optimal SVG transformations

2007-04-02 Thread Erik Dahlström
On Mon, 02 Apr 2007 12:42:17 +0200, frevi815 [EMAIL PROTECTED] wrote: Hello, I've been playing around with svg transformations and would like to know if you have any recommendations. I have the need to stack several transformations on top of each other and I've tried benchmarking SVGMatrix

[svg-developers] Re: Optimal SVG transformations

2007-04-02 Thread frevi815
Thanks! But to use setMatrix I have to write: e.transform.baseVal.getItem(0).setMatrix(matrix) (in firefox) Is there any way to avoid this? Sorry about the SVGT 1.2 bit. I didn't think about checking the appendix. But... after doing that I have a question. It seems like there is no

[svg-developers] Batik Error when invoking getComputedTextLength on TSPAN tag

2007-04-02 Thread nboire
Hi , I have a null pointer exception when i tried to get computedLength of a text woth batik 1.6 java.lang.NullPointerException at org.apache.batik.dom.svg.SVGTextContentSupport.getComputedTextLength(Unk\ nown Source) Code : SVGDocument doc = new SVGDom().getSVGDocument(uri); Element txt2 =

Re: [svg-developers] Batik Error when invoking getComputedTextLength on TSPAN tag

2007-04-02 Thread Cameron McCormack
Hi Niko. nboire: I have a null pointer exception when i tried to get computedLength of a text woth batik 1.6 java.lang.NullPointerException at org.apache.batik.dom.svg.SVGTextContentSupport.getComputedTextLength(Unk\ nown Source) Code : SVGDocument doc = new

[svg-developers] RE: Batik Error when invoking getComputedTextLength on TSPAN tag

2007-04-02 Thread Tonny Kohar
Hi, When you get NullPointerException, did you boot the SVG DOM ? See: http://wiki.apache.org/xmlgraphics-batik/BootSvgAndCssDom Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit