Hi all,
Alastair Fettes wrote:
Now I'm not a Batik master but I do believe that I can answer some of your
questions.
1. You could simply just wrap these layers in a element and do something
similar to the following:
layer SVG
.hide
{
opacity: 0;
}
This will wo
Hello,
> -Original Message-
> From: John Jones [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 22. Dezember 2004 17:43
> To: Batik Users
> Subject: SVG capabilities
>
> 1. Can an SVG app be coded so that the map file (.svg or a 'wrapper'
> file that contai
Hi,
> 1. Can an SVG app be coded so that the map file (.svg or a 'wrapper'
> file that contains an SVG file + meta data 'header', etc) contains
> layers that can be turned on and off within the program, using SVG's
> visibility? An example would be allowing a viewer to turn off grid
> lines,
Hi John,
Now I'm not a Batik master but I do believe that I can answer some of your
questions.
1. You could simply just wrap these layers in a element and do something
similar to the following:
layer SVG
.hide
{
opacity: 0;
}
2. Every element in SVG is allowed to have the metadat
I have a few questions that the masters out there could certainly chime
in on, if they have the time. During my research and learning phase of
this project I am working on, I am gathering all of the knowledge that I
can in order to design this application in the best way possible.
The project