JSVGCanvas Thread Timing Problem

2004-02-20 Thread Bob Carpenter
java.util.GregorianCalendar; import java.awt.image.BufferedImage; import java.awt.*; import java.io.IOException; /** * This class provides utilities for working with Scalable Vector Graphic files. * * User: Bob Carpenter * Date: Feb 17, 2004 */ public class SVGUtils implements Runnable { private Category

RE: JSVGCanvas Thread Timing Problem

2004-02-20 Thread Bob Carpenter
- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 12:16 PM To: Batik Users Subject: Re: JSVGCanvas Thread Timing Problem Bob Carpenter wrote: I need some help getting my head around how best to convert my app to use SVG files. I have a Swing client

RE: JSVGCanvas Thread Timing Problem

2004-02-20 Thread Bob Carpenter
the system'. I will jump into it now and see what I can learn... Thanks, --BobC -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 1:11 PM To: Batik Users Subject: Re: JSVGCanvas Thread Timing Problem Bob Carpenter wrote: If you just

Pronounciation?

2004-02-24 Thread Bob Carpenter
Is it pronounced bah teak or bay tick or something else? Thanks, --BobC - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Online DXF to SVG converter?

2004-03-01 Thread Bob Carpenter
I need to create some SVG test data for app. Do you know of an online converter that will take a DXF and return an SVG file? Thanks, --BobC - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

SVG File Not Displaying in SlideShow

2004-03-04 Thread Bob Carpenter
I use Batik 1.5.0/Java 1.4.2/WinXP. I have created some SVG files using Safe Software's (www.safe.com) FME Translator to convert from DXF to SVG. These SVG files will not display using the Batik SlideShow, but they will display using the JSVGCanvas demo. They will also display using

RE: SVG File Not Displaying in SlideShow

2004-03-05 Thread Bob Carpenter
of the viewBox. The basic problem for those that are interested is that the SlideShow application doesn't notify the BridgeContext (through the UserAgent class) what it's size is so it defaults to 1x1, the end result is a very small rendering of a very large document :) Bob Carpenter wrote: I use

Why does this SVG file not display using Slideshow?

2004-06-12 Thread Bob Carpenter
Hi, I'm using Batik 1.5.1. When I load this http://www.carpenterdev.com/bobc/18225_library_roof.svg file into Slideshow demo it doesn't display - background appears black. Can this be fixed in the SVG file, or does it require a Slideshow fix? Thanks, --BobC

Best way to learn SVG?

2004-10-16 Thread Bob Carpenter
I've been playing around, casually, with SVG and Batik for about six months now. I've done things like work through the Batik Demos and have used the Batik library with my app to view basic SVG files. I need to learn much more now because it's becoming central to the way my app works. My app has

How to manually create svgz?

2004-11-18 Thread Bob Carpenter
When I use WinZIP to create an svgz containing a single svg file and try to view it using the Adobe Plugin I get an error error line 1, column 2. What's a good (non-programmatic) way to create svgz files? My viewer is based on Batik, but it's important that I keep my stuff working with the Adobe

SVG Business Opportunit

2005-01-02 Thread Bob Carpenter
conversion turn-around, 24 hours would be fine. We do need this service up and running by June, though. Please contact me for more info. Thanks, --Bob Carpenter [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

SVG Draw Tools?

2005-02-25 Thread Bob Carpenter
I need to include some basic draw tools in our app - very much like Adobe's SVG Draw demo. In fact, theirs would work perfect for our needs, but I doubt they'd license it to us. I need draw tools for two types of clients: Web (like Adobe's) and Swing. Have you seen any tools out there for drawing

RE: SVG Draw Tools?

2005-02-28 Thread Bob Carpenter
Toussaint Bob Carpenter wrote: I need to include some basic draw tools in our app - very much like Adobe's SVG Draw demo. In fact, theirs would work perfect for our needs, but I doubt they'd license it to us. I need draw tools for two types of clients: Web (like Adobe's) and Swing. Have you seen any

RE: SVG Draw Tools?

2005-02-28 Thread Bob Carpenter
is interested in collaborating. Alternatively, if you only need it in Batik you can create a drawing app with the help of Java. Andreas Bob Carpenter wrote: I need to include some basic draw tools in our app - very much like Adobe's SVG Draw demo. In fact, theirs would work perfect for our needs