https://issues.apache.org/bugzilla/show_bug.cgi?id=36744
Helder Magalhães <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.6 |1.8 OS/Version|Linux |All --- Comment #3 from Helder Magalhães <[email protected]> 2010-08-22 12:34:38 EDT --- (In reply to comment #2) > [...] I suspect that it is an > error in the spec that seed is defined to take a '<number>' > instead of an '<integer>' at the very least the WG needs to > specify how a float is to be converted to an integer > (rounding, truncation to zero, to negative infinity, etc). Update: this was probably done long time ago (in SVG 1.1 erratum) and I noticed it was folded into SVG 1.1 second edition. It is now properly specified that the 'seed' attribute should be truncated, but apparently only during run-time...? <spec> When the seed number is handed over to the algorithm above it must first be truncated, i.e. rounded to the closest integer value towards zero. </spec> [1] If the run-time hypothesis confirms, than this rounding may need to happen multiple times during, for example, a SMIL animation. Also, just confirmed that this still occurs using the current trunk code with (Oracle's) JDK 1.6.0_21 and on Windows also (the multiplatform fact was expected). [1] http://www.w3.org/TR/SVG11/filters.html#feTurbulenceSeedAttribute -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
