Hi Cameron, using the SVG Rasterizer with the command-line and or the SVGConverter directly in my program, I get the Snapshot-Time-Functionality to work. However I always must explicit set the snapshotTime. Setting it as attribute in the svg-root-Element nothing happens.
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" snapshotTime="10s" contentScriptType="text/ecmascript" width="145.2mm" zoomAndPan="magnify" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" contentStyleType="text/css" height="133.298mm" viewBox="0 0 145.2 133.298" preserveAspectRatio="xMidYMid meet" xml:space="preserve" version="1.0"> Do I something wrong or is this not possible at the moment. As I understand your response to my question it should work, shouldn't it? Thanks Florian -----Original Message----- From: Cameron McCormack [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 12:21 PM To: [email protected] Subject: Re: Question referring to SVG Rasterizer Hi Florian. Pepping, Florian: > a very short question: Does the SVG Rasterizer support the > snapshotTime-Attribute while rendering SVG's. > > As I remember, Cameron checked something into the repository several > weeks ago, but I don't remember if it was related to the SVG Rasterizer. > Perhaps you can give me a short hint. Yes, the rasterizer supports a -snapshotTime command-line argument and the SVG 1.2 snapshotTime attribute on the document element. Both are a “clock value”: http://www.w3.org/TR/2001/REC-smil-animation-20010904/#Timing-ClockValueSyntax Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
