Title: RE: FW: Embedded JPEG prints as a black rectangle on an Astro-Med printer
Hi Thomas,
Yes I noticed SVGOMImageElement's attributeInitializer code change when I looked into where the onRequest attribute value had come from.
You are right that the old bug had nothing to do with the pr
-
From: Chris Lilley [mailto:[EMAIL PROTECTED]]
Sent: 14 September 2004 06:03
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Embedded JPEG prints as a black rectangle on an Astro-Med
printer
On Wednesday, September 8, 2004, 4:27:35 PM, pegan wrote:
pgfcu> Hi Everybody,
pgfcu>
Title: Embedded JPEG prints as a black rectangle on an Astro-Med printer
Hi Everybody,
I have an SVG with a JPEG image embedded in it.
http://www.w3.org/1999/xlink" xlink:href="" xlink:type="simple" xlink:actuate="onRequest"
height="518px" preserveAspectRatio="xMidYMid meet" xli
VG generation in by tomorrow evening (CEST) in
the codebase (accessible using CVS).
The suboptimal SVG code generated worked fine in Apache FOP (for which
the whole thing was written in the first place) but is obviously flawed
for SVG-embedded-in-SVG scenarios.
On 29.08.2004 02:32:13 Thomas DeWeese wro
trick
-Original Message-
From: Thomas DeWeese [mailto:[EMAIL PROTECTED]]
Sent: 29 August 2004 01:32
To: Batik Users
Subject: Re: quality issue with svg barcodes on printer with less than
600dpi
Hi Pegan,
I suspect that this is an aliasing issue. This basically
means that the width of your bar
Title: quality issue with svg barcodes on printer with less than 600dpi
Hello,
When I print small interleaved 2 of 5 barcodes on printers with less than 600dpi from my application I am getting quality problems.
The barcode has 14 digits and has to fit on a label 35mm wide. I am using Krysal
Title: RE: bold font rendering problem (was :- problem with text Scale t rans form on bold font)
Hi Thomas,
Thanks again for your help.
I am using Java 1.4.2, Squiggle 1.5.1, Windows 2000 and Batik 1.5.1 .
I am still not sure that I understand whats going on with fonts
If I explicitly
Title: bold font rendering problem (was :- problem with text Scale transform on bold font)
Hello,
Actually I have just realised that I have removed the transform from the sample svg in my attempts to isolate the problem. The problem is still there so that implies that I have a bold font rend
Title: Problem with text scale transform on bold font
I have a problem when scaling a bold font.
The results look identical in Adobe SVG viewer 6 and Squiggle if the font weight is normal but if the font weight is bold then the glyphs look distorted.
This is the SVG test file I have been usi
Title: RE: Batik installation
Hi Swapna,
Looks like squiggle cannot find some images for the AboutDialog.
Check that you have a resources directory in the xml-batik directory
(xml-batik\resources\org\apache\batik\apps\svgbrowser\resources), perhaps something went wrong with Batik install.
Title: RE: Batik Installation
Hi Swapna,
The provided build.bat in xml-batik should work ok.
set ANT_HOME=
set java_home=C:\j2sdk1.4.1_04
to launch SVG Browser :-
build svgbrowser
This uses the Ant 1.4.1 that comes with Batik.
Patrick
-Original Message-
From: swapna kotha
Hi
Venkat,
Try
JPG or PNG rather than GIF.
Patrick
-Original Message-From: Venkat S Kota
[mailto:[EMAIL PROTECTED]Sent: 21 June 2004 15:05To:
Batik UsersSubject: Re: problem with
JPEGTranscoder[EMAIL PROTECTED]
wrote:
[EMAIL PROTECTED]:
As you say the AbstractN
Title: RE: problem with JPEGTranscoder
Hi
Cameron / Venkat,
As you
say the AbstractNode.importNode method initially creates an Attr
without a value but then, I think, because the deep flag is true it
performs getFirstChild() on the Attr node ( and gets an
AbstractParentNode ) it then recu
Title: RE: problem with JPEGTranscoder
Hi Cameron and Venkat,
I'm using 1.5.1.
I misread the code the first time (saw the setAttributeNodeNS but missed the fact the the Attr a was being passed in the recursive call, apologies), now I do not understand how it can be working.
It does still ap
Title: RE: problem with JPEGTranscoder
Hi Guys,
I have not noticed any problem with DeepCloneDocument, but because am using this method in my code I felt compelled to check it out.
I may wrong but on having a look it appears to me that AbstractDocument.importNode copies the node values at t
Title: RE: Document bloat
Hi Thomas,
I did not realise that the DTD would be read by a non validating parser.
I did not include a DOCTYPE in my svg so it seems that the SAXSVGDocumentFactory is including a DTD for me which was another suprise.
I just wanted to cut down on the file size, l
Title: Document bloat
Does anybody know what is going on here?
I am using SAXSVGDocumentFactory ( initialised with Xerces SAX Parser ) to load svg file.
SVGDocument doc = fac.createSVGDocument(fileuri);
After loading the doc I find that for example
has become
http://www.w3.org/1
Title: Trapping GVTBuilder NPE error where an image tag href attribute refers to missing JPEG file
Apologies if I have wasted anybody's time I think I have just found the answer on message http://koala.ilog.fr/batik/mlists/batik-users/archives/msg04512.html.
Patrick
Title: Trapping GVTBuilder NPE error where an image tag href attribute refers to missing JPEG file
Hi all,
Can anybody point a new boy in the right direction ?
I am getting this when I load an svg file into an JSVGCanvas :-
java.lang.NullPointerException
at org.apache.batik.bridg
19 matches
Mail list logo