Hi Jerzy. Jerzy Jalocha N: > I just found a fully implemented example of an animated > bitmap in the 1.2 specification. It does _not_ work with > squiggle 1.7 (binary distribution download). It fails with > the following error: > > SVG Error: > file:/home/jerzy/work/svg/tests/transition.svg:14 > The attribute "xlink:href" of the element <image> is required > > Anyone knows if squiggle (batik) is able to handle animated > bitmap images?
Transitions are not implemented in Batik. As for the above error message, this is because your <image> element doesn’t have an initial @xlink:href attribute value. In SVG Tiny 1.2, this would be allowed (due to the processing being defined in such cases), but in SVG 1.1 it is not, and Batik chooses to show an error for this. -- Cameron McCormack ≝ http://mcc.id.au/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
